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

After ComfyUI update, comfyui-artgallery failed to load #18

Open
wencxxxxxx opened this issue Aug 16, 2024 · 7 comments
Open

After ComfyUI update, comfyui-artgallery failed to load #18

wencxxxxxx opened this issue Aug 16, 2024 · 7 comments

Comments

@wencxxxxxx
Copy link

After ComfyUI update, comfyui-artgallery failed to load

@nyukers
Copy link

nyukers commented Oct 8, 2024

Indeed, all style`s nodes have stopped showing selected style previews((

@iamicebomb
Copy link

@jackyzhangjun
Copy link

仍然不行

@iamicebomb
Copy link

必须升级comfyui至当前版本,
修改一下_init.py_文件,uploadimg_js_file_path = xxx 文件路径 改成os.path.join(current_dir, '../../web/assets/index-p6KSJ2Zq.js')
wedgets_js_file_path = os.path.join(current_dir, '../../web/extensions/core/uploadImage.js'') 这句 wedgets_js_file_path = os.path.join(current_dir, '../../web/assets/index-DIU5yZe9.js')
在当前的0.30.10版本下可用,修改的文件内容是针对不同版本的comfyui的。

@iamicebomb
Copy link

其实是comfyui升级后,comfyui web的相关js文件名改了
懒了,所以没有加上搜索字符串 确定文件名的代码。
这样每次升级,再修改吧。

@HChuitailang
Copy link

必须升级comfyui至当前版本, 修改一下_init.py_文件,uploadimg_js_file_path = xxx文件路径改成os.path.join(current_dir, '../../web/assets/index-p6KSJ2Zq.js') wedgets_js_file_path = os.path.join(当前目录, '../../web/extensions/core/uploadImage.js'') 这句 wedgets_js_file_path = os.path.join(current_dir, '../../web/assets/index-DIU5yZe9.js') 在当前的0.30.10版本下可用,修改的文件内容是针对不同版本的comfyui的。

你说了半天完全 没看懂你在说什么,你这里引用的所有的东西在_init.py_文件里都有

1 similar comment
@HChuitailang
Copy link

必须升级comfyui至当前版本, 修改一下_init.py_文件,uploadimg_js_file_path = xxx文件路径改成os.path.join(current_dir, '../../web/assets/index-p6KSJ2Zq.js') wedgets_js_file_path = os.path.join(当前目录, '../../web/extensions/core/uploadImage.js'') 这句 wedgets_js_file_path = os.path.join(current_dir, '../../web/assets/index-DIU5yZe9.js') 在当前的0.30.10版本下可用,修改的文件内容是针对不同版本的comfyui的。

你说了半天完全 没看懂你在说什么,你这里引用的所有的东西在_init.py_文件里都有

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