Text-to-Image
Diffusers
TensorBoard
diffusers-training
dora
template:sd-lora
stable-diffusion-xl
stable-diffusion-xl-diffusers
Instructions to use outy/haniwa_LoRA2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use outy/haniwa_LoRA2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("outy/haniwa_LoRA2", dtype=torch.bfloat16, device_map="cuda") prompt = "a photo of TOK haniwa" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -35,7 +35,7 @@ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
|
|
| 35 |
|
| 36 |
## Trigger words
|
| 37 |
|
| 38 |
-
You should use a photo of TOK haniwa to trigger the image generation.
|
| 39 |
|
| 40 |
## Download model
|
| 41 |
|
|
|
|
| 35 |
|
| 36 |
## Trigger words
|
| 37 |
|
| 38 |
+
You should use "a photo of TOK haniwa" to trigger the image generation.
|
| 39 |
|
| 40 |
## Download model
|
| 41 |
|