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

  • Log In
  • Sign Up

cfchase
/
stable-diffusion-rhteddy

Text-to-Image
Diffusers
TensorBoard
Safetensors
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use cfchase/stable-diffusion-rhteddy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use cfchase/stable-diffusion-rhteddy with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("cfchase/stable-diffusion-rhteddy", 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-rhteddy
10.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
cfchase's picture
cfchase
Retrained without pics with eyes covered.
777fa46 over 2 years ago
  • checkpoint-500
    Retrained without pics with eyes covered. over 2 years ago
  • feature_extractor
    Update to use default diffusers training scripts over 2 years ago
  • logs
    Retrained without pics with eyes covered. over 2 years ago
  • safety_checker
    Update to use default diffusers training scripts over 2 years ago
  • scheduler
    Update to use default diffusers training scripts over 2 years ago
  • text_encoder
    Update to use default diffusers training scripts over 2 years ago
  • tokenizer
    First iteration of rhteddy dog generator weights over 2 years ago
  • unet
    Retrained without pics with eyes covered. over 2 years ago
  • vae
    Update to use default diffusers training scripts over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.6 kB
    Added readme text over 2 years ago
  • model_index.json
    635 Bytes
    Update to use default diffusers training scripts over 2 years ago
  • redhat-dog-small.jpg
    26.2 kB
    Added readme text over 2 years ago