1.4 KiB
1.4 KiB
FAQ
Frequently Asked Questions.
Installation
Q: How to install uv?
curl -LsSf https://astral.sh/uv/install.sh | sh
Q: Can I use something other than uv?
Yes, you can use traditional pip + venv approach.
Configuration
Q: Do I need to configure ComfyUI?
Not necessarily. You can use RunningHub cloud service without local deployment.
Q: Which LLMs are supported?
All OpenAI-compatible LLMs, including:
- Qianwen
- GPT-4o
- DeepSeek
- Ollama (local)
Usage
Q: How long does first-time usage take?
Generating a 3-5 scene video takes approximately 2-5 minutes.
Q: What if I'm not satisfied with the video?
Try:
- Change LLM model
- Adjust image dimensions and prompt prefix
- Change TTS workflow
- Try different video templates
Q: What are the costs?
- Completely Free: Ollama + Local ComfyUI = $0
- Recommended: Qianwen + Local ComfyUI ≈ $0.01-0.05/video
- Cloud Solution: OpenAI + RunningHub (higher cost)
Troubleshooting
Q: ComfyUI connection failed
- Confirm ComfyUI is running
- Check if URL is correct
- Click "Test Connection" in Web interface
Q: LLM API call failed
- Check if API Key is correct
- Check network connection
- Review error messages
Other Questions
Have other questions? Check Troubleshooting or submit an Issue.