-
Hi i download a new model and put it in the models folder, but when i run the webui.bat i still see the default model used. How to specify the one i want to use? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Go to last tab "Settings" and there on the bottom you will have option to chose your model as on pic example: After selecting make sure to Apply Settings and then restart whole program. |
Beta Was this translation helpful? Give feedback.
-
I just cloned the most recent version - That drop down box for model selection still only includes the base model.ckpt. I have several models in the "models" folder, but no other models are listed. This doesn't work if the model is in the models folder (not in a sub) and doesn't work if it's in the root i.e. where we keep model.ckpt. |
Beta Was this translation helpful? Give feedback.
-
You can also duplicate your webui-user.bat and change |
Beta Was this translation helpful? Give feedback.
You can also duplicate your webui-user.bat and change
set COMMANDLINE_ARGS=--ckpt whatevermodelhere.ckpt
to whatever ckpt you want, so you have separate starting files for each model you have.