Instructions to use AiArtLab/simplevae with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AiArtLab/simplevae with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AiArtLab/simplevae", torch_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

- Xet hash:
- 3d3aee5f836189b3b0aa27019c26096c85d3ec5201c644dbaed4cf4f99d032c9
- Size of remote file:
- 315 kB
- SHA256:
- ccb1adf67bd65c5e933ebae9a61cde4a489f95cd0c344de6652f299e1381025e
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.