We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems like only lora inference example in README.MD
test the full finetune(LTX-VIDEO,Cogxvideo)
The text was updated successfully, but these errors were encountered:
Could you try something like this:
from diffusers import HunyuanVideoTransformer3DModel, HunyuanVideoPipeline transformer = HunyuanVideoTransformer3DModel.from_pretrained("/path/to/checkpoint-3000/transformer", torch_dtype=torch.bfloat16) pipe = HunyuanVideoPipeline.from_pretrained("hunyuanvideo-community/HunyuanVideo", transformer=transformer, torch_dtype=torch.float16) pipe.to("cuda")
Sorry, something went wrong.
it works,thanks.
No branches or pull requests
Feature request / 功能建议
Motivation / 动机
It seems like only lora inference example in README.MD
Your contribution / 您的贡献
test the full finetune(LTX-VIDEO,Cogxvideo)
The text was updated successfully, but these errors were encountered: