/funhouse

Fun stuff to do with runhouse

Primary LanguagePythonApache License 2.0Apache-2.0

🎪 funhouse

Fun stuff to do with runhouse, organized into standalone scripts.

🏃‍♀️ Quickstart

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

👷‍♀️ Contributing

We welcome contributions! Please check out contributing if you're interested.