import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Alex2422/amayalora2")
prompt = "12"
image = pipe(prompt).images[0]amayalora2

- Prompt
- 12
- Negative Prompt
- 12
Model description
122
Trigger words
You should use amaya to trigger the image generation.
Download model
Download them in the Files & versions tab.
- Downloads last month
- 11
Model tree for Alex2422/amayalora2
Base model
Tongyi-MAI/Z-Image