Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

bean980310
/
aino-koito-xl-animagine

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use bean980310/aino-koito-xl-animagine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use bean980310/aino-koito-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/aino-koito-xl-animagine")
    
    prompt = "masterpiece, best quality, very aesthetic, absurdres, digital art, stage, stage lights, cowboy shot, solo, Aino Koito, a adult very handsone tomboy girl with very boyish handsome shortcut blonde hair and very handsome face and aqua eyes and perfect female body and large breasts wearing yellow idol uniform and idol clothes and pleated miniskirt and gloves and thighhighs and high heels and smile face with angry eyeblows"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
aino-koito-xl-animagine
207 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
bean980310's picture
bean980310
Update README.md
de678f7 verified over 1 year ago
  • images
    Add 4 files over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • README.md
    5.46 kB
    Update README.md over 1 year ago
  • aino-koito-xl-animagine.safetensors
    203 MB
    xet
    Add 4 files over 1 year ago