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

  • Log In
  • Sign Up

LottePeisch
/
RevAnimated-Diffusers

Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
Model card Files Files and versions
xet

Instructions to use LottePeisch/RevAnimated-Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use LottePeisch/RevAnimated-Diffusers with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("LottePeisch/RevAnimated-Diffusers", 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
RevAnimated-Diffusers / text_encoder
492 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
LottePeisch's picture
LottePeisch
Update text_encoder/config.json
7940a0a about 3 years ago
  • config.json
    612 Bytes
    Update text_encoder/config.json about 3 years ago
  • model.safetensors
    492 MB
    xet
    Upload 15 files about 3 years ago