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

  • Log In
  • Sign Up

AiArtLab
/
sdxs

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

Instructions to use AiArtLab/sdxs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use AiArtLab/sdxs with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("AiArtLab/sdxs", 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
sdxs
28.5 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 308 commits
recoilme's picture
recoilme
Update README.md
9e825c9 verified about 1 month ago
  • media
    2601 4 months ago
  • samples
    2601 4 months ago
  • scheduler
    v14 6 months ago
  • sdxs_1b
    2512 5 months ago
  • sdxs_flux
    sdxs_08b 5 months ago
  • src
    2601 4 months ago
  • text_encoder
    2601 4 months ago
  • tokenizer
    2601 4 months ago
  • unet
    2601 4 months ago
  • unet_old
    2601 4 months ago
  • unet_sd15
    2601 4 months ago
  • unet_sdxl5
    2601 4 months ago
  • vae
    2601 4 months ago
  • vae1x
    2511 6 months ago
  • vae2x
    2601 4 months ago
  • .gitattributes
    1.69 kB
    Fresh start 11 months ago
  • .gitignore
    157 Bytes
    Fresh start 11 months ago
  • README.md
    2.31 kB
    Update README.md about 1 month ago
  • dataset.py
    18.9 kB
    sdxs_08b 5 months ago
  • dataset_flux.py
    19.1 kB
    flux 5 months ago
  • model_index.json
    425 Bytes
    xet
    2511 6 months ago
  • pipeline_sdxs.py
    7.03 kB
    Update pipeline_sdxs.py 4 months ago
  • requirements.txt
    154 Bytes
    2510 6 months ago
  • snooc.py
    3.33 kB
    2512 5 months ago
  • test.ipynb
    5.21 MB
    xet
    2601 4 months ago
  • train-Copy1.py
    29.5 kB
    2512 5 months ago
  • train-Copy2.py
    32 kB
    2512 5 months ago
  • train-Copy3.py
    33.5 kB
    sdxs_08b 5 months ago
  • train.py
    33.5 kB
    2601 4 months ago
  • train_flux.py
    33.5 kB
    2512 4 months ago