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

  • Log In
  • Sign Up

shellypeng
/
AtomicXL

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

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

  • Libraries
  • Diffusers

    How to use shellypeng/AtomicXL with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("shellypeng/AtomicXL", 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
AtomicXL
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
shellypeng's picture
shellypeng
Rename text_encoder/model.safetensors to text_encoder/model.fp16.safetensors
2cf9e04 verified 12 months ago
  • scheduler
    Upload folder using huggingface_hub 12 months ago
  • text_encoder
    Rename text_encoder/model.safetensors to text_encoder/model.fp16.safetensors 12 months ago
  • text_encoder_2
    Rename text_encoder_2/model.safetensors to text_encoder_2/model.fp16.safetensors 12 months ago
  • tokenizer
    Upload folder using huggingface_hub 12 months ago
  • tokenizer_2
    Upload folder using huggingface_hub 12 months ago
  • unet
    Rename unet/diffusion_pytorch_model.safetensors to unet/diffusion_pytorch_model.fp16.safetensors 12 months ago
  • vae
    Rename vae/diffusion_pytorch_model.safetensors to vae/diffusion_pytorch_model.fp16.safetensors 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • model_index.json
    671 Bytes
    Upload folder using huggingface_hub 12 months ago