Hunyuan Video 1.0 LoRAs
Collection
4 items • Updated
How to use neph1/1980s_scifi_hunyuan_video_lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
from diffusers.utils import export_to_video
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("tencent/HunyuanVideo", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("neph1/1980s_scifi_hunyuan_video_lora")
prompt = "-"
output = pipe(prompt=prompt).frames[0]
export_to_video(output, "output.mp4")Prompts are embedded in the webp images.
Prompt example:
"A group of astronauts, clad in white space suits with gold trim, stand on a rocky, barren landscape. They are silhouetted against a dark, starry sky. In the background, a large, bright moon is visible. The astronauts appear to be gathered around a structure with illuminated windows, which emits a warm, yellowish light. The image is of high quality, capturing the details of the astronauts' suits and the rugged terrain. The overall atmosphere is one of isolation and exploration."
Download them in the Files & versions tab.
Base model
tencent/HunyuanVideo