Instructions to use stabilityai/stable-diffusion-xl-base-1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stabilityai/stable-diffusion-xl-base-1.0 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
A full-body 3D animated toddler girl, around 1.5 years old, sits on the floor while holding a mobile phone to her ear. She smiles gently with a curious look, her big eyes blinking naturally. Her head tilts slightly, as if listening to someone talk.
After a pause, she looks around confused. Her eyebrows lift, her expression turns thoughtful, and her feet shift slightly. She adjusts her grip on the phone with a childlike sense of frustration.
Eventually, she tosses the phone lightly forward, folds her arms with a pouty face, and looks away grumpily. Her cheeks puff and her body posture shows toddler-style attitude.
Use Pixar-style rendering, soft cool lighting, and realistic toddler body language. The camera smoothly zooms and pans to highlight her emotions.
