smthemex / ComfyUI_StoryDiffusion

You can using StoryDiffusion in ComfyUI
Apache License 2.0
243 stars 195 forks source link

from ip_adapter.attention_processor import IPAttnProcessor2_0 ModuleNotFoundError: No module named 'ip_adapter' #1

Closed guahunyo closed 2 months ago

guahunyo commented 6 months ago

I F5LVINOLGW~ MU7XN~_4V

smthemex commented 6 months ago

pip install -r requirements.txt --target="your path\python_embeded\Lib\site-packages" or pip install -r requirements.txt

smthemex commented 6 months ago

and update this node ,i fix some bug

guahunyo commented 6 months ago

and update this node ,i fix some bug并更新此节点,我修复了一些错误

image Now the workflow can be established normally, but there are still problems during operation.

smthemex commented 6 months ago

默认的如果juggemaut模型,连接的是C站的模型地址,你可以打开comfig文件夹下,的model.yaml文件,把第一排juggemaut的下path:后面的C站地址改成你的本地模型地址。或者你用其他的模型。用juggemaut默认是要联外网下载的

guahunyo commented 6 months ago

默认的如果juggemaut模型,连接的是C站的模型地址,你可以打开comfig文件夹下,的model.yaml文件,把第一排juggemaut的下path:后面的C站地址改成你的本地模型地址。或者你用其他的模型。用juggemaut默认是要联外网下载的

The screenshot above is the result after I changed it. image

smthemex commented 6 months ago

本地模型的地址要改成/,也就是C:/XXX/XX,而且只有第一个jug才支持单模型,但是也要下载该模型的config文件到模型目录,下面3个都必须填写标准的repo_id(插件默认的内容),或者该repo_id的本地绝对路径。比如 c:/XXX/XXX/stabilityai/stable-diffusion-xl-base-1.0