(__main__.__file__)), "web" + os.sep + "extensions" + os.sep + "ComfyUI-utils-nodes") javascript_folder = os.path.join(os.path.dirname(os.path.realpath(__file__)),"web" ,"js") if not os.path.exists(extensions_folder): print("Creating frontend extension folder: " + ...
Some Utils for ComfyUI LoadImageWithSwitch Modified the official LoadImage node by adding a switch. When turned off, it will not load the image. LoadImageMaskWithSwitch Modified the official LoadImageMask node by adding a switch. When turned off, it will not load the image to mask. LoadImage...
os.path.join(Utils.get_comfyui_models_path(), output)) if not os.path.exists(save_path): if only_get_path: return None save_path = Utils.download_file(url, save_path) return save_path def file_hash(file_path, hash_method): if not os.path.isfile(file_path): return ...
git config --global user.name userName git config --global user.email userEmail ComfyUI-CogVideoXWrapper / utils.py utils.py1.29 KB 一键复制编辑原始数据按行查看历史 kijai提交于4个月前.possible compile fixes 123456789101112131415161718192021222324252627282930 ...
错误代码:ComfyUI\custom_nodes\efficiency-nodes-comfyui\tsc_utils.py 修改点:255行 sd = comfy.utils.load_torch_file(vae_path) vae = comfy.sd.VAE(sd=sd) #vae = comfy.sd.VAE(ckpt_path) ( 修改前的代码…
This node adapts the original model and inference code from [nudenet](https://github.com/notAI-tech/NudeNet.git) for use with Comfy. A small 10MB default model, [320n.onnx] (https://github.com/notAI-tech/NudeNet?tab=readme-ov-file#available-models), is provided. If you wish to...
This repo contains some useful tools, especially for improving speed. - fixed a bug. · zhangp365/ComfyUI-utils-nodes@8036b4d
eas_comfyui backend-v1 fix_chinese_translate 0.18-story v0.16.0-app-node fix-chinese-prompt fix_ssl_prot_occupied v.11.0-PromptImage-node-图片和prompt匹配 v0.10-add-clip-interrogator v0.9.2-中断生成 v0.9.1-优化app模式 v0.7-apps fix_hidpi_node_move_center v0.7-share-node v0.6--...
comfyui-mixlab-nodes / nodes / tsr / utils.py utils.py 14.88 KB 一键复制 编辑 原始数据 按行查看 历史 shadowcz007 提交于 10个月前 . add TripoSRModel 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667...
LICENSE README.md __init__.py color_correct.py nodes.py pyproject.toml requirements.txtBreadcrumbs ComfyUI-utils-nodes / requirements.txt Latest commit zhangp365 first commit ba4c7f2· Mar 20, 2024 HistoryHistory File metadata and controls Code Blame 0 lines (0 loc) · 0 Bytes Raw ...