FIX
This commit is contained in:
@@ -20,5 +20,6 @@ dependencies = [
|
||||
"imageio",
|
||||
"loguru",
|
||||
"pydantic",
|
||||
"pydantic_settings"
|
||||
"pydantic_settings",
|
||||
"backoff"
|
||||
]
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user