FIX
This commit is contained in:
parent
6740c4a03f
commit
ebd905d656
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue