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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

nDimensional
/
Clarity-SDXL

Text-to-Image
Diffusers
Safetensors
English
stable-diffusion
stable-diffusion-diffusers
StableDiffusion
image-generation
SDXL
SDXLv1.0
Model card Files Files and versions
xet
Community

Instructions to use nDimensional/Clarity-SDXL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use nDimensional/Clarity-SDXL with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("nDimensional/Clarity-SDXL", 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
Clarity-SDXL
13.9 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
nDimensional's picture
nDimensional
Update README.md
eec4255 verified almost 2 years ago
  • assets
    Upload sample_image_v2.png almost 2 years ago
  • .gitattributes
    1.64 kB
    Upload sample_image_v2.png almost 2 years ago
  • ClarityXL-v1.fp16.safetensors
    6.94 GB
    xet
    Rename ClarityXL-v2.3.3.fp16.safetensors to ClarityXL-v1.fp16.safetensors almost 2 years ago
  • ClarityXL-v2.fp16.safetensors
    6.94 GB
    xet
    Upload ClarityXL-v2.fp16.safetensors almost 2 years ago
  • README.md
    1.58 kB
    Update README.md almost 2 years ago