Instructions to use mikkoph/bangboo-anima with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mikkoph/bangboo-anima with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("circlestone-labs/Anima", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("mikkoph/bangboo-anima") prompt = "a bangboo with a ice-cream shaped head in pink and white color. sitting in front of a plain white background. Its eyes are round, pink. In front it has a triangular shaped zipper" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K