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

  • Log In
  • Sign Up

mrcuddle
/
URPM-SD2.1

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

Instructions to use mrcuddle/URPM-SD2.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use mrcuddle/URPM-SD2.1 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("mrcuddle/URPM-SD2.1", 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
URPM-SD2.1
15.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
mrcuddle's picture
mrcuddle
Update README.md
7185f10 verified 11 months ago
  • scheduler
    Adding `diffusers` weights of this model (#1) about 1 year ago
  • text_encoder
    Adding `diffusers` weights of this model (#1) about 1 year ago
  • tokenizer
    Adding `diffusers` weights of this model (#1) about 1 year ago
  • unet
    Adding `diffusers` weights of this model (#1) about 1 year ago
  • vae
    Adding `diffusers` weights of this model (#1) about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    5.33 kB
    Update README.md 11 months ago
  • model_index.json
    570 Bytes
    Adding `diffusers` weights of this model (#1) about 1 year ago
  • uberRealisticPornMerge21_v2.safetensors
    5.16 GB
    xet
    Upload uberRealisticPornMerge21_v2.safetensors about 1 year ago