Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spiffgreen/cuda_pytorch_comfyui_jupyter
A docker image / script for a comfyui & jupyter notebook server
https://github.com/spiffgreen/cuda_pytorch_comfyui_jupyter
akash containers docker machine-learning ml mlops
Last synced: about 1 month ago
JSON representation
A docker image / script for a comfyui & jupyter notebook server
- Host: GitHub
- URL: https://github.com/spiffgreen/cuda_pytorch_comfyui_jupyter
- Owner: SpiffGreen
- Created: 2024-08-18T04:19:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T17:51:13.000Z (4 months ago)
- Last Synced: 2024-08-26T12:21:02.961Z (4 months ago)
- Topics: akash, containers, docker, machine-learning, ml, mlops
- Language: Shell
- Homepage: https://hub.docker.com/repository/docker/spiffgreen/cuda_pytorch_comfyui_jupyter/general
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Comfyui Image
The provided Dockerfile is designed to run a ComfyUI instance with some specific dependencies and Jupyter notebook. ComfyUI is a node-based user interface for Stable Diffusion, a popular AI model for generating images from text prompts. This setup utilizes the NVIDIA CUDA base image to leverage GPU acceleration for deep learning tasks.
## Requirements
- Docker Environment
- Nvidia GPU
- Atleast 30 GB storage space, 16GB Memory## How to run
> First note this, https://docs.github.com/en/actions/using-github-hosted-runners/using-larger-runners/about-larger-runners
The requirements.txt file is a compiled list of all libraries for the custom nodes picked.
### Build and run locally
```bash
# Clone repo
git clone [email protected]:SpiffGreen/cuda_pytorch_comfyui_jupyter.git
cd cuda_pytorch_comfyui_jupyter# Build image
docker build -t custom-comfyui:latest .# Run container
docker run -p 80:80 -p 8888:8888 custom-comfyui
```### Running
```bash
# Simply pull and run from docker hub
docker run spiffgreen/cuda_pytorch_comfyui_jupyter
```## Author
- Spiff Jekey-Green ([SpiffGreen](https://github.com/spiffgreen))