Setup & Launch
2
Q What do I need before the first launch?
Install Python 3.10+ and dependencies with
pip install -r requirements.txt.
Also prepare a working ComfyUI setup and an Anima workflow JSON.
Q Why is the app not opening in browser?
Open
http://localhost:7860 (not HTTPS). Check terminal logs and ensure the launcher finished without errors.
ComfyUI Integration
1
Q How do I fix ComfyUI connection errors?
Verify ComfyUI is running and set the URL correctly (usually
http://127.0.0.1:8188).
Then run setup diagnostics from the app settings.
LLM Integration
2
Q Can I use it without an LLM?
Yes. You can manually input prompt tags and generate images without LLM integration.
Q Which LLM providers are supported?
Gemini API, LM Studio, and OpenAI-compatible API endpoints are supported.
Mobile / Remote Access
1
Q How can I use it from iPhone or iPad?
Connect both devices to the same network, launch ComfyUI with
--listen --enable-cors-header, and open
http://<your-pc-ip>:7860 on mobile.
History & Gallery
1
Q Where are history and thumbnails stored?
Generation history:
Thumbnails:
history/history.dbThumbnails:
history/thumbs/
Other
1
Q Where should I report bugs or request features?
Open an issue on GitHub: https://github.com/tomotto1296/anima-pipeline/issues