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

  • Log In
  • Sign Up

Charles322
/
taesdxl

Diffusers
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use Charles322/taesdxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Charles322/taesdxl with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Charles322/taesdxl", 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
taesdxl
9.8 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
charlesatreides's picture
charlesatreides
Mirror of madebyollin/taesdxl for DiffusionLite fallback
fddb274 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • config.json
    597 Bytes
    Mirror of madebyollin/taesdxl for DiffusionLite fallback 2 months ago
  • diffusion_pytorch_model.safetensors
    9.79 MB
    xet
    Mirror of madebyollin/taesdxl for DiffusionLite fallback 2 months ago