seawolf2357's picture
Upload README.md with huggingface_hub
03c8f06 verified
|
Raw
History Blame Contribute Delete
631 Bytes
metadata
license: apache-2.0
tags:
  - lora
  - z-image
  - diffusers
  - text-to-image
library_name: diffusers

my-lora-20260110-0809

LoRA Trainer로 학습된 커스텀 LoRA 모델

모델 정보

  • 유형: Z-Image용 LoRA 가중치
  • 생성일: 2026-01-10 08:29:54
  • 트리거 워드: koyoon

사용 방법

from diffusers import DiffusionPipeline

pipe = DiffusionPipeline.from_pretrained("your-base-model")
pipe.load_lora_weights("seawolf2357/my-lora-20260110-0809")
pipe.to("cuda")

prompt = "koyoon, your prompt here"
image = pipe(prompt).images[0]

Z-Image LoRA Trainer로 생성됨