1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Move a few files from comfy -> comfy_execution.

Python code in the comfy folder should not import things from outside it.
This commit is contained in:
comfyanonymous
2024-08-15 09:37:30 -04:00
parent 5cfe38f41c
commit 5960f946a9
8 changed files with 11 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ import uuid
import urllib.request
import urllib.parse
import urllib.error
from comfy.graph_utils import GraphBuilder, Node
from comfy_execution.graph_utils import GraphBuilder, Node
class RunResult:
def __init__(self, prompt_id: str):