stable-diffusion-videos
stable-diffusion-videos copied to clipboard
Create 🔥 videos with Stable Diffusion by exploring the latent space and morphing between text prompts
When I just try to run the notebook, I get the below error while importing Interface.. Could you please help? -------------------------------------------------------------------------- ImportError Traceback (most recent call last) [](https://localhost:8080/#) in ()...
How to load lora weights using StableVideoDiffusionPipeline? I using lora_pipeline = StableVideoDiffusionPipeline.from_pretrained( "/home/data/MODEL/stable-diffusion/stable-video-diffusion-img2vid-xt-1-1", torch_dtype=torch.float16, ) lora_pipeline.load_lora_weights("/home/code/Motion-LoRA/LoRA_forward_onepoint/pytorch_lora_weights.safetensors"), and it turns out "AttributeError: 'StableVideoDiffusionPipeline' object has no attribute 'load_lora_weights'"? Could you tell...