Replies: 1 comment
-
You can create a file /data/config/comfy/startup.sh and it'll execute all the instructions in order on startup. Here's my "startup.sh": This works because the author adds whatever you put in this file to the ROOT of execution in entrypoint.sh and it seems to execute before the dockerfile instructions that were hardcoded when you built the image. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can someone point me to how to add COMMANDLINE_ARGS="--force-fp16" to the comfyui container? If I stop main.py in bash console, it stops the container, so I can't restart the python script with arguments.
Perhaps I can pass arguments with "docker start webui-docker-comfy-1..." ?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions