InvokeAI
InvokeAI copied to clipboard
!import_model cant find model (Windows 10)
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_
Try taking the file name into quotes: " "
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..