Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnrushefsky committed Nov 1, 2024
1 parent d551752 commit 416b651
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 175 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ The default values mostly assume this will run on top of an [ai-dock](https://gi
| COMFYUI_PORT_HOST | "8188" | ComfyUI port number |
| STARTUP_CHECK_INTERVAL_S | "1" | Interval in seconds between startup checks |
| STARTUP_CHECK_MAX_TRIES | "10" | Maximum number of startup check attempts |
| COMFY_HOME | "/opt/ComfyUI" | ComfyUI home directory |
| OUTPUT_DIR | "/opt/ComfyUI/output" | Directory for output files |
| INPUT_DIR | "/opt/ComfyUI/input" | Directory for input files |
| MODEL_DIR | "/opt/ComfyUI/models" | Directory for model files |
Expand All @@ -99,6 +100,7 @@ The default values mostly assume this will run on top of an [ai-dock](https://gi
- It will attempt up to `STARTUP_CHECK_MAX_TRIES` before giving up.

4. **Directories**:
- The application uses the `COMFY_HOME` environment variable to locate the ComfyUI installation.
- Output files are stored in `OUTPUT_DIR`.
- Input files are read from `INPUT_DIR`.
- Model files are located in `MODEL_DIR`.
Expand Down
Loading

0 comments on commit 416b651

Please sign in to comment.