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

  • Log In
  • Sign Up

Nextcloud-AI
/
sdxl-turbo

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

Instructions to use Nextcloud-AI/sdxl-turbo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Nextcloud-AI/sdxl-turbo with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Nextcloud-AI/sdxl-turbo", 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-turbo
55.5 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit

This model has 1 file scanned as suspicious.

marcelklehr's picture
marcelklehr
Initial commit
95c927b about 1 year ago
  • scheduler
    Initial commit about 1 year ago
  • text_encoder
    Initial commit about 1 year ago
  • text_encoder_2
    Initial commit about 1 year ago
  • tokenizer
    Initial commit about 1 year ago
  • tokenizer_2
    Initial commit about 1 year ago
  • unet
    Initial commit about 1 year ago
  • vae
    Initial commit about 1 year ago
  • vae_decoder
    Initial commit about 1 year ago
  • vae_encoder
    Initial commit about 1 year ago
  • .gitattributes
    1.57 kB
    Initial commit about 1 year ago
  • LICENSE.md
    11.9 kB
    Initial commit about 1 year ago
  • README.md
    5.88 kB
    Initial commit about 1 year ago
  • image_quality_one_step.png
    204 kB
    Initial commit about 1 year ago
  • model_index.json
    685 Bytes
    Initial commit about 1 year ago
  • output_tile.jpg
    744 kB
    Initial commit about 1 year ago
  • prompt_alignment_one_step.png
    204 kB
    Initial commit about 1 year ago
  • sd_xl_turbo_1.0.safetensors
    13.9 GB
    xet
    Initial commit about 1 year ago
  • sd_xl_turbo_1.0_fp16.safetensors
    6.94 GB
    xet
    Initial commit about 1 year ago