Instructions to use bean980310/minami-asuka-dit-anima-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use bean980310/minami-asuka-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/minami-asuka-dit-anima-v1") prompt = "masterpiece, best quality, amazing quality, very aesthetic, score_9, score_8, great score, highres, absurdres, year 2025, newest, sensitive, A highly aesthetic anime style illustration of Minami Asuka, an energetic adult tomboy girl. She has very short boyish handsome red hair styled with spikes, a very handsome face, and striking heterochromia with mismatched blue eyes and yellow eyes. She possesses a feminine body, featuring a perfect female physique, fair skin, busty figure, voluptuous waist, and large breasts. She is wearing a detailed white military uniform, including epaulettes and aiguillette, a white jacket with long sleeves, a white buttoned shirt, white lace trim bridal gloves, a military white cape with shoulder cloak, a brown belt with a gold belt buckle, and a pleated blue miniskirt with white stripes. She wears white thighhighs with floral lace trim and white high heels. She is standing with legs together, hand on hip, smiling with a closed mouth. The scene is set outdoors in front of an ancient castle under a bright afternoon sky. Sharp focus on facial expressions and detailed fabric textures. Clean composition, dynamic line art, vibrant cel-shaded coloring, high fidelity, ultra-detailed illustration, 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!