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

  • Log In
  • Sign Up

shellypeng
/
atomixl_realistic

Unconditional Image Generation
Diffusers
Safetensors
PyTorch
StableDiffusionXLPipeline
diffusion-models-class
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use shellypeng/atomixl_realistic 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/atomixl_realistic", 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
atomixl_realistic
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
shellypeng's picture
shellypeng
Rename text_encoder/model.safetensors to text_encoder/model.fp16.safetensors
741219f 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
  • .DS_Store
    6.15 kB
    Upload folder using huggingface_hub 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    474 Bytes
    Upload README.md with huggingface_hub 12 months ago
  • config.json
    1.77 kB
    Upload folder using huggingface_hub 12 months ago
  • diffusion_pytorch_model.safetensors
    5.14 GB
    xet
    Upload folder using huggingface_hub 12 months ago
  • model_index.json
    671 Bytes
    Upload model_index.json with huggingface_hub 12 months ago
  • scheduler_config.json
    676 Bytes
    Upload folder using huggingface_hub 12 months ago