Instructions to use bean980310/makotono-aoi-dit-anima-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use bean980310/makotono-aoi-dit-anima-v1 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("bean980310/makotono-aoi-dit-anima-v1") prompt = "masterpiece, best quality, amazing quality, very aesthetic, score_9, score_8, great score, highres, absurdres, year 2025, newest, safe, sensitive, A highly aesthetic anime style illustration of Makotono Aoi, an adult tsun-dere cool-beauty tomboy girl. She has very short boyish handsome short-cut blue hair with curtained hair and parted bangs, a very handsome face, and striking yellow eyes. Her body is perfectly sculpted with a feminine physique, fair skin, busty figure, voluptuous waist, and large breasts. She is wearing a detailed white military uniform, including epaulettes and aiguillette, a white military jacket with long sleeves, a white buttoned shirt, a white lace trim bridal glove, a white military cape with a shoulder cloak, a brown belt with a gold belt buckle, a pleated blue miniskirt with white stripes, white thighhighs with floral lace trim, and white high heels. She is standing with her legs together, hand on her hip, maintaining a serious expression with a closed mouth. The scene is set outdoors under an evening sky near a castle. Detailed fabric rendering, clean composition, sharp focus on facial expressions, dynamic lighting, cel-shaded coloring, line art, vibrant colors, high fidelity, ultra-detailed texture, 8K resolution." 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!