Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ip adaptor model not downloading #250

Open
D33ADLOCK opened this issue Mar 31, 2024 · 8 comments
Open

Ip adaptor model not downloading #250

D33ADLOCK opened this issue Mar 31, 2024 · 8 comments

Comments

@D33ADLOCK
Copy link

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.

@squidarth
Copy link
Contributor

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

@glyfspace
Copy link

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.

@htrivedi99
Copy link
Contributor

htrivedi99 commented Apr 23, 2024

@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.

@glyfspace
Copy link

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!

@glyfspace
Copy link

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!

@VedanthB
Copy link

I need help with too, can the base image be update so that it has the late version of comfy ui
@squidarth

@htrivedi99
Copy link
Contributor

htrivedi99 commented Apr 29, 2024

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

@rk-helper
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants