Text-to-Image
Diffusers
lora
sd-1.5
template:diffusion-lora
anime
sexy
female
style
art style
woman
girls
toon
styles
art style capture
civitai
imported
Instructions to use AiAF/Inkuubooru_I_inkuusan_inkerton-kun_-_Sty_NAI_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AiAF/Inkuubooru_I_inkuusan_inkerton-kun_-_Sty_NAI_lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("AiAF/Inkuubooru_I_inkuusan_inkerton-kun_-_Sty_NAI_lora") prompt = "inkuusan \\(Artist\\),inkerton-kun \\(Artist\\),@inkuusan, 1girl, solo, (((portrait shot))),, looking at viewer, blue eyes, long brown hair, Christmas sweater, background: indoors, winter log cabin with a burning fire place, Christmas tree, <lora:inkuusan | inkerton-kun:1>" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload images/showcase_8.jpg with huggingface_hub
Browse files- .gitattributes +1 -0
- images/showcase_8.jpg +3 -0
.gitattributes
CHANGED
|
@@ -41,3 +41,4 @@ images/showcase_4.jpg filter=lfs diff=lfs merge=lfs -text
|
|
| 41 |
images/showcase_5.jpg filter=lfs diff=lfs merge=lfs -text
|
| 42 |
images/showcase_6.jpg filter=lfs diff=lfs merge=lfs -text
|
| 43 |
images/showcase_7.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 41 |
images/showcase_5.jpg filter=lfs diff=lfs merge=lfs -text
|
| 42 |
images/showcase_6.jpg filter=lfs diff=lfs merge=lfs -text
|
| 43 |
images/showcase_7.jpg filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
images/showcase_8.jpg filter=lfs diff=lfs merge=lfs -text
|
images/showcase_8.jpg
ADDED
|
Git LFS Details
|