├── .gitignore ├── .gitmodules ├── LICENSE ├── README.md ├── __init__.py ├── docs ├── 1细节优化.png ├── 1细节优化2.png ├── 2固定提示词大师.png ├── 2提示词模板管理.png ├── 2文本拼接.png ├── 2自定义随机提示词大师.png ├── 3水印大师.png ├── 4图像尺寸获取.png ├── 4图像指定保存路径.png ├── 4图像镜像翻转.png ├── 4滤镜.png ├── 4颜色迁移.png ├── 5遮罩处理.png ├── 5遮罩处理2.png ├── 5遮罩羽化.png ├── 6百度翻译API.png ├── LOGO1.png ├── LOGO2.png ├── workflow.png ├── 修复前原图.png ├── 修复后.png ├── 修复后2.png ├── 内补.png ├── 内补前.png ├── 内补后.png ├── 加载任意图像.png ├── 加载任意图像2.png ├── 局部修复前.png └── 局部修复后.png ├── fonts └── 优设标题黑.ttf ├── js └── wbksh.js ├── json ├── egtscglds.json └── options.json ├── nodes ├── EGJBCHBMQ.py ├── EGJDFDHT.py ├── EGLATENTBISC.py ├── EGSZHZ.py ├── EGSZJDYS.py ├── EGTXSFBLS.py ├── EGWBZYSRK.py ├── EGZZJDYHHT.py ├── EGZZTXHZ.py ├── egbdfy.py ├── egcchq.py ├── egcgysqy.py ├── egcjpjnode.py ├── egjfzz.py ├── egjxfz.py ├── egryqh.py ├── egszqh.py ├── egtjtxsy.py ├── egtscdscjnode.py ├── egtscdsdgnode.py ├── egtscdsfgnode.py ├── egtscdsjtnode.py ├── egtscdsqtnode.py ├── egtscdsrwnode.py ├── egtscdssjdiy.py ├── egtscdswpnode.py ├── egtscdszlnode.py ├── egtscmb.py ├── egtxcglj.py ├── egtxljbc.py ├── egtxwhlj.py ├── egtxystz.py ├── egtxzdljjz.py ├── egwbksh.py ├── egwbpj.py ├── egwbsjpj.py ├── egwzsytj.py ├── egysbhd.py ├── egysblld.py ├── egysqyld.py ├── egyssxqy.py ├── egzzbsyh.py ├── egzzcjnode.py ├── egzzcjpj.py ├── egzzhsyh.py ├── egzzhtkz.py ├── egzzkzyh.py └── egzzmhnode.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/__init__.py -------------------------------------------------------------------------------- /docs/1细节优化.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/1细节优化.png -------------------------------------------------------------------------------- /docs/1细节优化2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/1细节优化2.png -------------------------------------------------------------------------------- /docs/2固定提示词大师.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/2固定提示词大师.png -------------------------------------------------------------------------------- /docs/2提示词模板管理.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/2提示词模板管理.png -------------------------------------------------------------------------------- /docs/2文本拼接.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/2文本拼接.png -------------------------------------------------------------------------------- /docs/2自定义随机提示词大师.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/2自定义随机提示词大师.png -------------------------------------------------------------------------------- /docs/3水印大师.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/3水印大师.png -------------------------------------------------------------------------------- /docs/4图像尺寸获取.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/4图像尺寸获取.png -------------------------------------------------------------------------------- /docs/4图像指定保存路径.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/4图像指定保存路径.png -------------------------------------------------------------------------------- /docs/4图像镜像翻转.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/4图像镜像翻转.png -------------------------------------------------------------------------------- /docs/4滤镜.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/4滤镜.png -------------------------------------------------------------------------------- /docs/4颜色迁移.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/4颜色迁移.png -------------------------------------------------------------------------------- /docs/5遮罩处理.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/5遮罩处理.png -------------------------------------------------------------------------------- /docs/5遮罩处理2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/5遮罩处理2.png -------------------------------------------------------------------------------- /docs/5遮罩羽化.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/5遮罩羽化.png -------------------------------------------------------------------------------- /docs/6百度翻译API.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/6百度翻译API.png -------------------------------------------------------------------------------- /docs/LOGO1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/LOGO1.png -------------------------------------------------------------------------------- /docs/LOGO2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/LOGO2.png -------------------------------------------------------------------------------- /docs/workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/workflow.png -------------------------------------------------------------------------------- /docs/修复前原图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/修复前原图.png -------------------------------------------------------------------------------- /docs/修复后.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/修复后.png -------------------------------------------------------------------------------- /docs/修复后2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/修复后2.png -------------------------------------------------------------------------------- /docs/内补.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/内补.png -------------------------------------------------------------------------------- /docs/内补前.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/内补前.png -------------------------------------------------------------------------------- /docs/内补后.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/内补后.png -------------------------------------------------------------------------------- /docs/加载任意图像.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/加载任意图像.png -------------------------------------------------------------------------------- /docs/加载任意图像2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/加载任意图像2.png -------------------------------------------------------------------------------- /docs/局部修复前.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/局部修复前.png -------------------------------------------------------------------------------- /docs/局部修复后.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/docs/局部修复后.png -------------------------------------------------------------------------------- /fonts/优设标题黑.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/fonts/优设标题黑.ttf -------------------------------------------------------------------------------- /js/wbksh.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/js/wbksh.js -------------------------------------------------------------------------------- /json/egtscglds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/json/egtscglds.json -------------------------------------------------------------------------------- /json/options.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/json/options.json -------------------------------------------------------------------------------- /nodes/EGJBCHBMQ.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/EGJBCHBMQ.py -------------------------------------------------------------------------------- /nodes/EGJDFDHT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/EGJDFDHT.py -------------------------------------------------------------------------------- /nodes/EGLATENTBISC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/EGLATENTBISC.py -------------------------------------------------------------------------------- /nodes/EGSZHZ.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/EGSZHZ.py -------------------------------------------------------------------------------- /nodes/EGSZJDYS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/EGSZJDYS.py -------------------------------------------------------------------------------- /nodes/EGTXSFBLS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/EGTXSFBLS.py -------------------------------------------------------------------------------- /nodes/EGWBZYSRK.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/EGWBZYSRK.py -------------------------------------------------------------------------------- /nodes/EGZZJDYHHT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/EGZZJDYHHT.py -------------------------------------------------------------------------------- /nodes/EGZZTXHZ.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/EGZZTXHZ.py -------------------------------------------------------------------------------- /nodes/egbdfy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egbdfy.py -------------------------------------------------------------------------------- /nodes/egcchq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egcchq.py -------------------------------------------------------------------------------- /nodes/egcgysqy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egcgysqy.py -------------------------------------------------------------------------------- /nodes/egcjpjnode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egcjpjnode.py -------------------------------------------------------------------------------- /nodes/egjfzz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egjfzz.py -------------------------------------------------------------------------------- /nodes/egjxfz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egjxfz.py -------------------------------------------------------------------------------- /nodes/egryqh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egryqh.py -------------------------------------------------------------------------------- /nodes/egszqh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egszqh.py -------------------------------------------------------------------------------- /nodes/egtjtxsy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egtjtxsy.py -------------------------------------------------------------------------------- /nodes/egtscdscjnode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egtscdscjnode.py -------------------------------------------------------------------------------- /nodes/egtscdsdgnode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egtscdsdgnode.py -------------------------------------------------------------------------------- /nodes/egtscdsfgnode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egtscdsfgnode.py -------------------------------------------------------------------------------- /nodes/egtscdsjtnode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egtscdsjtnode.py -------------------------------------------------------------------------------- /nodes/egtscdsqtnode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egtscdsqtnode.py -------------------------------------------------------------------------------- /nodes/egtscdsrwnode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egtscdsrwnode.py -------------------------------------------------------------------------------- /nodes/egtscdssjdiy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egtscdssjdiy.py -------------------------------------------------------------------------------- /nodes/egtscdswpnode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egtscdswpnode.py -------------------------------------------------------------------------------- /nodes/egtscdszlnode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egtscdszlnode.py -------------------------------------------------------------------------------- /nodes/egtscmb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egtscmb.py -------------------------------------------------------------------------------- /nodes/egtxcglj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egtxcglj.py -------------------------------------------------------------------------------- /nodes/egtxljbc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egtxljbc.py -------------------------------------------------------------------------------- /nodes/egtxwhlj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egtxwhlj.py -------------------------------------------------------------------------------- /nodes/egtxystz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egtxystz.py -------------------------------------------------------------------------------- /nodes/egtxzdljjz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egtxzdljjz.py -------------------------------------------------------------------------------- /nodes/egwbksh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egwbksh.py -------------------------------------------------------------------------------- /nodes/egwbpj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egwbpj.py -------------------------------------------------------------------------------- /nodes/egwbsjpj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egwbsjpj.py -------------------------------------------------------------------------------- /nodes/egwzsytj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egwzsytj.py -------------------------------------------------------------------------------- /nodes/egysbhd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egysbhd.py -------------------------------------------------------------------------------- /nodes/egysblld.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egysblld.py -------------------------------------------------------------------------------- /nodes/egysqyld.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egysqyld.py -------------------------------------------------------------------------------- /nodes/egyssxqy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egyssxqy.py -------------------------------------------------------------------------------- /nodes/egzzbsyh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egzzbsyh.py -------------------------------------------------------------------------------- /nodes/egzzcjnode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egzzcjnode.py -------------------------------------------------------------------------------- /nodes/egzzcjpj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egzzcjpj.py -------------------------------------------------------------------------------- /nodes/egzzhsyh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egzzhsyh.py -------------------------------------------------------------------------------- /nodes/egzzhtkz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egzzhtkz.py -------------------------------------------------------------------------------- /nodes/egzzkzyh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egzzkzyh.py -------------------------------------------------------------------------------- /nodes/egzzmhnode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/nodes/egzzmhnode.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/11dogzi/Comfyui-ergouzi-Nodes/HEAD/requirements.txt --------------------------------------------------------------------------------