Instructions to use AiArtLab/simplevae2x with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AiArtLab/simplevae2x 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/simplevae2x", 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:
- 0ef6daf5b1ebe677eecf232c23fdc60f24d56de56288765e18d5324a81d9bb84
- Size of remote file:
- 126 kB
- SHA256:
- aba72f8efc9cc225c3983a961b4c4b29e6d35513cbc54e7356bf674188218114
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.