bghd001-000003000 / README.md
Mariobilly's picture
Add model card
09aca32 verified
|
Raw
History Blame
651 Bytes
---
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](https://huggingface.co/Mariobilly)
## Usage
Place the `.safetensors` file in your `models/loras/` folder and load it
in ComfyUI or your inference UI of choice.
```python
# diffusers example
from diffusers import DiffusionPipeline
pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image-Turbo")
pipe.load_lora_weights("Mariobilly/bghd001-000003000")
```