新增示例库逻辑

This commit is contained in:
puke
2025-11-03 17:44:33 +08:00
parent 6f114b61c7
commit ec395196cd
43 changed files with 2567 additions and 406 deletions

View File

@@ -0,0 +1,37 @@
# Workflow Customization
How to customize ComfyUI workflows to achieve specific functionality.
---
## Workflow Introduction
Pixelle-Video is built on the ComfyUI architecture and supports custom workflows.
---
## Workflow Types
### TTS Workflows
Located in `workflows/selfhost/` or `workflows/runninghub/`
### Image Generation Workflows
Located in `workflows/selfhost/` or `workflows/runninghub/`
---
## Custom Workflows
1. Design your workflow in ComfyUI
2. Export as JSON file
3. Place in `workflows/` directory
4. Select and use in Web interface
---
## More Information
Detailed workflow customization guide coming soon.