Merge pull request #301 from wildminder/main

fix import
This commit is contained in:
Jukka Seppänen 2025-06-03 17:26:01 +03:00 committed by GitHub
commit daadc345b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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