InvokeAI icon indicating copy to clipboard operation
InvokeAI copied to clipboard

!import_model cant find model (Windows 10)

Open gateway opened this issue 2 years ago • 2 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

OS

Windows

GPU

cuda

VRAM

24

What happened?

I was trying to import new models and its failing on the command..

** model: file not found
invoke> !import_model C:\Users\evil\invokeai\models\ldm\stable-diffusion-v1\mdjrny-v4-style-mdjrny-v4.ckpt
** C:Usersevilinvokeaimodelsldmstable-diffusion-v1mdjrny-v4-style-mdjrny-v4.ckpt: file not found
invoke>```

I did a simple drag and drop from the folder that has the models in it.. Also are the models supposed to be in my user dir under invokeai/models/ldm/stable-diffusion-v1 ? I'm trying to also get a bit more clarification where models should be stored.



### Screenshots

_No response_

### Additional context

_No response_

### Contact Details

_No response_

gateway avatar Dec 15 '22 00:12 gateway

Try taking the file name into quotes: " "

Barafu avatar Dec 15 '22 10:12 Barafu

Try taking the file name into quotes: " "

that worked.. may be worth adding if its windows specific to https://invoke-ai.github.io/InvokeAI/installation/INSTALLING_MODELS/?h=models also it wouldn't allow me to put my VAE model path in as one of the questions.. tried with quotes w/o etc..

gateway avatar Dec 15 '22 21:12 gateway