Skip to content

armtir/comfyui-upscale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

upscale

ComfyUI workflow Dockerized via comfyui-wizard. Submission: https://comfy.getrunpod.io/dashboard/submissions/kd763g359xnz3kdzt87ft9sbp589pwd2

Build it yourself

docker build -t my-comfy-workflow .
docker run --rm --gpus all -p 8188:8188 my-comfy-workflow

If the workflow uses gated HuggingFace or CivitAI models, pass tokens at build time:

docker build --build-arg HF_TOKEN=$HF_TOKEN --build-arg CIVITAI_API_KEY=$CIVITAI_API_KEY -t my-comfy-workflow .

Deploy on Runpod

  1. Connect this repository at https://runpod.io/console/serverless
  2. Create a new endpoint, select Deploy from GitHub
  3. Pick this repo, branch main
  4. Runpod's builder will build the Dockerfile and host the resulting image
  5. Hit the endpoint with the API workflow JSON (api-workflow.json in this repo)

Files

  • Dockerfile — generated by comfyui-wizard, fully resolved
  • workflow.json — the raw workflow, as you designed it in ComfyUI
  • api-workflow.json — converted to ComfyUI's /prompt API shape (use this for serverless)
  • README.md — this file

About

ComfyUI workflow Dockerized via comfyui-wizard

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors