fix import

This commit is contained in:
WildAi 2025-06-02 20:26:05 +03:00
parent 08a22951ed
commit a879d15208
No known key found for this signature in database
GPG Key ID: 080D2B9418146067
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ from comfy_extras.nodes_mask import ImageCompositeMasked
from comfy.cli_args import args
from comfy.utils import ProgressBar, common_upscale
import folder_paths
import model_management
from comfy import model_management
script_directory = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

View File

@ -7,7 +7,7 @@ import numpy as np
from contextlib import nullcontext
import os
import model_management
from comfy import model_management
from comfy.utils import ProgressBar
from comfy.utils import common_upscale
from nodes import MAX_RESOLUTION

View File

@ -7,7 +7,7 @@ import json, re, os, io, time, platform
import re
import importlib
import model_management
from comfy import model_management
import folder_paths
from nodes import MAX_RESOLUTION
from comfy.utils import common_upscale, ProgressBar, load_torch_file