truss-examples
truss-examples copied to clipboard
Ip adaptor model not downloading
I want to use IP adaptor in my workflow and to do that I tried to download model but it showing that the dir not found. The problem is that the ip adaptor custom node doesn\t create the ipadaptor folder inside model. So it is not able to find the ipadptor model. How can I download the model? Or craete a ipadaptor folder before the it is downloaded.
Hi @D33ADLOCK -- could you provide more context here? I am not sure what IP Adaptor is. Is there a truss example that's not working for you? Could you specify which example that is and what exact steps you took? thank you
I am having the same issue. Specifically when using the comfyui-truss workflow, when you use the IPAdapter node you need a folder called model/ipadapter/... - usually in comfyui the user creates this folder themselves and that is how the ipadapter node references a model. Looks like BaseTen's comfyui truss workflow does not support that greatly limiting using it for professional workflows.
@D33ADLOCK @glyfspace Our current ComfyUI setup does not create an ipadapter folder by default. You can modify the helpers.py file in the comfyui-truss to create a directory called ipdapter. There you can download the weights necessary for your model.
That fixed my issue! But now when trying to load the IPAdapterPlus custom nodes I am getting the following error. _ Cannot import /app/ComfyUI/custom_nodes/ComfyUI_IPAdapter_plus module for custom nodes: No module named 'node_helpers'_
On the IPAdapter repository it says the solution is to update Comfy. How would I update comfy on Baseten?
Thank you!
looks like the base_image in the config.yaml is an outdated version of comfy - how does one update this?
base_image: image: bolabaseten/comfyui-truss-base:6a7bc35
changing the commit extension to the latest version doesn't work - guessing something has to be changed with the actual base_image on Baseten
it would be great if this could be updated! thank you!
I need help with too, can the base image be update so that it has the late version of comfy ui @squidarth
Hi everyone, I've create a new base image that has the latest version of Comfy. Inside the config.yaml please use this as the new base image:
base_image:
image: htrivedi05/updated-comfyui-base-image:latest
python_executable_path: /usr/bin/python3
Hi everyone, I've create a new base image that has the latest version of Comfy. Inside the config.yaml please use this as the new base image:
base_image: image: htrivedi05/updated-comfyui-base-image:latest python_executable_path: /usr/bin/python3
Could you update it again?