Unconditional Image Generation
Diffusers
Safetensors
PyTorch
StableDiffusionXLPipeline
diffusion-models-class
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
File size: 134 Bytes
b4073a4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:39a9822aaa359fe37ca5d3cff8a06b9505f29a018b2331d126b36472e77665a6
size 167335590
|