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
Create requirements.txt
#3 opened 7 months ago
by
ShriVidyaAyushi
Create app.py
#2 opened 7 months ago
by
ShriVidyaAyushi
Update README.md
#1 opened about 3 years ago
by
Iyashi