Is it possible to generate images using only model.pt file without converting to ckpt file? #77
Unanswered
healthyfat
asked this question in
Q&A
Replies: 2 comments
-
Use auto1111 and install the extension https://github.com/kohya-ss/sd-webui-additional-networks. You can apply the trained Lora to any model |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks. I am well aware you can do that in Auto1111, but I am interested in Kohya specifically. |
Beta Was this translation helpful? Give feedback.
0 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