--- base_model: - THUDM/CogVideoX-5b tags: - LoRA --- This model has been created using [CogVideoX-Factory](https://github.com/a-r-r-o-w/cogvideox-factory) This CogVideoX LoRA is created as part of a fan project for research purposes only and is not intended for commercial use. It is based on Wallace and Gromit film clips, which are protected by copyright. Users utilize the model at their own risk. Users are obligated to comply with copyright laws and applicable regulations. The Product has been developed for non-commercial purposes, and it is not my intention to infringe on any copyright. I assume no responsibility for any damages or legal consequences arising from the use of the Product. You can use the finetuned model for inference with the following code: import torch from diffusers import CogVideoXPipeline from diffusers import export_to_video ```python import torch from diffusers import CogVideoXPipeline from diffusers import export_to_video pipe = CogVideoXPipeline.from_pretrained( "THUDM/CogVideoX-5b", torch_dtype=torch.bfloat16 ).to("cuda") pipe.load_lora_weights("my-awesome-name/my-awesome-lora", adapter_name=["cogvideox-lora"]) pipe.set_adapters(["cogvideox-lora"], [1.0]) video = pipe("").frames[0] export_to_video(video, "output.mp4", fps=8) ``` Examples: Prompt: "walgro1. Gromit sits quietly in a cozy living room, the soft glow of a nearby lamp casting warm light across the room. The camera starts with a close-up of his thoughtful expression, his eyes darting toward the side, observing the subtle movement of something off-screen. A clock ticks rhythmically on the wall behind him, creating a steady backdrop to the otherwise silent room. The camera slowly pulls back to reveal the setting: a tidy space with bookshelves filled with old volumes, a comfortable armchair in the corner, and a small coffee table in the center, where a half-finished jigsaw puzzle lies scattered. The atmosphere is calm, almost serene, as Gromit glances toward the puzzle, his curiosity piqued."