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

hotshotco
/
SDXL-512

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

Instructions to use hotshotco/SDXL-512 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use hotshotco/SDXL-512 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("hotshotco/SDXL-512", 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 Settings
  • Draw Things
  • DiffusionBee
SDXL-512
34.7 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 11 commits
John M
fix conditioner weights
f2710b2 almost 3 years ago
  • scheduler
    first commit almost 3 years ago
  • text_encoder
    first commit almost 3 years ago
  • text_encoder_2
    first commit almost 3 years ago
  • tokenizer
    first commit almost 3 years ago
  • tokenizer_2
    first commit almost 3 years ago
  • unet
    first commit almost 3 years ago
  • vae
    first commit almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • LICENSE.md
    14.1 kB
    first commit almost 3 years ago
  • README.md
    3.03 kB
    Update README.md almost 3 years ago
  • hsxl_base_1.0.f16.safetensors
    6.94 GB
    xet
    fix conditioner weights almost 3 years ago
  • hsxl_base_1.0.safetensors
    13.9 GB
    xet
    fix conditioner weights almost 3 years ago
  • model_index.json
    577 Bytes
    first commit almost 3 years ago