Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(IMPORT FAILED) cannot import name 'set_model_options_patch_replace' from 'comfy.model_patcher' #33

Open
TIMETSS opened this issue May 25, 2024 · 3 comments

Comments

@TIMETSS
Copy link

TIMETSS commented May 25, 2024

Traceback (most recent call last):

  File "D:\Program\AI\ComfyUI\ComfyUI\nodes.py", line 1864, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG\__init__.py", line 1, in <module>
    from .nodes import *
  File "D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG\nodes.py", line 5, in <module>
    from comfy.model_patcher import set_model_options_patch_replace
ImportError: cannot import name 'set_model_options_patch_replace' from 'comfy.model_patcher' (D:\Program\AI\ComfyUI\ComfyUI\comfy\model_patcher.py)

Cannot import D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG module for custom nodes: cannot import name 'set_model_options_patch_replace' from 'comfy.model_patcher' (D:\Program\AI\ComfyUI\ComfyUI\comfy\model_patcher.py)

Fuill log:

D:\Program\AI\ComfyUI>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
## ComfyUI-Manager: installing dependencies done.
** ComfyUI startup time: 2024-05-25 21:02:41.199262
** Platform: Windows
** Python version: 3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]
** Python executable: D:\Program\AI\ComfyUI\python_embeded\python.exe
** Log path: D:\Program\AI\ComfyUI\comfyui.log

Prestartup times for custom nodes:
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\rgthree-comfy
   0.3 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Manager

Total VRAM 12288 MB, total RAM 32472 MB
xformers version: 0.0.23.post1
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3060 Laptop GPU : cudaMallocAsync
VAE dtype: torch.bfloat16
Using xformers cross attention
Adding extra search path checkpoints D:/Program/AI/Models/model/
Adding extra search path controlnet D:/Program/AI/Models/controlnet/
Adding extra search path embeddings D:/Program/AI/Models/embedding/
Adding extra search path loras D:/Program/AI/Models/lycoris/
Adding extra search path upscale_models D:/Program/AI/Models/upscaler/
Adding extra search path vae D:/Program/AI/Models/vae/
Traceback (most recent call last):
  File "D:\Program\AI\ComfyUI\ComfyUI\nodes.py", line 1864, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG\__init__.py", line 1, in <module>
    from .nodes import *
  File "D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG\nodes.py", line 5, in <module>
    from comfy.model_patcher import set_model_options_patch_replace
ImportError: cannot import name 'set_model_options_patch_replace' from 'comfy.model_patcher' (D:\Program\AI\ComfyUI\ComfyUI\comfy\model_patcher.py)

Cannot import D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG module for custom nodes: cannot import name 'set_model_options_patch_replace' from 'comfy.model_patcher' (D:\Program\AI\ComfyUI\ComfyUI\comfy\model_patcher.py)
[Crystools INFO] Crystools version: 1.12.0
[Crystools INFO] CPU: 12th Gen Intel(R) Core(TM) i5-12500H - Arch: AMD64 - OS: Windows 10
[Crystools INFO] GPU/s:
[Crystools INFO] 0) NVIDIA GeForce RTX 3060 Laptop GPU
[Crystools INFO] NVIDIA Driver: 552.22
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:249: FutureWarning: `AutoencoderTinyBlock` is deprecated and will be removed in version 0.29. Importing `AutoencoderTinyBlock` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AutoencoderTinyBlock`, instead.
  deprecate("AutoencoderTinyBlock", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:254: FutureWarning: `UNetMidBlock2D` is deprecated and will be removed in version 0.29. Importing `UNetMidBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2D`, instead.
  deprecate("UNetMidBlock2D", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:259: FutureWarning: `UNetMidBlock2DCrossAttn` is deprecated and will be removed in version 0.29. Importing `UNetMidBlock2DCrossAttn` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2DCrossAttn`, instead.
  deprecate("UNetMidBlock2DCrossAttn", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:264: FutureWarning: `UNetMidBlock2DSimpleCrossAttn` is deprecated and will be removed in version 0.29. Importing `UNetMidBlock2DSimpleCrossAttn` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2DSimpleCrossAttn`, instead.
  deprecate("UNetMidBlock2DSimpleCrossAttn", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:269: FutureWarning: `AttnDownBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AttnDownBlock2D`, instead.
  deprecate("AttnDownBlock2D", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:274: FutureWarning: `CrossAttnDownBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import CrossAttnDownBlock2D`, instead.
  deprecate("CrossAttnDownBlock2D", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:279: FutureWarning: `DownBlock2D` is deprecated and will be removed in version 0.29. Importing `DownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import DownBlock2D`, instead.
  deprecate("DownBlock2D", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:284: FutureWarning: `AttnDownEncoderBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnDownEncoderBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AttnDownEncoderBlock2D`, instead.
  deprecate("AttnDownEncoderBlock2D", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:289: FutureWarning: `AttnSkipDownBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnSkipDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AttnSkipDownBlock2D`, instead.
  deprecate("AttnSkipDownBlock2D", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:294: FutureWarning: `SkipDownBlock2D` is deprecated and will be removed in version 0.29. Importing `SkipDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import SkipDownBlock2D`, instead.
  deprecate("SkipDownBlock2D", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:299: FutureWarning: `ResnetDownsampleBlock2D` is deprecated and will be removed in version 0.29. Importing `ResnetDownsampleBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import ResnetDownsampleBlock2D`, instead.
  deprecate("ResnetDownsampleBlock2D", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:304: FutureWarning: `SimpleCrossAttnDownBlock2D` is deprecated and will be removed in version 0.29. Importing `SimpleCrossAttnDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import SimpleCrossAttnDownBlock2D`, instead.
  deprecate("SimpleCrossAttnDownBlock2D", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:309: FutureWarning: `KDownBlock2D` is deprecated and will be removed in version 0.29. Importing `KDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import KDownBlock2D`, instead.
  deprecate("KDownBlock2D", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:314: FutureWarning: `KCrossAttnDownBlock2D` is deprecated and will be removed in version 0.29. Importing `KCrossAttnDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import KCrossAttnDownBlock2D`, instead.
  deprecate("KCrossAttnDownBlock2D", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:319: FutureWarning: `AttnUpBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AttnUpBlock2D`, instead.
  deprecate("AttnUpBlock2D", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:324: FutureWarning: `CrossAttnUpBlock2D` is deprecated and will be removed in version 0.29. Importing `CrossAttnUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import CrossAttnUpBlock2D`, instead.
  deprecate("CrossAttnUpBlock2D", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:329: FutureWarning: `UpBlock2D` is deprecated and will be removed in version 0.29. Importing `UpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import UpBlock2D`, instead.
  deprecate("UpBlock2D", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:334: FutureWarning: `UpDecoderBlock2D` is deprecated and will be removed in version 0.29. Importing `UpDecoderBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import UpDecoderBlock2D`, instead.
  deprecate("UpDecoderBlock2D", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:339: FutureWarning: `AttnUpDecoderBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnUpDecoderBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AttnUpDecoderBlock2D`, instead.
  deprecate("AttnUpDecoderBlock2D", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:344: FutureWarning: `AttnSkipUpBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnSkipUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AttnSkipUpBlock2D`, instead.
  deprecate("AttnSkipUpBlock2D", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:349: FutureWarning: `SkipUpBlock2D` is deprecated and will be removed in version 0.29. Importing `SkipUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import SkipUpBlock2D`, instead.
  deprecate("SkipUpBlock2D", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:354: FutureWarning: `ResnetUpsampleBlock2D` is deprecated and will be removed in version 0.29. Importing `ResnetUpsampleBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import ResnetUpsampleBlock2D`, instead.
  deprecate("ResnetUpsampleBlock2D", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:359: FutureWarning: `SimpleCrossAttnUpBlock2D` is deprecated and will be removed in version 0.29. Importing `SimpleCrossAttnUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import SimpleCrossAttnUpBlock2D`, instead.
  deprecate("SimpleCrossAttnUpBlock2D", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:364: FutureWarning: `KUpBlock2D` is deprecated and will be removed in version 0.29. Importing `KUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import KUpBlock2D`, instead.
  deprecate("KUpBlock2D", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:369: FutureWarning: `KCrossAttnUpBlock2D` is deprecated and will be removed in version 0.29. Importing `KCrossAttnUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import KCrossAttnUpBlock2D`, instead.
  deprecate("KCrossAttnUpBlock2D", "0.29", deprecation_message)
D:\Program\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:375: FutureWarning: `KAttentionBlock` is deprecated and will be removed in version 0.29. Importing `KAttentionBlock` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import KAttentionBlock`, instead.
  deprecate("KAttentionBlock", "0.29", deprecation_message)
Comfy-Easy-Use (v1.1.3): Loaded
### Loading: ComfyUI-Impact-Pack (V5.5.11)
### Loading: ComfyUI-Impact-Pack (Subpack: V0.4)
[Impact Pack] Wildcards loading done.
### Loading: ComfyUI-Inspire-Pack (V0.71)
Total VRAM 12288 MB, total RAM 32472 MB
xformers version: 0.0.23.post1
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3060 Laptop GPU : cudaMallocAsync
VAE dtype: torch.bfloat16
### Loading: ComfyUI-Manager (V2.34.1)
### ComfyUI Revision: 2127 [744ac944] *DETACHED | Released on '2024-04-13'
Using device cuda
ComfyUI-N-Sidebar is loading...
[SD Prompt Reader] Node version: 1.3.2
[SD Prompt Reader] Core version: 1.3.4.post1
(pysssss:WD14Tagger) [DEBUG] Available ORT providers: TensorrtExecutionProvider, CUDAExecutionProvider, CPUExecutionProvider
(pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider
------------------------------------------
Comfyroll Studio v1.76 :  175 Nodes Loaded
------------------------------------------
** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md
** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki
------------------------------------------
[comfyui_controlnet_aux] | INFO -> Using ckpts path: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts
[comfyui_controlnet_aux] | INFO -> Using symlinks: False
[comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']
DWPose: Onnxruntime with acceleration providers detected
FizzleDorf Custom Nodes: Loaded
# 😺dzNodes: LayerStyle -> Cannot import name 'guidedFilter' from 'cv2.ximgproc'
A few nodes cannot works properly, while most nodes are not affected. Please REINSTALL package 'opencv-contrib-python'.
For detail refer to https://github.com/chflame163/ComfyUI_LayerStyle/issues/5
# 😺dzNodes: LayerStyle -> Warning: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_LayerStyle\resource_dir.ini not found, default directory to be used.
# 😺dzNodes: LayerStyle -> Find 1 LUTs in D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_LayerStyle\lut
# 😺dzNodes: LayerStyle -> Find 1 Fonts in D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_LayerStyle\font
[ComfyUI_zfkun] check start
[ComfyUI_zfkun] "Pillow" is not installed. Trying to install.
Requirement already satisfied: Pillow in d:\program\ai\comfyui\python_embeded\lib\site-packages (9.5.0)
[ComfyUI_zfkun] "Pillow" is installed
[ComfyUI_zfkun] all dependency installed
[ComfyUI_zfkun] check end
[ComfyUI_zfkun] boot start
[ComfyUI_zfkun] node install: preview_text.js
[ComfyUI_zfkun] node install: preview_text_multiline.js
[ComfyUI_zfkun] node install: share_screen.js
[ComfyUI_zfkun] boot end
Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...Success!
Patching UNetModel.forward
UNetModel.forward has been successfully patched.
[Power Noise Suite]: 🦚🦚🦚 Squeaa-squee!!! 🦚🦚🦚
[Power Noise Suite]: Tamed 11 wild nodes.

[rgthree] Loaded 39 epic nodes.

WAS Node Suite: BlenderNeko's Advanced CLIP Text Encode found, attempting to enable `CLIPTextEncode` support.
WAS Node Suite: `CLIPTextEncode (BlenderNeko Advanced + NSP)` node enabled under `WAS Suite/Conditioning` menu.
WAS Node Suite: OpenCV Python FFMPEG support is enabled
WAS Node Suite Warning: `ffmpeg_bin_path` is not set in `D:\Program\AI\ComfyUI\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 213 nodes successfully.

        "Art is not freedom from discipline, but disciplined freedom." - John F. Kennedy


Import times for custom nodes:
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\Cup-ClipBoard
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\AIGODLIKE-ComfyUI-Translation
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\websocket_image_save.py
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\SD-Latent-Interposer
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\sdxl_prompt_styler
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-IC-Light-Native
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_FastVAEDecorder_SDXL
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-N-Sidebar
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-BRIA_AI-RMBG
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\cg-use-everywhere
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-post-processing-nodes
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\FreeU_Advanced
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\comfyui-mirror
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_Cutoff
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\comfyui-portrait-master
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_TiledKSampler
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_experiments
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_fabric
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_VisualStylePrompting
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\cup.py
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\PowerNoiseSuite
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_FizzNodes
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\comfyui-inpaint-nodes
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyMath
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-BrushNet
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\AIGODLIKE-ComfyUI-Studio
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\comfy-qr
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\rgthree-comfy
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\efficiency-nodes-comfyui
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\comfyui-prompt-reader-node
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
   0.0 seconds (IMPORT FAILED): D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-KJNodes
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\comfyui_controlnet_aux
   0.0 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Easy-Use
   0.1 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_LayerStyle
   0.1 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_smZNodes
   0.1 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\comfyui_segment_anything
   0.1 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-MotionCtrl
   0.1 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
   0.1 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-AnimateAnyone-Evolved
   0.1 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-InstantID
   0.1 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-MotionCtrl-SVD
   0.3 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\comfyui-dynamicprompts
   0.3 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\clipseg.py
   0.4 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Manager
   0.4 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
   0.5 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-BiRefNet-ZHO
   0.8 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-LaMA-Preprocessor
   1.5 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\was-node-suite-comfyui
   2.7 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Crystools
   2.9 seconds: D:\Program\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_zfkun

Starting server
@Extraltodeus
Copy link
Owner

Hello, have you updated Comfy?

@Yao544303
Copy link

Hello, I faced the same issue, do you fix it?

@Extraltodeus
Copy link
Owner

Hello!

The thing is that comfy.model_patcher.set_model_options_patch_replace does exist so why can't it not find it in your setup?

Can you try without rgthree-comfy ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants