Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

8BitStudio
/
Aniimage-1

Text-to-Image
Diffusers
Safetensors
English
anime
diffusion
image-generation
Model card Files Files and versions
xet
Community

Instructions to use 8BitStudio/Aniimage-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use 8BitStudio/Aniimage-1 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("8BitStudio/Aniimage-1", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Aniimage-1
1.73 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
8BitStudio's picture
8BitStudio
Update README.md
9ee8152 verified about 18 hours ago
  • .gitattributes
    1.57 kB
    large example 1 day ago
  • README.md
    2.77 kB
    Update README.md about 18 hours ago
  • collage.png
    668 kB
    xet
    large example 1 day ago
  • config.json
    1.83 kB
    Upload 2 files 1 day ago
  • diffusion_pytorch_model.safetensors
    1.73 GB
    xet
    Upload 2 files 1 day ago
  • generate_hf.py
    52 kB
    Upload generate_hf.py 1 day ago