Z-Image Turbo LoRas
Collection
5 items • Updated
How to use neph1/80s_horror_movies_lora_zit with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image-Turbo", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("neph1/80s_horror_movies_lora_zit")
prompt = "80s_horror. A man in an intimidating werewolf costume and makeup rises behind a young man sitting in the foreground. the man wears a jeans jacket and is looking frightened. The background is a dimly lit living room. The camera angle is from the front, capturing the men in a medium close-up shot."
image = pipe(prompt).images[0]Mirror of: https://civitai.com/models/1592586/1980s-horror-movies-lora




Base model
Tongyi-MAI/Z-Image-Turbo