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

  • Log In
  • Sign Up

StupidGame
/
BETA_Diffusion

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

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

  • Libraries
  • Diffusers

    How to use StupidGame/BETA_Diffusion with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("StupidGame/BETA_Diffusion", 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
BETA_Diffusion
11 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 13 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
ebed0b0 verified almost 2 years ago
  • feature_extractor
    開 over 3 years ago
  • safety_checker
    Adding `safetensors` variant of this model almost 2 years ago
  • scheduler
    外人兄貴のやつに戻した over 3 years ago
  • text_encoder
    Adding `safetensors` variant of this model almost 2 years ago
  • tokenizer
    開 over 3 years ago
  • unet
    Adding `safetensors` variant of this model almost 2 years ago
  • vae
    Adding `safetensors` variant of this model almost 2 years ago
  • .gitattributes
    1.53 kB
    更新 over 3 years ago
  • README.md
    229 Bytes
    Update README.md over 3 years ago
  • model_index.json
    541 Bytes
    Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#4) about 3 years ago
  • v1-inference.yaml
    1.87 kB
    外人兄貴のやつに戻した over 3 years ago