Instructions to use anonymous728/VORTA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use anonymous728/VORTA with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("anonymous728/VORTA", 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
Migrate to new repo
#3
by Wenhao-Sun - opened
I am the author of the original repository. Unfortunately, I forgot the password for the anonymous account (which was used for double-blind NeurIPS peer-review), making it impossible to log in. I've therefore manually migrated all content to this new repository. Thank you for your interest.