Instructions to use mikkoph/mikkoani-anima with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mikkoph/mikkoani-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/mikkoani-anima") prompt = "A high-fashion sketch @mikkoani portrait with complex gritty linework and mute colors of a woman with fair skin. She is wearing a beige elastic bandage. Her head and body emerge from layers of a smoky rose organza fabric. Her makeup is dramatic and artistic, featuring a heavy, smoky eye with dark brown and maroon eyeshadow blended upwards, paired with pale nude lips. Her expression is serious and intense as she looks directly at the camera. The lighting is soft and highlights the texture of the fabric and the contours of her face against a neutral grey background." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!