ComfyUI-Docker
ComfyUI-Docker copied to clipboard
🐳Dockerfile for 🎨ComfyUI. | 容器镜像与启动脚本
`mkdir -p storage docker run -it \ --name comfyui \ --gpus all \ -p 8188:8188 \ -v "$(pwd)"/storage:/home/runner \ -e CLI_ARGS="" \ yanwk/comfyui-boot:latest` 在终端执行上面的命令后,提示以下错误: `######################################## [INFO] Downloading ComfyUI & Manager......
要哭死了,一直卡这里 ######################################## [INFO] Downloading ComfyUI & Manager... ######################################## + cd /home/runner + git clone --depth=1 --no-tags --recurse-submodules --shallow-submodules https://github.com/comfyanonymous/ComfyUI.git fatal: destination path 'ComfyUI' already exists and is not an empty...
I've just run the container and it works great with my previous workflow made with SDXL 1.5. However, I've tried to run the following workflow using FLUX fp8-checkpoint-version : https://comfyanonymous.github.io/ComfyUI_examples/flux/flux_dev_checkpoint_example.png...