mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-17 08:52:34 +08:00
- Created startup script to use custom frontend from ComfyUI_frontend repo - Commented out model_downloader import (module was removed) - Added placeholder API endpoints for model downloads - Successfully tested integration with frontend at port 8190 The custom frontend includes the missingModelsDownloader extension which adds download buttons to the Missing Models dialog. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
137 B
Bash
Executable File
4 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Start ComfyUI with custom frontend
|
|
python main.py --front-end-root /Users/fragmede/projects/llm/ComfyUI_frontend/dist "$@" |