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 text_to_image/sd_text_to_image.py
Or
python3 -m image_text_chat.llava
We welcome contributions! Please check out contributing if you're interested.