Mariobilly/z-image-turbo-msch-painting01-4250
05
z image turbo Msch Painting01 4250
LoRA for Z-Image Turbo.
- File:
z_image_turbo_Msch_Painting01_4250.safetensors - Trigger word:
mschpainting01 - Trained by: @Mariobilly
Samples
Usage
Place the .safetensors file in your models/loras/ folder and load it in ComfyUI or your inference UI of choice. Include the trigger word mschpainting01 in your prompt to activate the LoRA.
from diffusers import DiffusionPipeline
pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image-Turbo")
pipe.load_lora_weights("Mariobilly/z-image-turbo-msch-painting01-4250")
image = pipe("mschpainting01, your prompt here").images[0]