-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use checkpoints #41
Comments
Thanks for the clarification! I get an "lora key not loaded" error when using the LoraLoaderModel with the LTX model. |
I'm not sure if ComfyUI supports loras for LTX Video. I'm guessing not, considering it's not loading the weights. It also depends on whether you're using the LTXV extension, or native ComfyUI implementation. Lora support would needed to be added to both. Probably it's easier with the native implementation, since theoretically all you need to do is support the state_dict key format when loading the lora. |
There was a lora on citivai that was deleted. It was working fine with the native LTX implementation and LoraLoaderModel. |
I was trying to train a lora of my video , when i am using "Man" as keyword i am able to generate my face in the video , is there any way of keeping a keyword for any character |
When training image models is use a rare token like "ohwx man" as caption and keyword. |
I could not understand from the comment mentioned in the example , on how to use the caption, shouldit be the filename of that corresponding image , or do we maintain a json for it |
The documentation says that these checkpoints can't be used directly for inference. Do they have to be converted to be useable in for expample ComfyUI?
The text was updated successfully, but these errors were encountered: