bghd001-000003000 / README.md
Mariobilly's picture
Add model card
09aca32 verified
|
Raw
History Blame
651 Bytes
metadata
license: other
library_name: diffusers
pipeline_tag: text-to-image
tags:
  - lora
  - z-image
  - z-image-turbo
  - text-to-image

BGHD001 000003000

LoRA for Z-Image Turbo.

  • File: BGHD001_000003000.safetensors
  • Trigger words: add yours
  • Trained by: @Mariobilly

Usage

Place the .safetensors file in your models/loras/ folder and load it in ComfyUI or your inference UI of choice.

# diffusers example
from diffusers import DiffusionPipeline
pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image-Turbo")
pipe.load_lora_weights("Mariobilly/bghd001-000003000")