Welcome to an exciting approach on how to manage your AI workflows through a seamless mobile-friendly interface – ComfyUI Mini! This tutorial will guide you step-by-step on how to install and use this innovative tool efficiently.
Features of ComfyUI Mini
- Lightweight UI designed specifically for mobile devices.
- Options to save workflows locally on your device or PC.
- Effortless importing of workflows.
- Real-time generation progress information.
Requirements
For PC (Hosting WebUI):
- ComfyUI: Ensure ComfyUI is installed and functional (recommended Mar 13, 2023 release).
- NodeJS: Version 15.6.0 or higher.
- Package manager: Preferably NPM as Yarn has not been explicitly tested but should work nonetheless.
For Mobile (Accessing WebUI):
- Browser: Any modern browser supporting WebSocket.
- Network: Connection to the same network as the hosting PC.
Installation Steps
Ready to dive in? Follow these simple steps to install ComfyUI Mini:
- Clone the GitHub repository or download the latest release using the command:
- Install dependencies:
- Run the application:
bash
git clone https://github.com/ImDarkTom/ComfyUIMini.git
cd .ComfyUIMini
Using NPM:
bash
npm install
Or with Yarn:
bash
yarn install
bash
node .
Feel free to configure the ComfyUI URL and port in the config.json folder. Once successfully running, your console should display something like Running on http://local-ip:port. Simply enter this local address on another device’s browser to access the main page.
Troubleshooting
While using ComfyUI Mini, you may encounter some common issues. Here are a few troubleshooting tips to help you along the way:
- Workflow Import Issue: If you can’t import your workflow, ensure it is saved in API format. Regular saving does not provide enough data for all available inputs. For a guide on how to enable this option, check out the video here.
- Accessing WebUI Externally: If you’re looking to access the WebUI outside your local network, port forwarding is an option. However, be aware of the security risks as it may expose your WebUI to the internet. The process varies depending on your internet service provider, so search for
[your ISP] enable port forwardingfor specific instructions.
For more insights, updates, or to collaborate on AI development projects, stay connected with [fxis.ai](https://fxis.ai).
Conclusion
At [fxis.ai](https://fxis.ai), we believe that such advancements are crucial for the future of AI, as they enable more comprehensive and effective solutions. Our team is continually exploring new methodologies to push the envelope in artificial intelligence, ensuring that our clients benefit from the latest technological innovations. Enjoy exploring all the exciting features that ComfyUI Mini has to offer!

