This commit is contained in:
kyj@bowong.ai 2025-07-31 14:08:48 +08:00
parent b4d094ce64
commit dcd0cf13a5
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ image = (
.run_commands("comfy node install https://github.com/cubiq/ComfyUI_essentials.git")
.run_commands("comfy node install https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes.git")
.run_commands("comfy node install https://github.com/jamesWalker55/comfyui-various.git")
.run_commands("comfy node install https://gitea.bowongai.com/Polaris/ComfyUI-CustomNode.git")
.run_commands("comfy node install https://gitea.bowongai.com/Polaris/ComfyUI-CustomNode.git", force_build=True)
.run_commands("comfy node install https://github.com/rgthree/rgthree-comfy.git")
.run_commands("comfy node install https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt")
.run_commands("comfy node install https://github.com/kijai/ComfyUI-DepthAnythingV2")

View File

@ -23,7 +23,7 @@ image = (
.run_commands("comfy node install https://github.com/WASasquatch/was-node-suite-comfyui.git")
.run_commands("comfy node install https://github.com/cubiq/ComfyUI_essentials.git")
.run_commands("comfy node install https://github.com/jamesWalker55/comfyui-various.git")
.run_commands("comfy node install https://gitea.bowongai.com/Polaris/ComfyUI-CustomNode.git")
.run_commands("comfy node install https://gitea.bowongai.com/Polaris/ComfyUI-CustomNode.git", force_build=True)
.run_commands("comfy node install https://github.com/rgthree/rgthree-comfy.git")
.run_commands("rm -rf /root/comfy/ComfyUI/models&&ln -s /models /root/comfy/ComfyUI/models")
.run_commands("rm -rf /root/comfy/ComfyUI/input&&ln -s /models/input /root/comfy/ComfyUI/input")

View File

@ -19,7 +19,7 @@ class LoadImgOptional:
files = [f for f in os.listdir(input_dir) if os.path.isfile(os.path.join(input_dir, f))]
files = folder_paths.filter_files_content_types(files, ["image"])
return {
"required": {
"optional": {
"image_url": ("STRING", {
"default": "https://example.com/sample.jpg",
"multiline": False