CoolFace
Modelpublic

Mariobilly/z-image-turbo-msch-painting01-4250

sourceHugging Faceotherupdated 5mo agoView on Hugging Face
0likes5downloads
Model Card

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

[image] [image] [image] [image]

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.

python
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]