SoloLoRA for Z Image Base
Collection
Official website: sololo.xyz • 5 items • Updated • 1
How to use sololo-xyz/KateBeckinsale 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", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("sololo-xyz/KateBeckinsale")
prompt = "-"
image = pipe(prompt).images[0]









https://sololo.xyz/model/633-kate-beckinsale-SoloLoRA
Download them in the Files & versions tab.
Base model
Tongyi-MAI/Z-Image