Instructions to use antonellaavad/https-huggingface-co-iyashi-haku-naruto with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use antonellaavad/https-huggingface-co-iyashi-haku-naruto with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("andite/pastel-mix", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("antonellaavad/https-huggingface-co-iyashi-haku-naruto") prompt = "haku(naruto), haku, female, woman, girl, 1 girl, flat breasts, black eyes, brown eyes, mask, anbu mask, white and red mask, white mask, red mask, holding mask, headband, solid steel headband, symbol headband, white hair bun, hair bun, black hair, long hair, needles, holding needles, solid steel needles, steel needles, kimono, teal kimono, battlesuit, brown battlesuit, long sleeves, tassel" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
#1
by Iyashi - opened
README.md
CHANGED
|
@@ -1,22 +0,0 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: creativeml-openrail-m
|
| 3 |
-
base_model: andite/pastel-mix
|
| 4 |
-
instance_prompt: haku(naruto), haku, female, woman, girl, 1 girl, flat breasts, black eyes, brown eyes, mask, anbu mask, white and red mask, white mask, red mask, holding mask, headband, solid steel headband, symbol headband, white hair bun, hair bun, black hair, long hair, needles, holding needles, solid steel needles, steel needles, kimono, teal kimono, battlesuit, brown battlesuit, long sleeves, tassel
|
| 5 |
-
tags:
|
| 6 |
-
- stable-diffusion
|
| 7 |
-
- stable-diffusion-diffusers
|
| 8 |
-
- text-to-image
|
| 9 |
-
- diffusers
|
| 10 |
-
- lora
|
| 11 |
-
inference: true
|
| 12 |
-
---
|
| 13 |
-
# LoRA DreamBooth - haku-naruto
|
| 14 |
-
|
| 15 |
-
These are LoRA adaption weights for [andite/pastel-mix](https://huggingface.co/andite/pastel-mix). The weights were trained on the instance prompt "haku(naruto), haku, female, woman, girl, 1 girl, flat breasts, black eyes, brown eyes, mask, anbu mask, white and red mask, white mask, red mask, holding mask, headband, solid steel headband, symbol headband, white hair bun, hair bun, black hair, long hair, needles, holding needles, solid steel needles, steel needles, kimono, teal kimono, battlesuit, brown battlesuit, long sleeves, tassel" using [DreamBooth](https://dreambooth.github.io/). You can find some example images in the following.
|
| 16 |
-
|
| 17 |
-
Test prompt: haku(naruto), haku, female, woman, girl, 1 girl, flat breasts
|
| 18 |
-

|
| 19 |
-

|
| 20 |
-

|
| 21 |
-

|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|