CoolFace
Modelpublic

Mariobilly/msch-painting01

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

Msch Painting01

LoRA for Z-Image Turbo.

  • —File: Msch_Painting01.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/msch-painting01")
image = pipe("mschpainting01, your prompt here").images[0]