首先,你需要确认impact.subpack_nodes这个模块是否真的存在于你的项目或Python环境中。这个模块可能是第三方库的一部分,或者是你自己项目中定义的一个包和子包。 检查你的项目目录:查看你的项目文件夹中是否有名为impact的文件夹,且该文件夹内是否有__init__.py文件(使impact成为Python包)和名为subpack_nodes的...
This extension serves as a complement to the Impact Pack, offering features that are not deemed suitable for inclusion by default in the ComfyUI Impact Pack - ComfyUI-Impact-Subpack/LICENSE at main · diffus-me/ComfyUI-Impact-Subpack
This extension serves as a complement to the Impact Pack, offering features that are not deemed suitable for inclusion by default in the ComfyUI Impact Pack - ComfyUI-Impact-Subpack/install.py at main · fofr/ComfyUI-Impact-Subpack
1Star0Fork0 c0der/ComfyUI-Impact-Subpack 代码Issues0Pull Requests0Wiki统计流水线 服务 JavaDoc 文档 支持Java 仓库在线生成文档 未生成文档 技术交流QQ群 微信服务号 client@oschina.cn 企业版在线使用:400-606-0201 专业版私有部署: 13670252304 13352947997...
import impact.subcore as subcore print(f"### Loading: ComfyUI-Impact-Pack (Subpack: V0.2.1)") print(f"### Loading: ComfyUI-Impact-Pack (Subpack: V0.2.2)") model_path = folder_paths.models_dir folder_paths.folder_names_and_paths["ultralytics_bbox"] = ([os.path.join(model_...
git clone https://github.com/ltdrdata/ComfyUI-Impact-Subpack cd ComfyUI-Impact-Subpack pip install -r requirements.txt IMPORTANT: You must install it within the Python environment where ComfyUI is running. For the portable version, use<installed path>\python_embeded\python.exe -m pipinstead...
impact subcore.py subpack_nodes.py 14 changes: 12 additions & 2 deletions14impact/subcore.py Original file line numberDiff line numberDiff line change Expand Up@@ -135,7 +135,12 @@ def detect(self, image, threshold, dilation, crop_factor, drop_size=1, detailer_ ...
sys.path.append(subpack_path) import impact.config print(f"### Loading: ComfyUI-Impact-Pack ({impact.config.version})") def do_install(): import importlib spec = importlib.util.spec_from_file_location('impact_install', os.path.join(os.path.dirname(__file__), 'install.py')) impact_...
path.join(subpack_path, "install.py") print(f"### ComfyUI-Impact-Pack: Updating subpack") try: import git except Exception: if not is_installed('GitPython'): process_wrap(pip_install + ['GitPython']) ensure_subpack() # The installation of the subpack must take place before ens...
path.join(my_path, "impact-pack.ini") 20 changes: 15 additions & 5 deletions 20 troubleshooting/TROUBLESHOOTING.md @@ -30,11 +30,23 @@ custom_wildcards = /home/me/github/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/cust disable_gpu_opencv = True ``` ## `AttributeError: 'Logger' ...