Instructions to use PublicPrompts/All-In-One-Pixel-Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use PublicPrompts/All-In-One-Pixel-Model with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("PublicPrompts/All-In-One-Pixel-Model", 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
- Xet hash:
- c63f7785c51a918c54a7fd2401f26bdbba84bf64bf6651885888a4c9bf742392
- Size of remote file:
- 3.44 GB
- SHA256:
- 147b70fe710a31b116b78f8a91b119872b0c7c37429614cf2fc1b6e411d55907
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.