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:
- 81d95b7f4e10f61ebbe2d7a7d5aa95d312d89e0ee34603557252d319f37b2a8e
- Size of remote file:
- 307 kB
- SHA256:
- b7d7a19c775126560e7db7a0e2dcc9e5ef5a53be5be9c67debe89acbbdc5956d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.