This commit is contained in:
kyj@bowong.ai 2025-06-27 19:38:14 +08:00
parent 6740c4a03f
commit ebd905d656
2 changed files with 2 additions and 3 deletions

View File

@ -20,5 +20,6 @@ dependencies = [
"imageio",
"loguru",
"pydantic",
"pydantic_settings"
"pydantic_settings",
"backoff"
]

View File

@ -1,7 +1,5 @@
import subprocess
import modal
from cluster.comfyui_v1 import comfyui_image
image = ( # build up a Modal Image to run ComfyUI, step by step
modal.Image.debian_slim( # start from basic Linux with Python