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

hf-internal-testing
/
stable-diffusion-all-variants

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

Instructions to use hf-internal-testing/stable-diffusion-all-variants with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use hf-internal-testing/stable-diffusion-all-variants with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("hf-internal-testing/stable-diffusion-all-variants", 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
stable-diffusion-all-variants
47.4 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
RaushanTurganbay's picture
RaushanTurganbay HF Staff
Has to be image processor for image processor type
6ff7ea2 verified 8 months ago
  • feature_extractor
    Has to be image processor for image processor type 8 months ago
  • safety_checker
    up over 3 years ago
  • scheduler
    up over 3 years ago
  • text_encoder
    up over 3 years ago
  • tokenizer
    up over 3 years ago
  • unet
    up over 3 years ago
  • vae
    up over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • load.py
    370 Bytes
    up over 3 years ago
  • model_index.json
    584 Bytes
    up over 3 years ago
  • save.py
    372 Bytes
    up over 3 years ago