iamicebomb

Results 12 comments of iamicebomb

check this https://github.com/iamicebomb/ComfyUI-ArtGallery-mod-for-new-comfyui/blob/main/__init__.py

必须升级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的。

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

simply modify _init.py_ uploadimg_js_file_path = os.path.join(current_dir, '../../web/extensions/core/uploadImage.js') to uploadimg_js_file_path = os.path.join(current_dir, '../../web/assets/index-BX11rJu2.js') wedgets_js_file_path = os.path.join(current_dir, '../../web/scripts/widgets.js') to wedgets_js_file_path = os.path.join(current_dir, '../../web/assets/index-exUB01hM.js') it will work now.

新版comfyui,要修改 use "git pull" to upgrade comfyui , and modify artgallery node init.py: uploadimg_js_file_path = os.path.join(current_dir, '../../web/assets/index-BMC1ey-i.js') wedgets_js_file_path = os.path.join(current_dir, '../../web/assets/index-DGAbdBYF.js') it will work now.

安装 ComfyUI-Gemini 试试,要配合这个节点的 https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini 另外,如果遇到gbk错误,可以给openfile 函数加上 encoding='utf-8'。

pip install -U nvidia-cuda-runtime-cu12 nvidia-cudnn-cu12 solved my issues.

need modi _init.py_ 1. uploadimg_js_file_path = os.path.join(current_dir, '../../web/assets/xxx.js') to uploadimg_js_file_path = os.path.join(current_dir, '../../web/assets/index-p6KSJ2Zq.js') 2.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') should work。

check this https://github.com/iamicebomb/ComfyUI-ArtGallery-mod-for-new-comfyui/blob/main/__init__.py

必须升级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的。