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

AiArtLab
/
sdxs-2b

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

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

  • Libraries
  • Diffusers

    How to use AiArtLab/sdxs-2b 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-2b", torch_dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "sdxs-2b"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
sdxs-2b
9.83 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 78 commits
recoilme's picture
recoilme
update
f70da80 about 11 hours ago
  • media
    update about 11 hours ago
  • samples
    update about 11 hours ago
  • scheduler
    scheduler 7 days ago
  • text_encoder
    goodte 2 months ago
  • tokenizer
    newTE 2 months ago
  • transformer
    update about 11 hours ago
  • vae
    Initial model weights 3 months ago
  • .gitattributes
    1.75 kB
    Initial model weights 3 months ago
  • .gitignore
    157 Bytes
    clean 4 days ago
  • LICENSE
    3.22 kB
    Initial model weights 3 months ago
  • MODEL_SUMMARY.md
    9.18 kB
    betta 7 days ago
  • README.md
    3.7 kB
    readme 5 days ago
  • babka_sotona.py
    8.28 kB
    betta 7 days ago
  • generate.py
    3.56 kB
    shift6 7 days ago
  • model_index.json
    448 Bytes
    xet
    Initial model weights 3 months ago
  • monitor_log.csv
    85 Bytes
    upd 3 days ago
  • pipeline_sdxs.py
    20.7 kB
    vanilla_euler 7 days ago
  • prompts.txt
    5.75 kB
    shift6 7 days ago
  • refined.jpg
    123 kB
    xet
    adaf about 2 months ago
  • test.ipynb
    25.3 MB
    xet
    alpha_version about 2 months ago
  • train-babka.py
    37.7 kB
    betta 7 days ago
  • train.py
    37.8 kB
    upd 3 days ago
  • train_monitor.py
    12.6 kB
    betta 7 days ago