Is it possible to generate images using only model.pt file without converting to ckpt file? #118
Unanswered
healthyfat
asked this question in
Q&A
Replies: 2 comments 3 replies
-
automatic1111 now has built in lora support so you just need to put your Lora model.pt file in the models/lora folder and make sure the Lora extension is enabled. Then in your prompt you can call on your lora model by using: lora:modelname:1 where 1 is the weight you want to use |
Beta Was this translation helpful? Give feedback.
1 reply
-
Sorry for late reply.
You can also specify multiple LoRAs like this:
Three options must have the same number of arguments. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At the moment to check the result of Lora training I convert created model.pt file into model.ckpt and then run "gen_img_diffusers" script to generate sample images. Is there a way to do it without the need to convert model?
Beta Was this translation helpful? Give feedback.
All reactions