Fannovel16 / ComfyUI-Frame-Interpolation

A custom node set for Video Frame Interpolation in ComfyUI.
MIT License
460 stars 45 forks source link

I have tried everything but Film VFI always missing #13

Closed dkamajix closed 1 year ago

dkamajix commented 1 year ago

image

I have tried updating comfy and all extensions. I tried following your incompatible instructions using local database.. I un installed the extension and reinstalled. Im not sure how to get it working. I have many extensions that have no problems. any help?

Fannovel16 commented 1 year ago

@dkamajix Can you post the log of the terminal running ComfyUI?

screan commented 1 year ago

@dkamajix Can you post the log of the terminal running ComfyUI?

same issue here:

Traceback (most recent call last):
  File "C:\Users\jr\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1734, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "C:\Users\jr\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation\__init__.py", line 9, in <module>
    from models.gmfss_fortuna import GMFSS_Fortuna_VFI
  File "C:\Users\jr\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation\models\gmfss_fortuna\__init__.py", line 7, in <module>
    from .GMFSS_Fortuna_arch import Model as GMFSS
  File "C:\Users\jr\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation\models\gmfss_fortuna\GMFSS_Fortuna_arch.py", line 29, in <module>
    from models.ops import softsplat
  File "C:\Users\jr\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation\models\ops\__init__.py", line 21, in <module>
    from .cupy_ops import softsplat, ModuleSoftsplat, FunctionSoftsplat, softsplat_func, costvol_func, sepconv_func, init, batch_edt, FunctionAdaCoF, ModuleCorrelation, FunctionCorrelation, _FunctionCorrelation
  File "C:\Users\jr\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation\models\ops\cupy_ops\__init__.py", line 1, in <module>
    from .costvol import *
  File "C:\Users\jr\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation\models\ops\cupy_ops\costvol.py", line 1, in <module>
    from .utils import cuda_kernel, cuda_launch, cuda_int32
  File "C:\Users\jr\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation\models\ops\cupy_ops\utils.py", line 1, in <module>
    import cupy
ModuleNotFoundError: No module named 'cupy'

Cannot import C:\Users\jr\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation module for custom nodes: No module named 'cupy'

might be related: https://github.com/cupy/cupy/issues/7776

Fannovel16 commented 1 year ago

@screan @dkamajix Can yall try the latest commit?

dkamajix commented 1 year ago

how do you run the latest commit? here is my terminal:

X:\STABLE_DIFFUSION\COMFY>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build ** ComfyUI start up time: 2023-10-12 10:39:09.388896

Prestartup times for custom nodes: 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Manager

Total VRAM 8191 MB, total RAM 131015 MB xformers version: 0.0.21 Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 3070 : cudaMallocAsync VAE dtype: torch.bfloat16 Using xformers cross attention Adding extra search path checkpoints X:\STABLE_DIFFUSION\SD_MODELS\CHECKPOINTS Adding extra search path configs X:\STABLE_DIFFUSION\SD_MODELS\models/Stable-diffusion Adding extra search path vae X:\STABLE_DIFFUSION\SD_MODELS\VAE Adding extra search path loras X:\STABLE_DIFFUSION\SD_MODELS\LORAS Adding extra search path loras X:\STABLE_DIFFUSION\SD_MODELS\models/LyCORIS Adding extra search path upscale_models X:\STABLE_DIFFUSION\SD_MODELS\ERSGAN Adding extra search path upscale_models X:\STABLE_DIFFUSION\SD_MODELS\models/RealESRGAN Adding extra search path upscale_models X:\STABLE_DIFFUSION\SD_MODELS\models/SwinIR Adding extra search path embeddings X:\STABLE_DIFFUSION\SD_MODELS\embeddings Adding extra search path hypernetworks X:\STABLE_DIFFUSION\SD_MODELS\models/hypernetworks Adding extra search path controlnet X:\STABLE_DIFFUSION\SD_MODELS\models/ControlNet Using xformers cross attention Traceback (most recent call last): File "X:\STABLE_DIFFUSION\COMFY\ComfyUI\nodes.py", line 1734, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation__init.py", line 9, in from models.gmfss_fortuna import GMFSS_Fortuna_VFI File "X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation\models\gmfss_fortuna__init__.py", line 7, in from .GMFSS_Fortuna_arch import Model as GMFSS File "X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation\models\gmfss_fortuna\GMFSS_Fortuna_arch.py", line 29, in from models.ops import softsplat File "X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation\models\ops__init__.py", line 21, in from .cupy_ops import softsplat, ModuleSoftsplat, FunctionSoftsplat, softsplat_func, costvol_func, sepconv_func, init, batch_edt, FunctionAdaCoF, ModuleCorrelation, FunctionCorrelation, _FunctionCorrelation File "X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation\models\ops\cupy_ops\init__.py", line 1, in from .costvol import * File "X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation\models\ops\cupy_ops\costvol.py", line 1, in from .utils import cuda_kernel, cuda_launch, cuda_int32 File "X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation\models\ops\cupy_ops\utils.py", line 1, in import cupy ModuleNotFoundError: No module named 'cupy'

Cannot import X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation module for custom nodes: No module named 'cupy'

Loading: ComfyUI-Impact-Pack (V4.18.6)

Loading: ComfyUI-Impact-Pack (Subpack: V0.2.4)

Loading: ComfyUI-Inspire-Pack (V0.27.1)

Loading: ComfyUI-Manager (V0.34)

ComfyUI Revision: 1555 [8cc75c64] | Released on '2023-10-11'

moviepy is already installed. cv2 is already installed. git is already installed. zipfile is already installed. skbuild is already installed. Loaded 3.x/4.x HD model. Traceback (most recent call last): File "X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-N-Nodes__init.py", line 90, in spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-N-Nodes\py\gptcpp_node.py", line 3, in from llama_cpp import Llama ModuleNotFoundError: No module named 'llama_cpp' Comfyroll Custom Nodes: Loaded Registered sys.path: ['X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\init.py', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_pycocotools', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_oneformer', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_mmpkg', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_midas_repo', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_detectron2', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\controlnet_aux', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\comfyui_controlnet_aux\src', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes\comfy', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes\comfy', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation', 'X:\STABLE_DIFFUSION\COMFY\python_embeded\lib\site-packages\git\ext\gitdb', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts', WindowsPath('X:/STABLE_DIFFUSION/COMFY/ComfyUI'), 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\comfy', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI', 'X:\STABLE_DIFFUSION\COMFY\python_embeded\python310.zip', 'X:\STABLE_DIFFUSION\COMFY\python_embeded', 'X:\STABLE_DIFFUSION\COMFY\python_embeded\lib\site-packages', 'X:\STABLE_DIFFUSION\COMFY\python_embeded\lib\site-packages\win32', 'X:\STABLE_DIFFUSION\COMFY\python_embeded\lib\site-packages\win32\lib', 'X:\STABLE_DIFFUSION\COMFY\python_embeded\lib\site-packages\Pythonwin', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\impact_subpack', '../..', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-N-Nodes\libs\rifle'] FizzleDorf Custom Nodes: Loaded Traceback (most recent call last): File "X:\STABLE_DIFFUSION\COMFY\ComfyUI\nodes.py", line 1734, in load_custom_node module_spec.loader.exec_module(module) File "", line 879, in exec_module File "", line 1016, in get_code File "", line 1073, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\init__.py'

Cannot import X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus module for custom nodes: [Errno 2] No such file or directory: 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\init.py' X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\failfast-comfyui-extensions\extensions X:\STABLE_DIFFUSION\COMFY\ComfyUI\web\extensions\failfast-comfyui-extensions Traceback (most recent call last): File "X:\STABLE_DIFFUSION\COMFY\ComfyUI\nodes.py", line 1734, in load_custom_node module_spec.loader.exec_module(module) File "", line 879, in exec_module File "", line 1016, in get_code File "", line 1073, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\frame-interpolation\init.py'

Cannot import X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\frame-interpolation module for custom nodes: [Errno 2] No such file or directory: 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\frame-interpolation\init.py' Traceback (most recent call last): File "X:\STABLE_DIFFUSION\COMFY\ComfyUI\nodes.py", line 1734, in load_custom_node module_spec.loader.exec_module(module) File "", line 879, in exec_module File "", line 1016, in get_code File "", line 1073, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\GMFSS\init.py'

Cannot import X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\GMFSS module for custom nodes: [Errno 2] No such file or directory: 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\GMFSS\init.py' Downloading anime face detector... Failed to download lbpcascade_animeface.xml so please download it yourself. [Power Noise Suite]: 🦚🦚🦚 MooOoo!!! 🦚🦚🦚 [Power Noise Suite]: Tamed 11 wild nodes. Traceback (most recent call last): File "X:\STABLE_DIFFUSION\COMFY\ComfyUI\nodes.py", line 1734, in load_custom_node module_spec.loader.exec_module(module) File "", line 879, in exec_module File "", line 1016, in get_code File "", line 1073, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\VFIformer\init.py'

Cannot import X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\VFIformer module for custom nodes: [Errno 2] No such file or directory: 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\VFIformer\init.py' WAS Node Suite: OpenCV Python FFMPEG support is enabled WAS Node Suite Warning: ffmpeg_bin_path is not set in X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\was-node-suite-comfyui\was_suite_config.json config file. Will attempt to use system ffmpeg binaries if available. WAS Node Suite: Finished. Loaded 196 nodes successfully.

    "Don't be afraid to give up the good to go for the great." - John D. Rockefeller

Traceback (most recent call last): File "X:\STABLE_DIFFUSION\COMFY\ComfyUI\nodes.py", line 1734, in load_custom_node module_spec.loader.exec_module(module) File "", line 879, in exec_module File "", line 1016, in get_code File "", line 1073, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\web\init.py'

Cannot import X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\web module for custom nodes: [Errno 2] No such file or directory: 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\web\init.py'

Import times for custom nodes: 0.0 seconds (IMPORT FAILED): X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\web 0.0 seconds (IMPORT FAILED): X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus 0.0 seconds (IMPORT FAILED): X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\GMFSS 0.0 seconds (IMPORT FAILED): X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\VFIformer 0.0 seconds (IMPORT FAILED): X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\frame-interpolation 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Image-Selector 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\PowerNoiseSuite 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\stability-ComfyUI-nodes 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUi_NNLatentUpscale 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\images-grid-comfy-plugin 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Loopchain 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\IPAdapter-ComfyUI 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-KJNodes 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet 0.1 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\comfyui_controlnet_aux 0.1 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack 0.1 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\efficiency-nodes-comfyui 0.1 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved 0.1 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes 0.2 seconds (IMPORT FAILED): X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation 0.2 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI_smZNodes 0.6 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Manager 0.9 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\failfast-comfyui-extensions 1.2 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI_FizzNodes 2.2 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-N-Nodes 2.7 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\comfy_controlnet_preprocessors 3.2 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Impact-Pack 3.2 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\was-node-suite-comfyui

Starting server

To see the GUI go to: http://127.0.0.1:8188 FETCH DATA from: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json Temporary folder X:\STABLE_DIFFUSION\COMFY\ComfyUI\temp\n-suite\frames has been emptied.

Fannovel16 commented 1 year ago

@dkamajix Try reinstalling ComfyUI-Frame-Interpolation again. This time post the log after the installation or when the manager says installation failed or smth.

dkamajix commented 1 year ago

actually now it worked! no red boxes at least. It looks like in the log somethings still did not load but I am not exactly sure if related to frame interpolate. nevertheless I can load the workflows using the nodes now, thanks will report back if its still not working but looks good. Thank you!

X:\STABLE_DIFFUSION\COMFY>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build ** ComfyUI start up time: 2023-10-12 11:10:03.700163

####################################################################### [ComfyUI-Manager] Starting dependency installation/(de)activation for the extension

ComfyUI-Manager: EXECUTE => ['X:\STABLE_DIFFUSION\COMFY\python_embeded\python.exe', 'install.py']

Execute install/(de)activation script for 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation'

Requirement already satisfied: torch in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (2.0.1+cu118) Requirement already satisfied: filelock in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torch) (3.12.2) Requirement already satisfied: typing-extensions in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torch) (4.7.1) Requirement already satisfied: sympy in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torch) (1.12) Requirement already satisfied: networkx in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torch) (3.1) Requirement already satisfied: jinja2 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torch) (3.1.2) Requirement already satisfied: MarkupSafe>=2.0 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from jinja2->torch) (2.1.3) Requirement already satisfied: mpmath>=0.19 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from sympy->torch) (1.3.0) [!] DEPRECATION: torchsde 0.2.5 has a non-standard dependency specifier numpy>=1.19.; python_version >= "3.7". pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of torchsde or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063 Requirement already satisfied: numpy in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (1.23.5) [!] DEPRECATION: torchsde 0.2.5 has a non-standard dependency specifier numpy>=1.19.; python_version >= "3.7". pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of torchsde or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063 Requirement already satisfied: einops in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (0.6.1) [!] DEPRECATION: torchsde 0.2.5 has a non-standard dependency specifier numpy>=1.19.; python_version >= "3.7". pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of torchsde or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063 Requirement already satisfied: opencv-contrib-python in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (4.8.0.76) Requirement already satisfied: numpy>=1.21.2 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from opencv-contrib-python) (1.23.5) [!] DEPRECATION: torchsde 0.2.5 has a non-standard dependency specifier numpy>=1.19.; python_version >= "3.7". pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of torchsde or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063 Requirement already satisfied: kornia in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (0.7.0) Requirement already satisfied: packaging in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from kornia) (23.1) Requirement already satisfied: torch>=1.9.1 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from kornia) (2.0.1+cu118) Requirement already satisfied: filelock in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torch>=1.9.1->kornia) (3.12.2) Requirement already satisfied: typing-extensions in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torch>=1.9.1->kornia) (4.7.1) Requirement already satisfied: sympy in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torch>=1.9.1->kornia) (1.12) Requirement already satisfied: networkx in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torch>=1.9.1->kornia) (3.1) Requirement already satisfied: jinja2 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torch>=1.9.1->kornia) (3.1.2) Requirement already satisfied: MarkupSafe>=2.0 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from jinja2->torch>=1.9.1->kornia) (2.1.3) Requirement already satisfied: mpmath>=0.19 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from sympy->torch>=1.9.1->kornia) (1.3.0) [!] DEPRECATION: torchsde 0.2.5 has a non-standard dependency specifier numpy>=1.19.; python_version >= "3.7". pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of torchsde or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063 Requirement already satisfied: scipy in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (1.11.2) Requirement already satisfied: numpy<1.28.0,>=1.21.6 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from scipy) (1.23.5) [!] DEPRECATION: torchsde 0.2.5 has a non-standard dependency specifier numpy>=1.19.; python_version >= "3.7". pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of torchsde or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063 Requirement already satisfied: Pillow in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (9.5.0) [!] DEPRECATION: torchsde 0.2.5 has a non-standard dependency specifier numpy>=1.19.; python_version >= "3.7". pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of torchsde or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063 Requirement already satisfied: torchvision in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (0.15.2+cu118) Requirement already satisfied: numpy in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torchvision) (1.23.5) Requirement already satisfied: requests in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torchvision) (2.31.0) Requirement already satisfied: torch==2.0.1 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torchvision) (2.0.1+cu118) Requirement already satisfied: pillow!=8.3.,>=5.3.0 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torchvision) (9.5.0) Requirement already satisfied: filelock in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torch==2.0.1->torchvision) (3.12.2) Requirement already satisfied: typing-extensions in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torch==2.0.1->torchvision) (4.7.1) Requirement already satisfied: sympy in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torch==2.0.1->torchvision) (1.12) Requirement already satisfied: networkx in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torch==2.0.1->torchvision) (3.1) Requirement already satisfied: jinja2 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torch==2.0.1->torchvision) (3.1.2) Requirement already satisfied: charset-normalizer<4,>=2 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from requests->torchvision) (3.2.0) Requirement already satisfied: idna<4,>=2.5 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from requests->torchvision) (3.4) Requirement already satisfied: urllib3<3,>=1.21.1 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from requests->torchvision) (2.0.4) Requirement already satisfied: certifi>=2017.4.17 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from requests->torchvision) (2023.7.22) Requirement already satisfied: MarkupSafe>=2.0 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from jinja2->torch==2.0.1->torchvision) (2.1.3) Requirement already satisfied: mpmath>=0.19 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from sympy->torch==2.0.1->torchvision) (1.3.0) [!] DEPRECATION: torchsde 0.2.5 has a non-standard dependency specifier numpy>=1.19.; python_version >= "3.7". pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of torchsde or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063 Requirement already satisfied: tqdm in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (4.66.1) Requirement already satisfied: colorama in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from tqdm) (0.4.6) [!] DEPRECATION: torchsde 0.2.5 has a non-standard dependency specifier numpy>=1.19.; python_version >= "3.7". pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of torchsde or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063 Requirement already satisfied: timm==0.6.13 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (0.6.13) Requirement already satisfied: torch>=1.7 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from timm==0.6.13) (2.0.1+cu118) Requirement already satisfied: torchvision in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from timm==0.6.13) (0.15.2+cu118) Requirement already satisfied: pyyaml in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from timm==0.6.13) (6.0.1) Requirement already satisfied: huggingface-hub in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from timm==0.6.13) (0.16.4) Requirement already satisfied: filelock in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torch>=1.7->timm==0.6.13) (3.12.2) Requirement already satisfied: typing-extensions in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torch>=1.7->timm==0.6.13) (4.7.1) Requirement already satisfied: sympy in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torch>=1.7->timm==0.6.13) (1.12) Requirement already satisfied: networkx in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torch>=1.7->timm==0.6.13) (3.1) Requirement already satisfied: jinja2 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torch>=1.7->timm==0.6.13) (3.1.2) Requirement already satisfied: fsspec in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from huggingface-hub->timm==0.6.13) (2023.6.0) Requirement already satisfied: requests in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from huggingface-hub->timm==0.6.13) (2.31.0) Requirement already satisfied: tqdm>=4.42.1 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from huggingface-hub->timm==0.6.13) (4.66.1) Requirement already satisfied: packaging>=20.9 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from huggingface-hub->timm==0.6.13) (23.1) Requirement already satisfied: numpy in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torchvision->timm==0.6.13) (1.23.5) Requirement already satisfied: pillow!=8.3.,>=5.3.0 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from torchvision->timm==0.6.13) (9.5.0) Requirement already satisfied: colorama in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from tqdm>=4.42.1->huggingface-hub->timm==0.6.13) (0.4.6) Requirement already satisfied: MarkupSafe>=2.0 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from jinja2->torch>=1.7->timm==0.6.13) (2.1.3) Requirement already satisfied: charset-normalizer<4,>=2 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from requests->huggingface-hub->timm==0.6.13) (3.2.0) Requirement already satisfied: idna<4,>=2.5 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from requests->huggingface-hub->timm==0.6.13) (3.4) Requirement already satisfied: urllib3<3,>=1.21.1 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from requests->huggingface-hub->timm==0.6.13) (2.0.4) Requirement already satisfied: certifi>=2017.4.17 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from requests->huggingface-hub->timm==0.6.13) (2023.7.22) Requirement already satisfied: mpmath>=0.19 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from sympy->torch>=1.7->timm==0.6.13) (1.3.0) [!] DEPRECATION: torchsde 0.2.5 has a non-standard dependency specifier numpy>=1.19.; python_version >= "3.7". pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of torchsde or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063 [!] WARNING: Skipping cupy-wheel as it is not installed. [!] WARNING: Skipping cupy-cuda102 as it is not installed. [!] WARNING: Skipping cupy-cuda110 as it is not installed. [!] WARNING: Skipping cupy-cuda111 as it is not installed. [!] WARNING: Skipping cupy-cuda11x as it is not installed. [!] WARNING: Skipping cupy-cuda12x as it is not installed. Collecting cupy-cuda11x Obtaining dependency information for cupy-cuda11x from https://files.pythonhosted.org/packages/ab/be/ba5e3caf1b3f47065bab93b400f7e1f0370f37f292c85873cd0412466bd4/cupy_cuda11x-12.2.0-cp310-cp310-win_amd64.whl.metadata Downloading cupy_cuda11x-12.2.0-cp310-cp310-win_amd64.whl.metadata (2.7 kB) Requirement already satisfied: numpy<1.27,>=1.20 in x:\stable_diffusion\comfy\python_embeded\lib\site-packages (from cupy-cuda11x) (1.23.5) Collecting fastrlock>=0.5 (from cupy-cuda11x) Obtaining dependency information for fastrlock>=0.5 from https://files.pythonhosted.org/packages/72/26/3f773629d6367ef4764e0c77e6771bf0dc6390daf753e090947ea9c56a75/fastrlock-0.8.2-cp310-cp310-win_amd64.whl.metadata Downloading fastrlock-0.8.2-cp310-cp310-win_amd64.whl.metadata (9.6 kB) Downloading cupy_cuda11x-12.2.0-cp310-cp310-win_amd64.whl (70.3 MB) ---------------------------------------- 70.3/70.3 MB 46.7 MB/s eta 0:00:00 Downloading fastrlock-0.8.2-cp310-cp310-win_amd64.whl (29 kB) [!] DEPRECATION: torchsde 0.2.5 has a non-standard dependency specifier numpy>=1.19.*; python_version >= "3.7". pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of torchsde or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063 Installing collected packages: fastrlock, cupy-cuda11x Successfully installed cupy-cuda11x-12.2.0 fastrlock-0.8.2 Installing torch... Installing numpy... Installing einops... Installing opencv-contrib-python... Installing kornia... Installing scipy... Installing Pillow... Installing torchvision... Installing tqdm... Installing timm==0.6.13... Checking cupy... Uninstall cupy if existed... Installing cupy...

[ComfyUI-Manager] Startup script completed. #######################################################################

Prestartup times for custom nodes: 21.2 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Manager

Total VRAM 8191 MB, total RAM 131015 MB xformers version: 0.0.21 Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 3070 : cudaMallocAsync VAE dtype: torch.bfloat16 Using xformers cross attention Adding extra search path checkpoints X:\STABLE_DIFFUSION\SD_MODELS\CHECKPOINTS Adding extra search path configs X:\STABLE_DIFFUSION\SD_MODELS\models/Stable-diffusion Adding extra search path vae X:\STABLE_DIFFUSION\SD_MODELS\VAE Adding extra search path loras X:\STABLE_DIFFUSION\SD_MODELS\LORAS Adding extra search path loras X:\STABLE_DIFFUSION\SD_MODELS\models/LyCORIS Adding extra search path upscale_models X:\STABLE_DIFFUSION\SD_MODELS\ERSGAN Adding extra search path upscale_models X:\STABLE_DIFFUSION\SD_MODELS\models/RealESRGAN Adding extra search path upscale_models X:\STABLE_DIFFUSION\SD_MODELS\models/SwinIR Adding extra search path embeddings X:\STABLE_DIFFUSION\SD_MODELS\embeddings Adding extra search path hypernetworks X:\STABLE_DIFFUSION\SD_MODELS\models/hypernetworks Adding extra search path controlnet X:\STABLE_DIFFUSION\SD_MODELS\models/ControlNet Using xformers cross attention X:\STABLE_DIFFUSION\COMFY\python_embeded\lib\site-packages\cupy_environment.py:216: UserWarning: CUDA path could not be detected. Set CUDA_PATH environment variable if CuPy fails to load. warnings.warn(

Loading: ComfyUI-Impact-Pack (V4.18.6)

Loading: ComfyUI-Impact-Pack (Subpack: V0.2.4)

Loading: ComfyUI-Inspire-Pack (V0.27.1)

Loading: ComfyUI-Manager (V0.34)

ComfyUI Revision: 1555 [8cc75c64] | Released on '2023-10-11'

moviepy is already installed. cv2 is already installed. git is already installed. zipfile is already installed. skbuild is already installed. Loaded 3.x/4.x HD model. Traceback (most recent call last): File "X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-N-Nodes__init.py", line 90, in spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-N-Nodes\py\gptcpp_node.py", line 3, in from llama_cpp import Llama ModuleNotFoundError: No module named 'llama_cpp' Comfyroll Custom Nodes: Loaded Registered sys.path: ['X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\init.py', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_pycocotools', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_oneformer', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_mmpkg', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_midas_repo', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_detectron2', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\controlnet_aux', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\comfyui_controlnet_aux\src', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes\comfy', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes\comfy', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation', 'X:\STABLE_DIFFUSION\COMFY\python_embeded\lib\site-packages\git\ext\gitdb', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts', WindowsPath('X:/STABLE_DIFFUSION/COMFY/ComfyUI'), 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\comfy', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI', 'X:\STABLE_DIFFUSION\COMFY\python_embeded\python310.zip', 'X:\STABLE_DIFFUSION\COMFY\python_embeded', 'X:\STABLE_DIFFUSION\COMFY\python_embeded\lib\site-packages', 'X:\STABLE_DIFFUSION\COMFY\python_embeded\lib\site-packages\win32', 'X:\STABLE_DIFFUSION\COMFY\python_embeded\lib\site-packages\win32\lib', 'X:\STABLE_DIFFUSION\COMFY\python_embeded\lib\site-packages\Pythonwin', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\impact_subpack', '../..', 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-N-Nodes\libs\rifle'] FizzleDorf Custom Nodes: Loaded Traceback (most recent call last): File "X:\STABLE_DIFFUSION\COMFY\ComfyUI\nodes.py", line 1734, in load_custom_node module_spec.loader.exec_module(module) File "", line 879, in exec_module File "", line 1016, in get_code File "", line 1073, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\init__.py'

Cannot import X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus module for custom nodes: [Errno 2] No such file or directory: 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\init.py' X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\failfast-comfyui-extensions\extensions X:\STABLE_DIFFUSION\COMFY\ComfyUI\web\extensions\failfast-comfyui-extensions Traceback (most recent call last): File "X:\STABLE_DIFFUSION\COMFY\ComfyUI\nodes.py", line 1734, in load_custom_node module_spec.loader.exec_module(module) File "", line 879, in exec_module File "", line 1016, in get_code File "", line 1073, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\frame-interpolation\init.py'

Cannot import X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\frame-interpolation module for custom nodes: [Errno 2] No such file or directory: 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\frame-interpolation\init.py' Traceback (most recent call last): File "X:\STABLE_DIFFUSION\COMFY\ComfyUI\nodes.py", line 1734, in load_custom_node module_spec.loader.exec_module(module) File "", line 879, in exec_module File "", line 1016, in get_code File "", line 1073, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\GMFSS\init.py'

Cannot import X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\GMFSS module for custom nodes: [Errno 2] No such file or directory: 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\GMFSS\init.py' Downloading anime face detector... Failed to download lbpcascade_animeface.xml so please download it yourself. [Power Noise Suite]: 🦚🦚🦚 MooOoo!!! 🦚🦚🦚 [Power Noise Suite]: Tamed 11 wild nodes. Traceback (most recent call last): File "X:\STABLE_DIFFUSION\COMFY\ComfyUI\nodes.py", line 1734, in load_custom_node module_spec.loader.exec_module(module) File "", line 879, in exec_module File "", line 1016, in get_code File "", line 1073, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\VFIformer\init.py'

Cannot import X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\VFIformer module for custom nodes: [Errno 2] No such file or directory: 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\VFIformer\init.py' WAS Node Suite: OpenCV Python FFMPEG support is enabled WAS Node Suite Warning: ffmpeg_bin_path is not set in X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\was-node-suite-comfyui\was_suite_config.json config file. Will attempt to use system ffmpeg binaries if available. WAS Node Suite: Finished. Loaded 196 nodes successfully.

    "Don't be afraid to give up the good to go for the great." - John D. Rockefeller

Traceback (most recent call last): File "X:\STABLE_DIFFUSION\COMFY\ComfyUI\nodes.py", line 1734, in load_custom_node module_spec.loader.exec_module(module) File "", line 879, in exec_module File "", line 1016, in get_code File "", line 1073, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\web\init.py'

Cannot import X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\web module for custom nodes: [Errno 2] No such file or directory: 'X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\web\init.py'

Import times for custom nodes: 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Image-Selector 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUi_NNLatentUpscale 0.0 seconds (IMPORT FAILED): X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\VFIformer 0.0 seconds (IMPORT FAILED): X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\GMFSS 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\stability-ComfyUI-nodes 0.0 seconds (IMPORT FAILED): X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\web 0.0 seconds (IMPORT FAILED): X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\frame-interpolation 0.0 seconds (IMPORT FAILED): X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Loopchain 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-KJNodes 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\PowerNoiseSuite 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\IPAdapter-ComfyUI 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\images-grid-comfy-plugin 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\efficiency-nodes-comfyui 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\comfyui_controlnet_aux 0.0 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\failfast-comfyui-extensions 0.1 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI_smZNodes 0.2 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI_FizzNodes 0.3 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-N-Nodes 0.4 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Manager 0.5 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Impact-Pack 0.7 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\comfy_controlnet_preprocessors 1.2 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\was-node-suite-comfyui 1.5 seconds: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation

Starting server

To see the GUI go to: http://127.0.0.1:8188 FETCH DATA from: X:\STABLE_DIFFUSION\COMFY\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json Temporary folder X:\STABLE_DIFFUSION\COMFY\ComfyUI\temp\n-suite\frames has been emptied.

screan commented 1 year ago

@screan @dkamajix Can yall try the latest commit?

thank you fixed!