Z-Image Turbo LoRas
Collection
5 items • Updated
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_scifi_lora_zit")
prompt = "80s_scifi. A man in a leather jacket with rolled up sleeves. He's looking confident in a mullet. he wears futuristic sun glasses and stands in front of a futuristic car with sleek metallic surface. To the left of him stands a woman, in a voluminous mullet. She is wearing a purple jacket with wide shoulder pads and makeup. Both are facing the camera. the background is a busy street in a cyberpunk city. shops with store signs, people in futuristic clothing."
image = pipe(prompt).images[0]



Mirror of: https://civitai.com/models/1802714/1980s-scifi-movies-lora
You should use 80s_scifi to trigger the image generation.
Download them in the Files & versions tab.
Base model
Tongyi-MAI/Z-Image-Turbo