Text-to-Image
Diffusers
Safetensors
English
StableDiffusionXLPipeline
stable-diffusion
stable-diffusion-xl
anime
cute
pony
Instructions to use John6666/white-unicorn-v3-sdxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use John6666/white-unicorn-v3-sdxl with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("John6666/white-unicorn-v3-sdxl", 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 Settings
- Draw Things
- DiffusionBee
File size: 135 Bytes
876a8dc | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7bc46d9c2b45707c8ddf9ec1ab6991ab48a5e637b1819f7c71e4ae845c985217
size 6938041888
|