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

DESSEP
/
SDXL-v1

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

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

  • Libraries
  • Diffusers

    How to use DESSEP/SDXL-v1 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("DESSEP/SDXL-v1", 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
SDXL-v1
34.7 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 40 commits
DESSEP's picture
DESSEP
Update README.md
9a95f28 verified about 1 year ago
  • scheduler
    Upload 13 files over 1 year ago
  • text_encoder
    Upload 13 files over 1 year ago
  • text_encoder_2
    Upload 13 files over 1 year ago
  • tokenizer
    Upload 13 files over 1 year ago
  • tokenizer_2
    Upload 13 files over 1 year ago
  • unet
    Upload 2 files over 1 year ago
  • vae
    Upload 2 files over 1 year ago
  • .gitattributes
    1.68 kB
    Upload dataset1.png about 1 year ago
  • Larning_plan.png
    123 kB
    xet
    Upload Larning_plan.png about 1 year ago
  • README.md
    3.83 kB
    Update README.md about 1 year ago
  • SDXL-v1(a10).safetensors
    6.94 GB
    xet
    Upload SDXL-v1(a10).safetensors about 1 year ago
  • SDXL-v1(a12).safetensors
    6.94 GB
    xet
    Upload SDXL-v1(a12).safetensors about 1 year ago
  • SDXL-v1(a4).safetensors
    6.94 GB
    xet
    Upload SDXL-v1(a4).safetensors over 1 year ago
  • SDXL-v1(a7).safetensors
    6.94 GB
    xet
    Rename SDXL-v1(a7).safetensors.safetensors to SDXL-v1(a7).safetensors about 1 year ago
  • dataset1.png
    1.05 MB
    xet
    Upload dataset1.png about 1 year ago
  • model_index.json
    610 Bytes
    Upload model_index.json over 1 year ago