Views
No views yet
Z_image_turbo-Msch_Painting_V02_000002000.safetensorsmschpaintingv02



.safetensors file in your models/loras/ folder and load it
in ComfyUI or your inference UI of choice. Include the trigger word mschpaintingv02
in your prompt to activate the LoRA.1from diffusers import DiffusionPipeline
2pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image-Turbo")
3pipe.load_lora_weights("Mariobilly/z-image-turbo-msch-painting-v02-000002000")
4image = pipe("mschpaintingv02, your prompt here").images[0]