Instructions to use lora-library/haku-naruto with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lora-library/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("lora-library/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 Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!