fawkes
RRunPod
•Created by fawkes on 9/18/2024 in #⚡|serverless
How to set up runpod-worker-comfy with custom nodes and models
that appeared to at least install all my custom nodes etc right
197 replies
RRunPod
•Created by fawkes on 9/18/2024 in #⚡|serverless
How to set up runpod-worker-comfy with custom nodes and models
197 replies
RRunPod
•Created by fawkes on 9/18/2024 in #⚡|serverless
How to set up runpod-worker-comfy with custom nodes and models
like i was able to at least installa comfy instance that worked thogh submitting that same workflow as an api didnt...
197 replies
RRunPod
•Created by fawkes on 9/18/2024 in #⚡|serverless
How to set up runpod-worker-comfy with custom nodes and models
yeah have u used it? i mean it seems easier than runpod
197 replies
RRunPod
•Created by fawkes on 9/18/2024 in #⚡|serverless
How to set up runpod-worker-comfy with custom nodes and models
how can i do this in docket?
197 replies
RRunPod
•Created by fawkes on 9/18/2024 in #⚡|serverless
How to set up runpod-worker-comfy with custom nodes and models
i tried to install somethin on modal and this appeared to work
197 replies
RRunPod
•Created by fawkes on 9/18/2024 in #⚡|serverless
How to set up runpod-worker-comfy with custom nodes and models
u kno wii think my docker image is just not isntalling right
197 replies
RRunPod
•Created by fawkes on 9/18/2024 in #⚡|serverless
How to set up runpod-worker-comfy with custom nodes and models
thx
197 replies
RRunPod
•Created by fawkes on 9/18/2024 in #⚡|serverless
How to set up runpod-worker-comfy with custom nodes and models
197 replies
RRunPod
•Created by fawkes on 9/18/2024 in #⚡|serverless
How to set up runpod-worker-comfy with custom nodes and models
thx
197 replies
RRunPod
•Created by fawkes on 9/18/2024 in #⚡|serverless
How to set up runpod-worker-comfy with custom nodes and models
oh ok
197 replies
RRunPod
•Created by fawkes on 9/18/2024 in #⚡|serverless
How to set up runpod-worker-comfy with custom nodes and models
i restarted a new endppoint and my custom nodes failed to import, the same ones
197 replies
RRunPod
•Created by fawkes on 9/18/2024 in #⚡|serverless
How to set up runpod-worker-comfy with custom nodes and models
it looks like impact failed? how can i repair it
197 replies
RRunPod
•Created by fawkes on 9/18/2024 in #⚡|serverless
How to set up runpod-worker-comfy with custom nodes and models
2024-09-20 01:54:17.988 | info | a19eipwlrn36eb | 87.0 seconds (IMPORT FAILED): /comfyui/custom_nodes/ComfyUI-Impact-Pack\n
2024-09-20 01:54:17.988 | info | a19eipwlrn36eb | 0.6 seconds: /comfyui/custom_nodes/ComfyUI-Florence2\n
2024-09-20 01:54:17.988 | info | a19eipwlrn36eb | 0.3 seconds (IMPORT FAILED): /comfyui/custom_nodes/ComfyUI-FluxTrainer\n
2
197 replies
RRunPod
•Created by fawkes on 9/18/2024 in #⚡|serverless
How to set up runpod-worker-comfy with custom nodes and models
this was my log i got some weird warnings
197 replies
RRunPod
•Created by fawkes on 9/18/2024 in #⚡|serverless
How to set up runpod-worker-comfy with custom nodes and models
oh
197 replies
RRunPod
•Created by fawkes on 9/18/2024 in #⚡|serverless
How to set up runpod-worker-comfy with custom nodes and models
Clone custom nodes with retry mechanism
RUN for i in {1..3}; do \
git clone https://github.com/ltdrdata/ComfyUI-Manager.git custom_nodes/ComfyUI-Manager && \
git clone https://github.com/cubiq/ComfyUI_essentials.git custom_nodes/ComfyUI_essentials && \
git clone https://github.com/rgthree/rgthree-comfy.git custom_nodes/rgthree-comfy && \
git clone https://github.com/city96/ComfyUI-GGUF.git custom_nodes/ComfyUI-GGUF && \
git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack.git custom_nodes/ComfyUI-Impact-Pack && \
git clone https://github.com/chrisgoringe/cg-use-everywhere.git custom_nodes/cg-use-everywhere && \
git clone https://github.com/kijai/ComfyUI-Florence2.git custom_nodes/ComfyUI-Florence2 && \
git clone https://github.com/kijai/ComfyUI-segment-anything-2.git custom_nodes/ComfyUI-segment-anything-2 && \
git clone https://github.com/kijai/ComfyUI-FluxTrainer.git custom_nodes/ComfyUI-FluxTrainer && \
git clone https://github.com/chflame163/ComfyUI_LayerStyle.git custom_nodes/ComfyUI_LayerStyle && \
break || sleep 15; \
done
Install ComfyUI dependencies
RUN pip3 install --upgrade --no-cache-dir torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 \
&& pip3 install --upgrade -r requirements.txt
this was in my docker though , the impact pack was there
197 replies
RRunPod
•Created by fawkes on 9/18/2024 in #⚡|serverless
How to set up runpod-worker-comfy with custom nodes and models
ok i disabled all the previews and saved and i sent it in and i get this...
2024-09-20 02:37:28.800[a19eipwlrn36eb][info]invalid prompt: {'type': 'invalid_prompt', 'message': 'Cannot execute because node SubtractMask does not exist.', 'details': "Node ID '#20'", 'extra_info': {}}\n
2024-09-20 02:37:28.800[a19eipwlrn36eb][info]got prompt\n
2024-09-20 02:37:28.799[a19eipwlrn36eb][info]runpod-worker-comfy - image(s) upload complete\n
2024-09-20 02:37:28.795[a19eipwlrn36eb][info]runpod-worker-comfy - image(s) upload\n
2024-09-20 02:37:28.794[a19eipwlrn36eb][info]runpod-worker-comfy - API is reachable\n
197 replies
RRunPod
•Created by fawkes on 9/18/2024 in #⚡|serverless
How to set up runpod-worker-comfy with custom nodes and models
ohok
197 replies
RRunPod
•Created by fawkes on 9/18/2024 in #⚡|serverless
How to set up runpod-worker-comfy with custom nodes and models
"18": {
"inputs": {
"model": "sam2_hiera_small.safetensors",
"segmentor": "single_image",
"device": "cuda",
"precision": "bf16"
},
"class_type": "DownloadAndLoadSAM2Model",
"_meta": {
"title": "(Down)Load SAM2Model"
}
},
"19": {
"inputs": {
"mask": [
"17",
0
]
},
"class_type": "LayerMask: MaskPreview",
"_meta": {
"title": "LayerMask: MaskPreview"
}
},
"20": {
"inputs": {
"mask1": [
"7",
0
],
"mask2": [
"17",
0
]
},
"class_type": "SubtractMask",
"_meta": {
"title": "Pixelwise(MASK - MASK)"
}
},
"21": {
"inputs": {
"erode_dilate": 0,
"fill_holes": 10,
"remove_isolated_pixels": 10,
"smooth": 0,
"blur": 0,
"mask": [
"20",
0
]
},
"class_type": "MaskFix+",
"_meta": {
"title": "🔧 Mask Fix"
}
},
"22": {
"inputs": {
"expand": 10,
"tapered_corners": false,
"mask": [
"21",
0
]
},
"class_type": "GrowMask",
"_meta": {
"title": "GrowMask"
}
},
197 replies