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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

osanseviero
/
widget-outputs-example

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

Instructions to use osanseviero/widget-outputs-example with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use osanseviero/widget-outputs-example with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("osanseviero/widget-outputs-example", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Nice cat"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
widget-outputs-example
47.3 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 5 commits
osanseviero's picture
osanseviero
Update README.md
428f303 almost 3 years ago
  • feature_extractor
    Duplicate from runwayml/stable-diffusion-v1-5 almost 3 years ago
  • safety_checker
    Duplicate from runwayml/stable-diffusion-v1-5 almost 3 years ago
  • scheduler
    Duplicate from runwayml/stable-diffusion-v1-5 almost 3 years ago
  • text_encoder
    Duplicate from runwayml/stable-diffusion-v1-5 almost 3 years ago
  • tokenizer
    Duplicate from runwayml/stable-diffusion-v1-5 almost 3 years ago
  • unet
    Duplicate from runwayml/stable-diffusion-v1-5 almost 3 years ago
  • vae
    Duplicate from runwayml/stable-diffusion-v1-5 almost 3 years ago
  • .gitattributes
    1.55 kB
    Duplicate from runwayml/stable-diffusion-v1-5 almost 3 years ago
  • README.md
    13.7 kB
    Update README.md almost 3 years ago
  • example_cat.jpeg
    36.2 kB
    Upload example_cat.jpeg almost 3 years ago
  • model_index.json
    541 Bytes
    Duplicate from runwayml/stable-diffusion-v1-5 almost 3 years ago
  • v1-5-pruned-emaonly.ckpt
    4.27 GB
    xet
    Duplicate from runwayml/stable-diffusion-v1-5 almost 3 years ago
  • v1-5-pruned-emaonly.safetensors
    4.27 GB
    xet
    Duplicate from runwayml/stable-diffusion-v1-5 almost 3 years ago
  • v1-5-pruned.ckpt
    7.7 GB
    xet
    Duplicate from runwayml/stable-diffusion-v1-5 almost 3 years ago
  • v1-5-pruned.safetensors
    7.7 GB
    xet
    Duplicate from runwayml/stable-diffusion-v1-5 almost 3 years ago
  • v1-inference.yaml
    1.87 kB
    Duplicate from runwayml/stable-diffusion-v1-5 almost 3 years ago