-
Notifications
You must be signed in to change notification settings - Fork 40
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
Comments
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. _ 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: 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 |
Hi everyone,
|
Could you update it again? |
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.
The text was updated successfully, but these errors were encountered: