Instructions to use bean980310/makotono-aoi-xl-animagine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use bean980310/makotono-aoi-xl-animagine with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("cagliostrolab/animagine-xl-3.1", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("bean980310/makotono-aoi-xl-animagine") prompt = "masterpiece, best quality, very aesthetic, absurdres, indoors, secretary room, solo, Makotono Aoi, a adult tomboy girl with very boyish handsome shortcut blue hair with (parted bangs:1.2) and very handsome face and yellow eyes and perfect female body and large breasts wearing secretary suit and tight miniskirt and thighhighs and cool face with closed mouth" 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!