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





























Just like the earlier versions, you can fine-tune the exposure and color tones. On ZIB, the color saturation feels slightly higher compared to the previous versions.
Download them in the Files & versions tab.
Base model
Tongyi-MAI/Z-Image