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

Paresh1879
/
stable-diffusion-xl-thumbsup-extend

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

Instructions to use Paresh1879/stable-diffusion-xl-thumbsup-extend with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Paresh1879/stable-diffusion-xl-thumbsup-extend with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Paresh1879/stable-diffusion-xl-thumbsup-extend", 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-xl-thumbsup-extend
466 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 23 commits
Paresh1879's picture
Paresh1879
Update README.md
0ce25f9 verified almost 2 years ago
  • Images
    Upload folder using huggingface_hub almost 2 years ago
  • Output-Base
    Upload folder using huggingface_hub almost 2 years ago
  • Output-Complex
    Uploading the images of the improved model taken from the API server almost 2 years ago
  • .gitattributes
    2.23 kB
    Postman output almost 2 years ago
  • README.md
    3.73 kB
    Update README.md almost 2 years ago
  • SDXL_API_Server.py
    2.57 kB
    Upload API Server File almost 2 years ago
  • SDXL_Thumbsup.ipynb
    3.12 MB
    Uploading the colab notebook almost 2 years ago
  • SDXL_report.pdf
    452 kB
    Upload SDXL_report.pdf almost 2 years ago
  • api_key_counts.png
    266 kB
    Postman output almost 2 years ago
  • postman_output.png
    2.68 MB
    xet
    Postman output almost 2 years ago
  • sdxl_thumbsup.py
    4.99 kB
    Upload sdxl_thumbsup.py almost 2 years ago
  • wandb_export.csv
    2.58 kB
    Uploading wandb csv almost 2 years ago