initial commit

This commit is contained in:
2025-07-30 11:47:17 +08:00
commit d09923d192
19 changed files with 2632 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# GUI小工具集
- video_gen.py 调用n8n生成视频小工具
- tts.py 调用Minimax生成语音
- comfyui_gui.py 调用自定义comfyui执行换装任务
## 打包指令
nuitka --standalone --onefile --windows-console-mode=disable --plugin-enable=pyside6 --windows-icon-from-ico=./static/video.ico --include-data-file=static/SourceHanSansCN-Medium.ttf=SourceHanSansCN-Medium.ttf video_gen.py
nuitka --standalone --onefile --windows-console-mode=disable --plugin-enable=pyside6 --windows-icon-from-ico=./static/video.ico tts.py
nuitka --standalone --onefile --windows-console-mode=disable --plugin-enable=pyside6 --windows-icon-from-ico=./static/comfyui_hz.ico --include-data-file=static/comfyui_hz.ico=comfyui_hz.ico comfyui_gui.py