1.9 KiB
1.9 KiB
Troubleshooting
Having issues? Here are solutions to common problems.
Installation Issues
Dependency installation failed
# Clean cache
uv cache clean
# Reinstall
uv sync
Configuration Issues
ComfyUI connection failed
Possible Causes:
- ComfyUI not running
- Incorrect URL configuration
- Firewall blocking
Solutions:
- Confirm ComfyUI is running
- Check URL configuration (default
http://127.0.0.1:8188) - Test by accessing ComfyUI address in browser
- Check firewall settings
LLM API call failed
Possible Causes:
- Incorrect API Key
- Network issues
- Insufficient balance
Solutions:
- Verify API Key is correct
- Check network connection
- Review error message details
- Check account balance
Generation Issues
Video generation failed
Possible Causes:
- Corrupted workflow file
- Models not downloaded
- Insufficient resources
Solutions:
- Check if workflow file exists
- Confirm ComfyUI has downloaded required models
- Check disk space and memory
Image generation failed
Solutions:
- Check if ComfyUI is running properly
- Try manually testing workflow in ComfyUI
- Check workflow configuration
TTS generation failed
Solutions:
- Check if TTS workflow is correct
- If using voice cloning, check reference audio format
- Review error logs
Performance Issues
Slow generation speed
Optimization Tips:
- Use local ComfyUI (faster than cloud)
- Reduce number of scenes
- Use faster LLM (e.g., Qianwen)
- Check network connection
Other Issues
Still having problems?
- Check project GitHub Issues
- Submit a new Issue describing your problem
- Include error logs and configuration details for quick diagnosis
View Logs
Log files are located in project root:
api_server.log- API service logstest_output.log- Test logs