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

  • Log In
  • Sign Up

animEEEmpire
/
AniMemory-alpha

Diffusers
Safetensors
Model card Files Files and versions
xet
Community
1

Instructions to use animEEEmpire/AniMemory-alpha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use animEEEmpire/AniMemory-alpha with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("animEEEmpire/AniMemory-alpha", 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
AniMemory-alpha / text_encoder
11.3 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 5 commits
animemory's picture
animemory
Add remote code for Diffusers (#1)
ac011b6 verified over 1 year ago
  • animemory_t5.py
    3.09 kB
    Add remote code for Diffusers (#1) over 1 year ago
  • config.json
    707 Bytes
    model release over 1 year ago
  • model.safetensors
    9.26 GB
    xet
    model release over 1 year ago
  • weights.safetensors
    2.05 GB
    xet
    rename over 1 year ago