Fun stuff to do with runhouse, organized into standalone scripts.
tldr;
pip install runhouse
# Or "runhouse[aws]", "runhouse[gcp]", "runhouse[azure]", "runhouse[all]"
sky check
# Optionally, for portability (e.g. Colab):
runhouse login
Or, more detailed setup here and more detailed tutorials and docs here.
Then run a script:
python hf_diffusers/sd_text_to_image.py
We welcome contributions! Please check out contributing if you're interested.