Skip to content

zhangp365/comfyUI_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project dockerises the deployment of comfyanonymous/ComfyUI and its variants. It provides a default configuration (corresponding to a vanilla deployment of the application)

This goal of this project is to be to comfyanonymous/ComfyUI, what AbdBarho/stable-diffusion-webui-docker is to AUTOMATIC1111/stable-diffusion-webui.

Usage

This project currently supports Linux as the deployment platform. It will also work using WSL2.

command

docker run --gpus all -t -p 8188:8188 -e CLI_ARGS="" -v /your/path/outputs:/app/output -v /your/path/data:/data -d zhangp365/comfyui:v0.1

docker hub address

https://hub.docker.com/repository/docker/zhangp365/comfyui/general

Pre-Requisites

  • docker
  • docker compose
  • CUDA docker runtime

Docker Compose

This is the recommended deployment method (it is the easiest and quickest way to manage folders and settings through updates and reinstalls). The recommend variant is default (it is an enhanced version of the vanilla application).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published