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














Audrey Tautou, a French actress.
Trained on ZIB and also usable with ZIT. Some sample images were generated with ZIT. When using it with ZIT, please set the LoRA strength to around 1.5.
Download them in the Files & versions tab.
Base model
Tongyi-MAI/Z-Image