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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

vanes430
/
Anima-2.9B-GGUF

Text-to-Image
Diffusion Single File
GGUF
Diffusers
English
anima
comfyui
Model card Files Files and versions
xet
Community

Instructions to use vanes430/Anima-2.9B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusion Single File

    How to use vanes430/Anima-2.9B-GGUF with Diffusion Single File:

    # No code snippets available yet for this library.
    
    # To use this model, check the repository files and the library's documentation.
    
    # Want to help? PRs adding snippets are welcome at:
    # https://github.com/huggingface/huggingface.js
  • Diffusers

    How to use vanes430/Anima-2.9B-GGUF with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("vanes430/Anima-2.9B-GGUF", 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
Anima-2.9B-GGUF
13.5 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
vanes430's picture
vanes430
Upload README.md
a03fe66 verified about 9 hours ago
  • .gitattributes
    1.72 kB
    Upload Anima-2.9B-preview-v1-Q4_0.gguf about 9 hours ago
  • Anima-2.9B-preview-v1-Q4_0.gguf
    3.29 GB
    xet
    Upload Anima-2.9B-preview-v1-Q4_0.gguf about 9 hours ago
  • Anima-2.9B-preview-v1-Q5_0.gguf
    4.02 GB
    xet
    Upload Anima-2.9B-preview-v1-Q5_0.gguf about 9 hours ago
  • Anima-2.9B-preview-v1-Q8_0.gguf
    6.21 GB
    xet
    Upload Anima-2.9B-preview-v1-Q8_0.gguf about 9 hours ago
  • README.md
    1.57 kB
    Upload README.md about 9 hours ago