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

CelesteImperia
/
SDXL-MLX

Diffusers
Safetensors
MLX
English
inclusive-ai
sdxl
vedic-art
npu-ready
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use CelesteImperia/SDXL-MLX with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("CelesteImperia/SDXL-MLX", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • MLX

    How to use CelesteImperia/SDXL-MLX with MLX:

    # Download the model from the Hub
    pip install huggingface_hub[hf_xet]
    
    huggingface-cli download --local-dir SDXL-MLX CelesteImperia/SDXL-MLX
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • LM Studio
SDXL-MLX / tinyvae
19.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
itsabhishek19's picture
itsabhishek19
Release: Full TinyVAE Stack (Encoder + Decoder) for Apple MLX
5e0c70a verified 3 months ago
  • README.md
    1.38 kB
    Release: Full TinyVAE Stack (Encoder + Decoder) for Apple MLX 3 months ago
  • config.json
    597 Bytes
    Release: Full TinyVAE Stack (Encoder + Decoder) for Apple MLX 3 months ago
  • diffusion_pytorch_model.safetensors
    9.79 MB
    xet
    Release: Full TinyVAE Stack (Encoder + Decoder) for Apple MLX 3 months ago
  • taesdxl_decoder.safetensors
    4.9 MB
    xet
    Release: Full TinyVAE Stack (Encoder + Decoder) for Apple MLX 3 months ago
  • taesdxl_encoder.safetensors
    4.9 MB
    xet
    Release: Full TinyVAE Stack (Encoder + Decoder) for Apple MLX 3 months ago