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

  • Log In
  • Sign Up

YuCollection
/
sdxl-1.0-base-diffusers

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

Instructions to use YuCollection/sdxl-1.0-base-diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use YuCollection/sdxl-1.0-base-diffusers with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("YuCollection/sdxl-1.0-base-diffusers", 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-1.0-base-diffusers
21.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 29 commits
YuCollection's picture
YuCollection
Update README.md
47312c6 verified 3 months ago
  • scheduler
    Upload scheduler/scheduler_config.json with huggingface_hub 3 months ago
  • text_encoder
    Upload text_encoder/model.safetensors with huggingface_hub 3 months ago
  • text_encoder_2
    Upload text_encoder_2/model.safetensors with huggingface_hub 3 months ago
  • tokenizer
    Upload tokenizer/vocab.json with huggingface_hub 3 months ago
  • tokenizer_2
    Upload tokenizer_2/vocab.json with huggingface_hub 3 months ago
  • unet
    Upload unet/diffusion_pytorch_model.safetensors with huggingface_hub 3 months ago
  • vae
    Upload vae/diffusion_pytorch_model.safetensors with huggingface_hub 3 months ago
  • vae_1_0
    Upload vae_1_0/diffusion_pytorch_model.safetensors with huggingface_hub 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • LICENSE.md
    14.1 kB
    Upload LICENSE.md with huggingface_hub 3 months ago
  • README.md
    7.2 kB
    Update README.md 3 months ago
  • model_index.json
    609 Bytes
    Upload model_index.json with huggingface_hub 3 months ago