https://github.com/official-imvoiid/comfyintel
ComfyIntel is an automated installation script for ComfyUI on Debian-based Linux systems (e.g., Ubuntu or Kali). It’s designed for users aiming to run ComfyUI on an Intel CPU environment. Recommended: For optimal performance, a dedicated GPU is advised. However, this script includes guidance for users running ComfyUI on a CPU-only setup.
https://github.com/official-imvoiid/comfyintel
aiml cpu intel linux open-source shell shell-script
Last synced: 2 months ago
JSON representation
ComfyIntel is an automated installation script for ComfyUI on Debian-based Linux systems (e.g., Ubuntu or Kali). It’s designed for users aiming to run ComfyUI on an Intel CPU environment. Recommended: For optimal performance, a dedicated GPU is advised. However, this script includes guidance for users running ComfyUI on a CPU-only setup.
- Host: GitHub
- URL: https://github.com/official-imvoiid/comfyintel
- Owner: official-imvoiid
- License: mit
- Created: 2024-12-27T17:04:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-15T07:11:07.000Z (over 1 year ago)
- Last Synced: 2025-07-10T05:16:37.673Z (12 months ago)
- Topics: aiml, cpu, intel, linux, open-source, shell, shell-script
- Language: Shell
- Homepage:
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ComfyIntel
**ComfyIntel** is a script designed to automate the installation of ComfyUI on Debian-based Linux distributions (such as Ubuntu or Kali) for users running in an Intel environment on CPU.
## Installation Instructions
1. **Download the Script**
Download the `script.sh` file.
2. **Place the Script**
Move the downloaded script to your desired storage location.
```
Storage Location: ~/path/to/your/storage/
```
3. **Make the Script Executable**
Open your terminal and navigate to the directory where you placed `script.sh`. Run the following command to make the script executable:
```bash
chmod -x script.sh
```
4. **Run the Script**
Execute the script by running:
```bash
./script.sh
```
This script will create a folder named **comfyui** in your current directory.
5. **Set Up ComfyUI**
Open the **comfyui** folder and paste the `go-webui.sh` script into it.
6. **Make the Setup Script Executable**
Right-click on `go-webui.sh` and select "Open in Terminal." Then run:
```bash
chmod -x go-webui.sh
```
7. **Run the ComfyUI**
Finally, execute the script to start ComfyUI:
```bash
./go-webui.sh
```
---
## Helpful Links & Resources
- **ComfyUI GitHub Repository**: [github.com/comfyanonymous/ComfyUI](https://github.com/comfyanonymous/ComfyUI.git)
- **Intel OneAPI Base Toolkit (Linux)**: [intel.com/download-oneapi-linux](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html?operatingsystem=linux&linux-install-type=offline)
- **ComfyUI Community Discussion**: [github.com/comfyanonymous/ComfyUI/discussions/476](https://github.com/comfyanonymous/ComfyUI/discussions/476)
### Community & Support
If you have any questions, feel free to connect with the ComfyUI community on various platforms:
- **Discord**
- **Reddit** (ComfyUI subreddit)
- **GitHub Discussions**
These communities offer guidance, troubleshooting help, and learning resources to support your setup and usage of ComfyUI.
## License
This project is licensed under the MIT License.
---
Feel free to modify any sections as necessary!