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

  • Log In
  • Sign Up

stablediffusionapi
/
rev-animated

Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
stablediffusionapi.com
stable-diffusion-api
ultra-realistic
Model card Files Files and versions
xet
Community
4

Instructions to use stablediffusionapi/rev-animated with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use stablediffusionapi/rev-animated with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stablediffusionapi/rev-animated", 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
rev-animated
11 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 7 commits
adhikjoshi's picture
adhikjoshi
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#4)
d4cb3fb verified 8 months ago
  • feature_extractor
    converted using stablediffusionapi.com almost 3 years ago
  • safety_checker
    Adding `safetensors` variant of this model (#4) 8 months ago
  • scheduler
    converted using stablediffusionapi.com almost 3 years ago
  • text_encoder
    Adding `safetensors` variant of this model (#4) 8 months ago
  • tokenizer
    converted using stablediffusionapi.com almost 3 years ago
  • unet
    Adding `safetensors` variant of this model (#4) 8 months ago
  • vae
    Adding `safetensors` variant of this model (#4) 8 months ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • .gitignore
    15 Bytes
    converted using stablediffusionapi.com about 3 years ago
  • README.md
    2.43 kB
    Update README.md content over 1 year ago
  • model_index.json
    579 Bytes
    converted using stablediffusionapi.com almost 3 years ago