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

neeraj1bh
/
magicanimate

Diffusers
Safetensors
convnext
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use neeraj1bh/magicanimate with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("neeraj1bh/magicanimate", 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
magicanimate
57.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
neeraj1bh's picture
neeraj1bh
Update config.json
985bbe9 verified almost 2 years ago
  • assets
    feat: added git repo to hub and track binary files with Git LFS almost 2 years ago
  • configs
    feat: added git repo to hub and track binary files with Git LFS almost 2 years ago
  • demo
    feat: added git repo to hub and track binary files with Git LFS almost 2 years ago
  • inputs
    feat: added git repo to hub and track binary files with Git LFS almost 2 years ago
  • magicanimate
    feat: added git repo to hub and track binary files with Git LFS almost 2 years ago
  • pretrained_models
    chore: added sd models along with config almost 2 years ago
  • scripts
    feat: added git repo to hub and track binary files with Git LFS almost 2 years ago
  • .gitattributes
    1.6 kB
    feat: added git repo to hub and track binary files with Git LFS almost 2 years ago
  • .gitignore
    122 Bytes
    feat: added git repo to hub and track binary files with Git LFS almost 2 years ago
  • LICENSE
    1.52 kB
    feat: added git repo to hub and track binary files with Git LFS almost 2 years ago
  • README.md
    4.51 kB
    feat: added git repo to hub and track binary files with Git LFS almost 2 years ago
  • config.json
    2.12 kB
    Update config.json almost 2 years ago
  • environment.yaml
    5.26 kB
    chore: added config sentence transformers almost 2 years ago
  • requirements.txt
    2.33 kB
    chore: added config sentence transformers almost 2 years ago