Instructions to use AIGCDuckBoss/fluxLora_handDrawAnime with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AIGCDuckBoss/fluxLora_handDrawAnime with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("AIGCDuckBoss/fluxLora_handDrawAnime") prompt = "young adult female, weared white crop top with high waist jeans, bright brown eyes, long wavy caramel brown hair" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
handDrawAnime

- Prompt
- young adult female, weared white crop top with high waist jeans, bright brown eyes, long wavy caramel brown hair

- Prompt
- adult male, weared designer sweater with chain accessories and slim fit pants, piercing eyes, two-block cut dark brown hair

- Prompt
- a girl standing in library with some shining stars in the background, hand drawing

- Prompt
- The little boy and the little girl were sitting on the roof, looking up at the sky, and a shooting star was streaking across the sky
Model description
A simple color hand-drawn anime style illustration flux lora Trigger word:The overall style of the hand-drawn illustrations is anime style.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 6
Model tree for AIGCDuckBoss/fluxLora_handDrawAnime
Base model
black-forest-labs/FLUX.1-dev