Instructions to use blowing-up-groundhogs/emuru_vae with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use blowing-up-groundhogs/emuru_vae with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("blowing-up-groundhogs/emuru_vae", 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
Commit History
fixed normalization mistake 477d765
Update README.md e85886c verified
Update README.md d645f4c verified
added citation bibtex d0b6f08
added citation bibtex 889e03d
fixed normalization mistake in the README, added links cb7d4bc
Update README.md (#1) 5f51095 verified
Update README.md 8259474 verified
Update README.md fbcd06b verified
Added images dca865d
Vittorio Pippi commited on
Update README.md ac782ef verified
Update README.md edf61ce verified
Fix the YAML metadata dd90e2c
Vittorio Pippi commited on
Include the YAML metadata 9b27178
Vittorio Pippi commited on
Model card e99f49b
Vittorio Pippi commited on
Removed the dropout parameter from config.json aa91889
Vittorio Pippi commited on
Add trained AutoencoderKL model files 9094bc8
Vittorio Pippi commited on