mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
tell user that they can import a model URL in the Import Models UI
This commit is contained in:
parent
187d7c1cab
commit
3fa7170566
@ -85,7 +85,7 @@ export default function SimpleAddModels() {
|
|||||||
<Flex flexDirection="column" width="100%" gap={4}>
|
<Flex flexDirection="column" width="100%" gap={4}>
|
||||||
<IAIMantineTextInput
|
<IAIMantineTextInput
|
||||||
label="Model Location"
|
label="Model Location"
|
||||||
placeholder="Provide a path to a local Diffusers model, local checkpoint / safetensors model or a HuggingFace Repo ID"
|
placeholder="Provide a path to a local Diffusers model, local checkpoint / safetensors model a HuggingFace Repo ID, or a checkpoint/diffusers model URL."
|
||||||
w="100%"
|
w="100%"
|
||||||
{...addModelForm.getInputProps('location')}
|
{...addModelForm.getInputProps('location')}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user