πŸš€ Hackathon Preparation Guide

⏰ Important: With only about 3 hours to code during the hackathon, preparation is key! We encourage you to do some exploration and setup beforehand. This isn’t about being strict - it’s about having fun and hacking together. Get familiar with the tools so you can focus on building something awesome during the event.

πŸ”§ Essential Setup

1. Set Up Development Environment

Install Python 3.11+ and all ComfyUI dependencies. Get your environment ready so you can hit the ground running.

2. Install Comfy-CLI

Set up comfy-cli for faster development. It lets you queue workflows headlessly, manage multiple installs, and handle custom nodes efficiently.

pip install comfy-cli

πŸ“Ž More info: https://github.com/Comfy-Org/comfy-cli

3. Get the Custom Node Template

Install the ComfyUI custom node cookiecutter template for quick project setup during the hackathon.

pipx install cookiecutter

# Use it like this
pipx run cookiecutter gh:comfy-org/cookiecutter-comfy-extension

πŸ’» Test Key Technologies

4. Test Your GPU Setup

If you plan to use any cloud GPUs, test your setup and workflows beforehand. Get familiar with deploying ComfyUI in the environment.

5. Try ComfyUI TensorRT

Test the ComfyUI TensorRT custom node to understand how it works and what optimizations are possible.

πŸ“Ž https://github.com/comfyanonymous/ComfyUI_TensorRT

6. Explore RTX Remix Nodes

If your project might involve game textures or RTX Remix, test these nodes to understand their capabilities.