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

  • Log In
  • Sign Up

stablediffusionapi
/
duchaiten-artxl

Text-to-Image
Diffusers
StableDiffusionXLPipeline
modelslab.com
stable-diffusion-api
ultra-realistic
Model card Files Files and versions
xet
Community

Instructions to use stablediffusionapi/duchaiten-artxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use stablediffusionapi/duchaiten-artxl with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stablediffusionapi/duchaiten-artxl", 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
duchaiten-artxl
6.94 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
adhikjoshi's picture
adhikjoshi
Upload README.md with huggingface_hub
e174eea verified 7 months ago
  • feature_extractor
    Upload StableDiffusionPipeline 7 months ago
  • scheduler
    Upload StableDiffusionXLPipeline 7 months ago
  • text_encoder
    Upload StableDiffusionXLPipeline 7 months ago
  • text_encoder_2
    Upload StableDiffusionXLPipeline 7 months ago
  • tokenizer
    Upload StableDiffusionPipeline 7 months ago
  • tokenizer_2
    Upload StableDiffusionXLPipeline 7 months ago
  • unet
    Upload StableDiffusionXLPipeline 7 months ago
  • vae
    Upload StableDiffusionXLPipeline 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    2.24 kB
    Upload README.md with huggingface_hub 7 months ago
  • model_index.json
    737 Bytes
    Upload StableDiffusionXLPipeline 7 months ago