GithubHelp home page GithubHelp logo

fcogomez / comfyui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from futrlabs/comfyui-magic

1.0 0.0 1.0 53 KB

A simple docker container that provides an accessible way to use ComfyUI with lots of features.

Home Page: https://github.com/fcogomez/ComfyUI

Shell 54.23% Dockerfile 45.77%

comfyui's Introduction

ComfyUI - Thanks to Keith Hanson for the main work!

Quick Start

  1. Update your NVIDIA Drivers (only NVIDIA cards supported right now)
  2. Install Docker and NVIDIA's container toolkit (Windows: Install WSL, then install Docker Desktop)
  3. Run the following command if all you want is a ComfyUI:
  4. Have roughly 20GB of space ready for default models and room to grow for any others you might want to add!
docker run --name comfyui -p 8188:8188 --gpus all -it --rm -v comfy:/storage fcogomez/comfyui:latest

Run it as a service

docker run -d --name comfyui --restart=unless-stopped -p 8188:8188 --gpus all -it -v comfy:/storage fcogomez/comfyui:latest

Features

Prepackaged Custom Nodes

Popular custom nodes:

Automatic downloading of models at boot

We place a sample "extra_downloads.yml" file in your storage directory.

Edit that file to download and place any custom models you'd like to have, then restart the container and watch the magic.

See this file for our default models we download at boot: extra_downloads.yml

To add your own models, take note that the path item in the yml is the path inside the container.

All paths should generally use /storage/ComfyUI/.../... unless you have very good reason not to.

Once the file is placed for the first time in your storage directory, it won't be overwritten again.

Requirements:

  1. Windows or Linux Operating System (Mac unsupported for now)
  2. NVIDIA GPU of series 2xxx or better (ideally)
  3. Updated CUDA drivers (update your graphics drivers)
  4. Docker installed and working with NVIDIA container support (Use WSL and Docker Desktop for Windows!)
  5. 50-100GB+ of HDD space (roughly 10GB for the default models and 8GB for the container alone

comfyui's People

Contributors

fcogomez avatar keithhanson avatar

Stargazers

 avatar

Forkers

keithhanson

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.