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

Noginowa
/
AnimaMixColorXL

Text-to-Image
Diffusers
English
stable-diffusion
stable-diffusion-diffusers
Merge
Model card Files Files and versions
xet
Community

Instructions to use Noginowa/AnimaMixColorXL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Noginowa/AnimaMixColorXL with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Noginowa/AnimaMixColorXL", 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 Settings
  • Draw Things
  • DiffusionBee
AnimaMixColorXL
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
Noginowa's picture
Noginowa
docs: update README
e129a41 verified 6 months ago
  • images
    docs: update README 6 months ago
  • .gitattributes
    2.05 kB
    docs: update README 6 months ago
  • AnimaMixColorXL_v1.safetensors
    6.94 GB
    xet
    Upload AnimaMixColorXL_v1.safetensors almost 2 years ago
  • AnimaMixColorXL_v1_recipe.txt
    423 Bytes
    Upload 4 files over 1 year ago
  • AnimaMixColorXL_v2.1.safetensors
    6.94 GB
    xet
    v2.1 6 months ago
  • AnimaMixColorXL_v2.1_recipe.md
    1.62 kB
    v2.1 6 months ago
  • AnimaMixColorXL_v2.safetensors
    6.94 GB
    xet
    Upload 4 files over 1 year ago
  • AnimaMixColorXL_v2_recipe.txt
    560 Bytes
    Upload 4 files over 1 year ago
  • AnimaMixColorXL_v3.safetensors
    6.94 GB
    xet
    v3 7 months ago
  • AnimaMixColorXL_v3_recipe.md
    631 Bytes
    v3 7 months ago
  • README.md
    3.42 kB
    docs: update README 6 months ago