Closed EricRollei closed 1 year ago
Thanks for the report, a lot happened since this release and I plan to release a new version today. That said what you describe is something that never was brought up and that I personally never experienced in any modes (comfy stand-alone, Colab), but I did not extensively tested everything so there is a possibility for an unknown incompatibility.
I'm not 100% sure to understand what is happening, when you say "kill" do you mean that they break up on execute or do they act as missing nodes?
I use all the nodes you mentioned so I'm wondering if it's maybe some kind of conflict with another extension. When you open comfy the current release should print a lot of debug messages, can you paste these here too?
Hi Mel, thanks for the quick reply. What I mean is the nodes Image Scale, Image Scale by, Image Upscale, and a few others go missing after installing the Comfy_mtb. I'm not sure where in the installation that happens and unfortunately didn't save any console output. I had installed already the following custom node sets before installing the comfy_mtb: ComfyUI_Manager, ComfyUI_TiledKSampler, ComfyUI_ADV_CLIP_emb, ComfyUI_Cutoff, WAS-node-suite-comfyui, ComfyUI-Impact-Pack,ComfyUI-noise, Comfy_Dave_CustomNode and perhaps a few more and didn't notice any missing nodes at that point. The Comfy_mtb was the last one that I added and that's when I noticed the missing nodes. It may very well be a conflict with another node because I see that all these nodes with requirements do a bunch of installing and uninstalling of the different bits of code to get the version they need. I am not even sure I got the mtb working correctly because the mtb nodes did not show up in my add node pick list in this build. When I made my first build about 2-3 weeks ago, I did struggle with getting the mtb nodes working, and can't really recall what I did exactly to get it going - I had to download cmake and some other things and finally got the wheel to build correctly. I don't have a lot of experience with the coding tools - was just reading the console output and trying stuff.
For installing this last build, I did notice that there wasn't a wheel.txt but instead a wheel-requirements.txt and I ended up installing the 4 individual wheels that were provided in the zip file on at a time.
Thanks for providing more details!
For now there is only one release that is a few weeks old, the main reason for using releases is that I also distribute the wheels of the dependencies that need to be built from source, this is mainly useful for the "standalone" / embedded mode that can't easily build binary wheels from source.
I'm not sure if you've seen but there is now an install guide that is a bit more explanatory than before https://github.com/melMass/comfy_mtb/blob/main/INSTALL.md and I'm currently working on a better support of the Comfy manager which should probably help a lot too.
My suggestion is to wait for later today or tomorrow for the next release then reinstalling from that should solve most things, although I can't think of the reason core nodes aren't available anymore it will be a better base for further debugging
Yes, thanks, I did see the install guide but honestly, I found it a bit hard follow because the runpod and portable install info seem to be mixed together. I did download the wheels and looked at the troubleshooting messages on the linked page and kind of went for it. I know you are doing all this out of your own time, but maybe a step by step list of instructions for the portable standalone build would be really helpful or even an install.bat?
Something like the below but with whatever errors I made corrected would be super helfpul.
1) download the comfyui_mtb zip file and extract to a folder in your custom nodes directory
2) download the wheels zip folder and extract to the ?? directory
3) open a terminal window from the comfy_mtb folder and run pip install -r requirements.txt
4) then run pip install -r wheel-requirements.txt (or whatever was intended with that)
5) run path\to\python_embeded\python.exe -m -s pip install -r wheel-requirements.txt
[and an example of what path\to\python_embeded would be super helpful to most beginners like me]
6) or run path\to\python_embeded\python.exe -m -s pip install -r insightface-0.7.3-cp310-cp310-win_amd64.whl
[... there were 4 wheels in the zip, and only three called out in the wheels-requirements.txt so wasn't sure if I needed to do all four or just the 3 and to be honest, I wasn't sure if I needed to do them via python or not or where exactly]
7) restart comfyUI
Indeed! I'm adding an install.py in the next version that will be ran automatically by ComfyManager or by hand for people that don't use the manager!
The steps should not require anything else than stated in the install but I will try to make it clearer! The wheels-requirements is only used by the release script (to bundle these as prebuilt wheels).
So the full steps for embed should be
what does run the model download script mean? Will that happen automatically on restart of ComfyUI? Possible to put the wheels into the extension packet such that a person doesn't need to do two downloads? It's less confusing
I'll test again to see if there are still missing nodes after installing...
what does run the model download script mean?
This -> https://github.com/melMass/comfy_mtb/blob/main/INSTALL.md#models-download
Will that happen automatically on restart of ComfyUI?
The install script will probably install the less heavy ones indeed (issues like this help shaping it better)
Possible to put the wheels into the extension packet such that a person doesn't need to do two downloads? It's less confusing
That will be handled by the install script directly
Hi,
Can you try installing using the new instructions a new release was made: https://github.com/melMass/comfy_mtb/blob/main/INSTALL.md
Thanks
Hi Mel, I downloaded a fresh ComfyUI folder and installed the Manager into Custom nodes. Then I used the manager to install the mtb nodes. Here's the console report from that action:
And after the ComfyUI launched a browser page, I checked to see if the nodes I had found missing previously (ImageScale, ImageScaleBy) were present and they were which is great! I'll continue to add the other custom node sets that I use and see if those nodes stay or drop out. If they drop out then maybe I can determine which set conflicts.
ps: From the node pick list, I count a total of 24 nodes available in the mtb section and subfolders. You can see which ones failed to load via the console report. Also of note, between when I reported the error, I updated my python from 10.6 to 10.9
I tried dropping the install.py onto the python.exe file in the \python_embeded\ folder and it did download and build something else, but I couldn't catch the console before the window closed. After restarting ComfyUI, I got the following
Now I've run from the mtb directory the pip install -r requirements command and gotten this:
Microsoft Windows [Version 10.0.22621.1992]
(c) Microsoft Corporation. All rights reserved.
A:\ComfyUI_N723\ComfyUI\custom_nodes\comfy_mtb>pip install -r requirements.txt
Ignoring tensorflow: markers 'platform_system != "Windows"' don't match your environment
Collecting gdown@ git+https://github.com/melMass/gdown@main (from -r requirements.txt (line 12))
Cloning https://github.com/melMass/gdown (to revision main) to c:\users\eric hiss\appdata\local\temp\pip-install-qlbc5qnf\gdown_eb5ea95ebb034a71b37e2b64dc21b329
Running command git clone --filter=blob:none --quiet https://github.com/melMass/gdown 'C:\Users\Eric Hiss\AppData\Local\Temp\pip-install-qlbc5qnf\gdown_eb5ea95ebb034a71b37e2b64dc21b329'
Resolved https://github.com/melMass/gdown to commit 57ea784c863290da4b880c035f99edad854234c3
Running command git submodule update --init --recursive -q
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: onnxruntime-gpu==1.15.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from -r requirements.txt (line 1)) (1.15.1)
Requirement already satisfied: imageio===2.28.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from -r requirements.txt (line 2)) (2.28.1)
Requirement already satisfied: qrcode[pil] in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from -r requirements.txt (line 3)) (7.4.2)
Requirement already satisfied: numpy==1.23.5 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from -r requirements.txt (line 4)) (1.23.5)
Requirement already satisfied: rembg==2.0.37 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from -r requirements.txt (line 5)) (2.0.37)
Requirement already satisfied: tensorflow<2.11.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from -r requirements.txt (line 7)) (2.10.1)
Requirement already satisfied: tb-nightly==2.12.0a20230126 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from -r requirements.txt (line 8)) (2.12.0a20230126)
Collecting protobuf==3.19.6 (from -r requirements.txt (line 11))
Downloading protobuf-3.19.6-cp310-cp310-win_amd64.whl (895 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 895.7/895.7 kB 5.6 MB/s eta 0:00:00
Requirement already satisfied: mmdet==3.0.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from -r requirements.txt (line 13)) (3.0.0)
Requirement already satisfied: facexlib==0.3.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from -r requirements.txt (line 14)) (0.3.0)
Requirement already satisfied: coloredlogs in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from onnxruntime-gpu==1.15.1->-r requirements.txt (line 1)) (15.0.1)
Requirement already satisfied: flatbuffers in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from onnxruntime-gpu==1.15.1->-r requirements.txt (line 1)) (23.5.26)
Requirement already satisfied: packaging in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from onnxruntime-gpu==1.15.1->-r requirements.txt (line 1)) (23.1)
Requirement already satisfied: sympy in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from onnxruntime-gpu==1.15.1->-r requirements.txt (line 1)) (1.12)
Requirement already satisfied: pillow>=8.3.2 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from imageio===2.28.1->-r requirements.txt (line 2)) (9.5.0)
Requirement already satisfied: aiohttp>=3.8.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from rembg==2.0.37->-r requirements.txt (line 5)) (3.8.4)
Requirement already satisfied: asyncer>=0.0.2 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from rembg==2.0.37->-r requirements.txt (line 5)) (0.0.2)
Requirement already satisfied: click>=8.1.3 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from rembg==2.0.37->-r requirements.txt (line 5)) (8.1.4)
Requirement already satisfied: fastapi>=0.92.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from rembg==2.0.37->-r requirements.txt (line 5)) (0.94.1)
Requirement already satisfied: filetype>=1.2.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from rembg==2.0.37->-r requirements.txt (line 5)) (1.2.0)
Requirement already satisfied: imagehash>=4.3.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from rembg==2.0.37->-r requirements.txt (line 5)) (4.3.1)
Requirement already satisfied: onnxruntime>=1.14.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from rembg==2.0.37->-r requirements.txt (line 5)) (1.15.0)
Requirement already satisfied: opencv-python-headless>=4.6.0.66 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from rembg==2.0.37->-r requirements.txt (line 5)) (4.7.0.72)
Requirement already satisfied: pooch>=1.6.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from rembg==2.0.37->-r requirements.txt (line 5)) (1.7.0)
Requirement already satisfied: pymatting>=1.1.8 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from rembg==2.0.37->-r requirements.txt (line 5)) (1.1.8)
Requirement already satisfied: python-multipart>=0.0.5 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from rembg==2.0.37->-r requirements.txt (line 5)) (0.0.6)
Requirement already satisfied: scikit-image>=0.19.3 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from rembg==2.0.37->-r requirements.txt (line 5)) (0.20.0)
Requirement already satisfied: scipy>=1.9.3 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from rembg==2.0.37->-r requirements.txt (line 5)) (1.11.0)
Requirement already satisfied: tqdm>=4.64.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from rembg==2.0.37->-r requirements.txt (line 5)) (4.65.0)
Requirement already satisfied: uvicorn>=0.20.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from rembg==2.0.37->-r requirements.txt (line 5)) (0.22.0)
Requirement already satisfied: watchdog>=2.1.9 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from rembg==2.0.37->-r requirements.txt (line 5)) (3.0.0)
Requirement already satisfied: absl-py>=0.4 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tb-nightly==2.12.0a20230126->-r requirements.txt (line 8)) (1.4.0)
Requirement already satisfied: grpcio>=1.48.2 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tb-nightly==2.12.0a20230126->-r requirements.txt (line 8)) (1.56.0)
Requirement already satisfied: google-auth<3,>=1.6.3 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tb-nightly==2.12.0a20230126->-r requirements.txt (line 8)) (2.21.0)
Requirement already satisfied: google-auth-oauthlib<0.5,>=0.4.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tb-nightly==2.12.0a20230126->-r requirements.txt (line 8)) (0.4.6)
Requirement already satisfied: markdown>=2.6.8 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tb-nightly==2.12.0a20230126->-r requirements.txt (line 8)) (3.4.3)
Requirement already satisfied: requests<3,>=2.21.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tb-nightly==2.12.0a20230126->-r requirements.txt (line 8)) (2.31.0)
Requirement already satisfied: setuptools>=41.0.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tb-nightly==2.12.0a20230126->-r requirements.txt (line 8)) (68.0.0)
Requirement already satisfied: tensorboard-data-server<0.7.0,>=0.6.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tb-nightly==2.12.0a20230126->-r requirements.txt (line 8)) (0.6.1)
Requirement already satisfied: tensorboard-plugin-wit>=1.6.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tb-nightly==2.12.0a20230126->-r requirements.txt (line 8)) (1.8.1)
Requirement already satisfied: werkzeug>=1.0.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tb-nightly==2.12.0a20230126->-r requirements.txt (line 8)) (2.3.6)
Requirement already satisfied: wheel>=0.26 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tb-nightly==2.12.0a20230126->-r requirements.txt (line 8)) (0.40.0)
Requirement already satisfied: matplotlib in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from mmdet==3.0.0->-r requirements.txt (line 13)) (3.7.1)
Requirement already satisfied: pycocotools in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from mmdet==3.0.0->-r requirements.txt (line 13)) (2.0.6)
Requirement already satisfied: shapely in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from mmdet==3.0.0->-r requirements.txt (line 13)) (2.0.1)
Requirement already satisfied: six in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from mmdet==3.0.0->-r requirements.txt (line 13)) (1.16.0)
Requirement already satisfied: terminaltables in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from mmdet==3.0.0->-r requirements.txt (line 13)) (3.1.10)
Requirement already satisfied: filterpy in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from facexlib==0.3.0->-r requirements.txt (line 14)) (1.4.5)
Requirement already satisfied: numba in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from facexlib==0.3.0->-r requirements.txt (line 14)) (0.57.1)
Requirement already satisfied: opencv-python in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from facexlib==0.3.0->-r requirements.txt (line 14)) (4.7.0.72)
Requirement already satisfied: torch in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from facexlib==0.3.0->-r requirements.txt (line 14)) (2.0.1+cu118)
Requirement already satisfied: torchvision in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from facexlib==0.3.0->-r requirements.txt (line 14)) (0.15.2)
Requirement already satisfied: typing-extensions in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from qrcode[pil]->-r requirements.txt (line 3)) (4.6.3)
Requirement already satisfied: pypng in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from qrcode[pil]->-r requirements.txt (line 3)) (0.20220715.0)
Requirement already satisfied: colorama in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from qrcode[pil]->-r requirements.txt (line 3)) (0.4.6)
Requirement already satisfied: astunparse>=1.6.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tensorflow<2.11.0->-r requirements.txt (line 7)) (1.6.3)
Requirement already satisfied: gast<=0.4.0,>=0.2.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tensorflow<2.11.0->-r requirements.txt (line 7)) (0.4.0)
Requirement already satisfied: google-pasta>=0.1.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tensorflow<2.11.0->-r requirements.txt (line 7)) (0.2.0)
Requirement already satisfied: h5py>=2.9.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tensorflow<2.11.0->-r requirements.txt (line 7)) (3.9.0)
Requirement already satisfied: keras-preprocessing>=1.1.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tensorflow<2.11.0->-r requirements.txt (line 7)) (1.1.2)
Requirement already satisfied: libclang>=13.0.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tensorflow<2.11.0->-r requirements.txt (line 7)) (16.0.0)
Requirement already satisfied: opt-einsum>=2.3.2 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tensorflow<2.11.0->-r requirements.txt (line 7)) (3.3.0)
Requirement already satisfied: termcolor>=1.1.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tensorflow<2.11.0->-r requirements.txt (line 7)) (2.3.0)
Requirement already satisfied: wrapt>=1.11.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tensorflow<2.11.0->-r requirements.txt (line 7)) (1.15.0)
Requirement already satisfied: tensorflow-io-gcs-filesystem>=0.23.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tensorflow<2.11.0->-r requirements.txt (line 7)) (0.31.0)
Requirement already satisfied: tensorboard<2.11,>=2.10 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tensorflow<2.11.0->-r requirements.txt (line 7)) (2.10.1)
Requirement already satisfied: tensorflow-estimator<2.11,>=2.10.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tensorflow<2.11.0->-r requirements.txt (line 7)) (2.10.0)
Requirement already satisfied: keras<2.11,>=2.10.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tensorflow<2.11.0->-r requirements.txt (line 7)) (2.10.0)
Requirement already satisfied: filelock in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from gdown@ git+https://github.com/melMass/gdown@main->-r requirements.txt (line 12)) (3.12.2)
Requirement already satisfied: beautifulsoup4 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from gdown@ git+https://github.com/melMass/gdown@main->-r requirements.txt (line 12)) (4.12.2)
Requirement already satisfied: attrs>=17.3.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from aiohttp>=3.8.1->rembg==2.0.37->-r requirements.txt (line 5)) (23.1.0)
Requirement already satisfied: charset-normalizer<4.0,>=2.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from aiohttp>=3.8.1->rembg==2.0.37->-r requirements.txt (line 5)) (3.1.0)
Requirement already satisfied: multidict<7.0,>=4.5 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from aiohttp>=3.8.1->rembg==2.0.37->-r requirements.txt (line 5)) (6.0.4)
Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from aiohttp>=3.8.1->rembg==2.0.37->-r requirements.txt (line 5)) (4.0.2)
Requirement already satisfied: yarl<2.0,>=1.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from aiohttp>=3.8.1->rembg==2.0.37->-r requirements.txt (line 5)) (1.9.2)
Requirement already satisfied: frozenlist>=1.1.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from aiohttp>=3.8.1->rembg==2.0.37->-r requirements.txt (line 5)) (1.3.3)
Requirement already satisfied: aiosignal>=1.1.2 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from aiohttp>=3.8.1->rembg==2.0.37->-r requirements.txt (line 5)) (1.3.1)
Requirement already satisfied: anyio<4.0.0,>=3.4.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from asyncer>=0.0.2->rembg==2.0.37->-r requirements.txt (line 5)) (3.7.1)
Requirement already satisfied: pydantic!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0,>=1.6.2 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from fastapi>=0.92.0->rembg==2.0.37->-r requirements.txt (line 5)) (1.10.11)
Requirement already satisfied: starlette<0.27.0,>=0.26.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from fastapi>=0.92.0->rembg==2.0.37->-r requirements.txt (line 5)) (0.26.1)
Requirement already satisfied: cachetools<6.0,>=2.0.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from google-auth<3,>=1.6.3->tb-nightly==2.12.0a20230126->-r requirements.txt (line 8)) (5.3.1)
Requirement already satisfied: pyasn1-modules>=0.2.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from google-auth<3,>=1.6.3->tb-nightly==2.12.0a20230126->-r requirements.txt (line 8)) (0.3.0)
Requirement already satisfied: rsa<5,>=3.1.4 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from google-auth<3,>=1.6.3->tb-nightly==2.12.0a20230126->-r requirements.txt (line 8)) (4.9)
Requirement already satisfied: urllib3<2.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from google-auth<3,>=1.6.3->tb-nightly==2.12.0a20230126->-r requirements.txt (line 8)) (1.26.16)
Requirement already satisfied: requests-oauthlib>=0.7.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from google-auth-oauthlib<0.5,>=0.4.1->tb-nightly==2.12.0a20230126->-r requirements.txt (line 8)) (1.3.1)
Requirement already satisfied: PyWavelets in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from imagehash>=4.3.1->rembg==2.0.37->-r requirements.txt (line 5)) (1.4.1)
Requirement already satisfied: platformdirs>=2.5.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from pooch>=1.6.0->rembg==2.0.37->-r requirements.txt (line 5)) (3.8.0)
Requirement already satisfied: llvmlite<0.41,>=0.40.0dev0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from numba->facexlib==0.3.0->-r requirements.txt (line 14)) (0.40.1)
Requirement already satisfied: idna<4,>=2.5 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from requests<3,>=2.21.0->tb-nightly==2.12.0a20230126->-r requirements.txt (line 8)) (3.4)
Requirement already satisfied: certifi>=2017.4.17 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from requests<3,>=2.21.0->tb-nightly==2.12.0a20230126->-r requirements.txt (line 8)) (2023.5.7)
Requirement already satisfied: networkx>=2.8 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from scikit-image>=0.19.3->rembg==2.0.37->-r requirements.txt (line 5)) (3.1)
Requirement already satisfied: tifffile>=2019.7.26 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from scikit-image>=0.19.3->rembg==2.0.37->-r requirements.txt (line 5)) (2023.4.12)
Requirement already satisfied: lazy_loader>=0.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from scikit-image>=0.19.3->rembg==2.0.37->-r requirements.txt (line 5)) (0.2)
Requirement already satisfied: h11>=0.8 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from uvicorn>=0.20.0->rembg==2.0.37->-r requirements.txt (line 5)) (0.14.0)
Requirement already satisfied: MarkupSafe>=2.1.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from werkzeug>=1.0.1->tb-nightly==2.12.0a20230126->-r requirements.txt (line 8)) (2.1.3)
Requirement already satisfied: soupsieve>1.2 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from beautifulsoup4->gdown@ git+https://github.com/melMass/gdown@main->-r requirements.txt (line 12)) (2.4.1)
Requirement already satisfied: humanfriendly>=9.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from coloredlogs->onnxruntime-gpu==1.15.1->-r requirements.txt (line 1)) (10.0)
Requirement already satisfied: contourpy>=1.0.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from matplotlib->mmdet==3.0.0->-r requirements.txt (line 13)) (1.1.0)
Requirement already satisfied: cycler>=0.10 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from matplotlib->mmdet==3.0.0->-r requirements.txt (line 13)) (0.11.0)
Requirement already satisfied: fonttools>=4.22.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from matplotlib->mmdet==3.0.0->-r requirements.txt (line 13)) (4.40.0)
Requirement already satisfied: kiwisolver>=1.0.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from matplotlib->mmdet==3.0.0->-r requirements.txt (line 13)) (1.4.4)
Requirement already satisfied: pyparsing>=2.3.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from matplotlib->mmdet==3.0.0->-r requirements.txt (line 13)) (3.1.0)
Requirement already satisfied: python-dateutil>=2.7 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from matplotlib->mmdet==3.0.0->-r requirements.txt (line 13)) (2.8.2)
Requirement already satisfied: PySocks!=1.5.7,>=1.5.6 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from requests<3,>=2.21.0->tb-nightly==2.12.0a20230126->-r requirements.txt (line 8)) (1.7.1)
Requirement already satisfied: mpmath>=0.19 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from sympy->onnxruntime-gpu==1.15.1->-r requirements.txt (line 1)) (1.3.0)
Requirement already satisfied: jinja2 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from torch->facexlib==0.3.0->-r requirements.txt (line 14)) (3.1.2)
Requirement already satisfied: sniffio>=1.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from anyio<4.0.0,>=3.4.0->asyncer>=0.0.2->rembg==2.0.37->-r requirements.txt (line 5)) (1.3.0)
Requirement already satisfied: exceptiongroup in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from anyio<4.0.0,>=3.4.0->asyncer>=0.0.2->rembg==2.0.37->-r requirements.txt (line 5)) (1.1.2)
Requirement already satisfied: pyreadline3 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from humanfriendly>=9.1->coloredlogs->onnxruntime-gpu==1.15.1->-r requirements.txt (line 1)) (3.4.1)
Requirement already satisfied: pyasn1<0.6.0,>=0.4.6 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tb-nightly==2.12.0a20230126->-r requirements.txt (line 8)) (0.5.0)
Requirement already satisfied: oauthlib>=3.0.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from requests-oauthlib>=0.7.0->google-auth-oauthlib<0.5,>=0.4.1->tb-nightly==2.12.0a20230126->-r requirements.txt (line 8)) (3.2.2)
DEPRECATION: pytorch-lightning 1.7.7 has a non-standard dependency specifier torch>=1.9.*. pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of pytorch-lightning 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
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: protobuf
Attempting uninstall: protobuf
Found existing installation: protobuf 3.20.3
Uninstalling protobuf-3.20.3:
Successfully uninstalled protobuf-3.20.3
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
onnx 1.14.0 requires protobuf>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
streamlit 1.24.1 requires protobuf<5,>=3.20, but you have protobuf 3.19.6 which is incompatible.
Successfully installed protobuf-3.19.6
A:\ComfyUI_N723\ComfyUI\custom_nodes\comfy_mtb>pip install -r requirements-wheels.txt
Requirement already satisfied: insightface==0.7.3 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from -r requirements-wheels.txt (line 1)) (0.7.3)
Requirement already satisfied: mmcv==2.0.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from -r requirements-wheels.txt (line 2)) (2.0.0)
Requirement already satisfied: basicsr==1.4.2 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from -r requirements-wheels.txt (line 3)) (1.4.2)
Requirement already satisfied: numpy in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from insightface==0.7.3->-r requirements-wheels.txt (line 1)) (1.23.5)
Requirement already satisfied: onnx in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from insightface==0.7.3->-r requirements-wheels.txt (line 1)) (1.14.0)
Requirement already satisfied: tqdm in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from insightface==0.7.3->-r requirements-wheels.txt (line 1)) (4.65.0)
Requirement already satisfied: requests in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from insightface==0.7.3->-r requirements-wheels.txt (line 1)) (2.31.0)
Requirement already satisfied: matplotlib in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from insightface==0.7.3->-r requirements-wheels.txt (line 1)) (3.7.1)
Requirement already satisfied: Pillow in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from insightface==0.7.3->-r requirements-wheels.txt (line 1)) (9.5.0)
Requirement already satisfied: scipy in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from insightface==0.7.3->-r requirements-wheels.txt (line 1)) (1.11.0)
Requirement already satisfied: scikit-learn in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from insightface==0.7.3->-r requirements-wheels.txt (line 1)) (1.2.2)
Requirement already satisfied: scikit-image in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from insightface==0.7.3->-r requirements-wheels.txt (line 1)) (0.20.0)
Requirement already satisfied: easydict in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from insightface==0.7.3->-r requirements-wheels.txt (line 1)) (1.10)
Requirement already satisfied: cython in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from insightface==0.7.3->-r requirements-wheels.txt (line 1)) (0.29.36)
Requirement already satisfied: albumentations in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from insightface==0.7.3->-r requirements-wheels.txt (line 1)) (0.4.3)
Requirement already satisfied: prettytable in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from insightface==0.7.3->-r requirements-wheels.txt (line 1)) (3.6.0)
Requirement already satisfied: addict in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from mmcv==2.0.0->-r requirements-wheels.txt (line 2)) (2.4.0)
Requirement already satisfied: mmengine>=0.2.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from mmcv==2.0.0->-r requirements-wheels.txt (line 2)) (0.8.1)
Requirement already satisfied: packaging in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from mmcv==2.0.0->-r requirements-wheels.txt (line 2)) (23.1)
Requirement already satisfied: pyyaml in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from mmcv==2.0.0->-r requirements-wheels.txt (line 2)) (6.0)
Requirement already satisfied: yapf in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from mmcv==2.0.0->-r requirements-wheels.txt (line 2)) (0.40.1)
Requirement already satisfied: regex in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from mmcv==2.0.0->-r requirements-wheels.txt (line 2)) (2023.6.3)
Requirement already satisfied: future in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (0.18.3)
Requirement already satisfied: lmdb in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (1.4.1)
Requirement already satisfied: opencv-python in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (4.7.0.72)
Requirement already satisfied: tb-nightly in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (2.12.0a20230126)
Requirement already satisfied: torch>=1.7 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (2.0.1+cu118)
Requirement already satisfied: torchvision in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (0.15.2)
Requirement already satisfied: rich in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from mmengine>=0.2.0->mmcv==2.0.0->-r requirements-wheels.txt (line 2)) (13.4.2)
Requirement already satisfied: termcolor in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from mmengine>=0.2.0->mmcv==2.0.0->-r requirements-wheels.txt (line 2)) (2.3.0)
Requirement already satisfied: filelock in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from torch>=1.7->basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (3.12.2)
Requirement already satisfied: typing-extensions in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from torch>=1.7->basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (4.6.3)
Requirement already satisfied: sympy in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from torch>=1.7->basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (1.12)
Requirement already satisfied: networkx in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from torch>=1.7->basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (3.1)
Requirement already satisfied: jinja2 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from torch>=1.7->basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (3.1.2)
Requirement already satisfied: imgaug<0.2.7,>=0.2.5 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from albumentations->insightface==0.7.3->-r requirements-wheels.txt (line 1)) (0.2.6)
Requirement already satisfied: contourpy>=1.0.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from matplotlib->insightface==0.7.3->-r requirements-wheels.txt (line 1)) (1.1.0)
Requirement already satisfied: cycler>=0.10 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from matplotlib->insightface==0.7.3->-r requirements-wheels.txt (line 1)) (0.11.0)
Requirement already satisfied: fonttools>=4.22.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from matplotlib->insightface==0.7.3->-r requirements-wheels.txt (line 1)) (4.40.0)
Requirement already satisfied: kiwisolver>=1.0.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from matplotlib->insightface==0.7.3->-r requirements-wheels.txt (line 1)) (1.4.4)
Requirement already satisfied: pyparsing>=2.3.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from matplotlib->insightface==0.7.3->-r requirements-wheels.txt (line 1)) (3.1.0)
Requirement already satisfied: python-dateutil>=2.7 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from matplotlib->insightface==0.7.3->-r requirements-wheels.txt (line 1)) (2.8.2)
Collecting protobuf>=3.20.2 (from onnx->insightface==0.7.3->-r requirements-wheels.txt (line 1))
Obtaining dependency information for protobuf>=3.20.2 from https://files.pythonhosted.org/packages/80/70/dc63d340d27b8ff22022d7dd14b8d6d68b479a003eacdc4507150a286d9a/protobuf-4.23.4-cp310-abi3-win_amd64.whl.metadata
Using cached protobuf-4.23.4-cp310-abi3-win_amd64.whl.metadata (540 bytes)
Requirement already satisfied: wcwidth in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from prettytable->insightface==0.7.3->-r requirements-wheels.txt (line 1)) (0.2.6)
Requirement already satisfied: charset-normalizer<4,>=2 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from requests->insightface==0.7.3->-r requirements-wheels.txt (line 1)) (3.1.0)
Requirement already satisfied: idna<4,>=2.5 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from requests->insightface==0.7.3->-r requirements-wheels.txt (line 1)) (3.4)
Requirement already satisfied: urllib3<3,>=1.21.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from requests->insightface==0.7.3->-r requirements-wheels.txt (line 1)) (1.26.16)
Requirement already satisfied: certifi>=2017.4.17 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from requests->insightface==0.7.3->-r requirements-wheels.txt (line 1)) (2023.5.7)
Requirement already satisfied: imageio>=2.4.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from scikit-image->insightface==0.7.3->-r requirements-wheels.txt (line 1)) (2.28.1)
Requirement already satisfied: tifffile>=2019.7.26 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from scikit-image->insightface==0.7.3->-r requirements-wheels.txt (line 1)) (2023.4.12)
Requirement already satisfied: PyWavelets>=1.1.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from scikit-image->insightface==0.7.3->-r requirements-wheels.txt (line 1)) (1.4.1)
Requirement already satisfied: lazy_loader>=0.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from scikit-image->insightface==0.7.3->-r requirements-wheels.txt (line 1)) (0.2)
Requirement already satisfied: joblib>=1.1.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from scikit-learn->insightface==0.7.3->-r requirements-wheels.txt (line 1)) (1.2.0)
Requirement already satisfied: threadpoolctl>=2.0.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from scikit-learn->insightface==0.7.3->-r requirements-wheels.txt (line 1)) (3.1.0)
Requirement already satisfied: absl-py>=0.4 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tb-nightly->basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (1.4.0)
Requirement already satisfied: grpcio>=1.48.2 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tb-nightly->basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (1.56.0)
Requirement already satisfied: google-auth<3,>=1.6.3 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tb-nightly->basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (2.21.0)
Requirement already satisfied: google-auth-oauthlib<0.5,>=0.4.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tb-nightly->basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (0.4.6)
Requirement already satisfied: markdown>=2.6.8 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tb-nightly->basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (3.4.3)
Requirement already satisfied: setuptools>=41.0.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tb-nightly->basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (68.0.0)
Requirement already satisfied: tensorboard-data-server<0.7.0,>=0.6.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tb-nightly->basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (0.6.1)
Requirement already satisfied: tensorboard-plugin-wit>=1.6.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tb-nightly->basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (1.8.1)
Requirement already satisfied: werkzeug>=1.0.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tb-nightly->basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (2.3.6)
Requirement already satisfied: wheel>=0.26 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tb-nightly->basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (0.40.0)
Requirement already satisfied: colorama in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from tqdm->insightface==0.7.3->-r requirements-wheels.txt (line 1)) (0.4.6)
Requirement already satisfied: importlib-metadata>=6.6.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from yapf->mmcv==2.0.0->-r requirements-wheels.txt (line 2)) (6.7.0)
Requirement already satisfied: platformdirs>=3.5.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from yapf->mmcv==2.0.0->-r requirements-wheels.txt (line 2)) (3.8.0)
Requirement already satisfied: tomli>=2.0.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from yapf->mmcv==2.0.0->-r requirements-wheels.txt (line 2)) (2.0.1)
Requirement already satisfied: cachetools<6.0,>=2.0.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from google-auth<3,>=1.6.3->tb-nightly->basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (5.3.1)
Requirement already satisfied: pyasn1-modules>=0.2.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from google-auth<3,>=1.6.3->tb-nightly->basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (0.3.0)
Requirement already satisfied: rsa<5,>=3.1.4 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from google-auth<3,>=1.6.3->tb-nightly->basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (4.9)
Requirement already satisfied: six>=1.9.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from google-auth<3,>=1.6.3->tb-nightly->basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (1.16.0)
Requirement already satisfied: requests-oauthlib>=0.7.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from google-auth-oauthlib<0.5,>=0.4.1->tb-nightly->basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (1.3.1)
Requirement already satisfied: zipp>=0.5 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from importlib-metadata>=6.6.0->yapf->mmcv==2.0.0->-r requirements-wheels.txt (line 2)) (3.15.0)
Requirement already satisfied: MarkupSafe>=2.1.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from werkzeug>=1.0.1->tb-nightly->basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (2.1.3)
Requirement already satisfied: markdown-it-py>=2.2.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from rich->mmengine>=0.2.0->mmcv==2.0.0->-r requirements-wheels.txt (line 2)) (2.2.0)
Requirement already satisfied: pygments<3.0.0,>=2.13.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from rich->mmengine>=0.2.0->mmcv==2.0.0->-r requirements-wheels.txt (line 2)) (2.15.1)
Requirement already satisfied: mpmath>=0.19 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from sympy->torch>=1.7->basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (1.3.0)
Requirement already satisfied: mdurl~=0.1 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from markdown-it-py>=2.2.0->rich->mmengine>=0.2.0->mmcv==2.0.0->-r requirements-wheels.txt (line 2)) (0.1.2)
Requirement already satisfied: pyasn1<0.6.0,>=0.4.6 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tb-nightly->basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (0.5.0)
Requirement already satisfied: oauthlib>=3.0.0 in c:\users\eric hiss\appdata\local\programs\python\python310\lib\site-packages (from requests-oauthlib>=0.7.0->google-auth-oauthlib<0.5,>=0.4.1->tb-nightly->basicsr==1.4.2->-r requirements-wheels.txt (line 3)) (3.2.2)
Using cached protobuf-4.23.4-cp310-abi3-win_amd64.whl (422 kB)
DEPRECATION: pytorch-lightning 1.7.7 has a non-standard dependency specifier torch>=1.9.*. pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of pytorch-lightning 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
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: protobuf
Attempting uninstall: protobuf
Found existing installation: protobuf 3.19.6
Uninstalling protobuf-3.19.6:
Successfully uninstalled protobuf-3.19.6
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
mediapipe 0.10.1 requires protobuf<4,>=3.11, but you have protobuf 4.23.4 which is incompatible.
tensorboard 2.10.1 requires protobuf<3.20,>=3.9.2, but you have protobuf 4.23.4 which is incompatible.
tensorflow 2.10.1 requires protobuf<3.20,>=3.9.2, but you have protobuf 4.23.4 which is incompatible.
Successfully installed protobuf-4.23.4
A:\ComfyUI_N723\ComfyUI\custom_nodes\comfy_mtb>
-----
and after restart of ComfyUI - no changes.
---
### Loading: ComfyUI-Manager (V0.14)
### ComfyUI Revision: 1188 [ccb6b70d]
Log level: 20
[comfy_mtb] | WARNING -> Web extensions folder at A:\ComfyUI_N723\ComfyUI\web\extensions\mtb is not a symlink, if updating please delete it before
RestoreFace
LoadFaceEnhanceModel
FaceSwap
LoadFaceSwapModel
ColorCorrect
ImageCompare
Blur
MaskToImage
ColoredImage
ImagePremultiply
ImageResizeFactor
SaveImageGrid
LoadImageFromUrl
ImageRemoveBackgroundRembg
[comfy_mtb] | INFO -> Some nodes failed to load:
Failed to import module faceenhance because ModuleNotFoundError: No module named 'basicsr'
Failed to import module faceswap because ModuleNotFoundError: No module named 'cv2'
Failed to import module image_processing because ModuleNotFoundError: No module named 'skimage'
Failed to import module mask because ModuleNotFoundError: No module named 'rembg'
Check that you properly installed the dependencies.
If you think this is a bug, please report it on the github page (https://github.com/melMass/comfy_mtb/issues)
[comfy_mtb] | INFO -> Loaded the following nodes:
Animation Builder (mtb): Convenient way to manage basic animation maths at the core of many of my workflows
Smart Step (mtb): Utils to control the steps start/stop of the KAdvancedSampler in percentage
Text To Image (mtb): Utils to convert text to image using a font
Styles Loader (mtb): Load csv files and populate a dropdown from the rows (à la A111)
Bbox From Mask (mtb): From a mask extract the bounding box
Bbox (mtb): The bounding box (BBOX) custom type used by other nodes
Crop (mtb): Crops an image and an optional mask to a given bounding box
Uncrop (mtb): Uncrops an image to a given bounding box
Debug (mtb): Experimental node to debug any Comfy values, support for more types and widgets is planned
Save Tensors (mtb): Save torch tensors (image, mask or latent) to disk, useful to debug things outside comfy
Deep Bump (mtb): Normal & height maps generation from single pictures
Qr Code (mtb): Basic QR Code generator
Unsplash Image (mtb): Unsplash Image given a keyword and a size
String Replace (mtb): Basic string replacement
Fit Number (mtb): Fit the input float using a source and target range
Load Film Model (mtb): Loads a FILM model
Film Interpolation (mtb): Google Research FILM frame interpolation for large motion
Concat Images (mtb): Add images to batch
Get Batch From History (mtb): Very experimental node to load images from the history of the server.
Save Gif (mtb): Save the images from the batch as a GIF
Export To Prores (mtb): Export to ProRes 4444 (Experimental)
Latent Lerp (mtb): Linear interpolation (blend) between two latent vectors
Float To Number (mtb): Node addon for the WAS Suite. Converts a "comfy" FLOAT to a NUMBER.
Int To Bool (mtb): Basic int to bool conversion
Int To Number (mtb): Node addon for the WAS Suite. Converts a "comfy" INT to a NUMBER.
Transform Image (mtb): Save torch tensors (image, mask or latent) to disk, useful to debug things outside comfy
Load Image Sequence (mtb): Load an image sequence from a folder. The current frame is used to determine which image to load.
Save Image Sequence (mtb): Save an image sequence to a folder. The current frame is used to determine which image to save.
Next following your install instructions, I ran the python scripts/download_models.py -y command and got:
A:\ComfyUI_N723\ComfyUI\custom_nodes\comfy_mtb>python scripts/download_models.py -y
Downloading DeepBump...
A:\ComfyUI_N723\ComfyUI\models\deepbump\deepbump256.onnx: 100%|█| 26.7M/26.7M [0
Downloaded model from https://github.com/HugoTini/DeepBump/raw/master/deepbump256.onnx to
A:\ComfyUI_N723\ComfyUI\models\deepbump\deepbump256.onnx
Downloading Face Swap...
A:\ComfyUI_N723\ComfyUI\models\insightface\detection_mobilenet0.25_Final.pth: 10
Downloaded model from https://github.com/xinntao/facexlib/releases/download/v0.1.0/detection_mobilenet0.25_Final.pth to
A:\ComfyUI_N723\ComfyUI\models\insightface\detection_mobilenet0.25_Final.pth
A:\ComfyUI_N723\ComfyUI\models\insightface\detection_Resnet50_Final.pth: 100%|█|
Downloaded model from https://github.com/xinntao/facexlib/releases/download/v0.1.0/detection_Resnet50_Final.pth to
A:\ComfyUI_N723\ComfyUI\models\insightface\detection_Resnet50_Final.pth
A:\ComfyUI_N723\ComfyUI\models\insightface\inswapper_128.onnx: 100%|█| 554M/554M
Downloaded model from https://huggingface.co/deepinsight/inswapper/resolve/main/inswapper_128.onnx to
A:\ComfyUI_N723\ComfyUI\models\insightface\inswapper_128.onnx
Downloading GFPGAN (face enhancement)...
A:\ComfyUI_N723\ComfyUI\models\upscale_models\GFPGANv1.3.pth: 100%|█| 349M/349M
Downloaded model from https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.3.pth to
A:\ComfyUI_N723\ComfyUI\models\upscale_models\GFPGANv1.3.pth
Downloading FILM: Frame Interpolation for Large Motion...
Retrieving folder list
Retrieving folder 1Cv62KmMLcUFGAu8jXumtt94QYBHwA0Ub L1
Retrieving folder 1WGIjO41vWIkQbT17YWcLbQhvY2kH1LoX saved_model
Retrieving folder 1X2JkL39G1mRcX5OFmM2NBTp0g364WjzN assets
Processing file 1HxAfoDIkJs9HUT6GmyHeiO4NDFtBhQKO keras_metadata.pb
Processing file 1WPHyhqRmIhpsCCAuWmlE2j_VHPe6c4eR saved_model.pb
Retrieving folder 1DtiXZuaQbVvEBiZ9Xd9uYAZV5d_9M8cI variables
Processing file 19CNAIFt59brxAG_3ihKGYrjRozEQADun variables.data-00000-of-00001
Processing file 1jvMCG321Ws0WswWjZPSiYudrUWYvP10l variables.index
Retrieving folder 153dvxVSAcsNv1cyHVJySYZ-Twchm4Jdi Style
Retrieving folder 1i9Go1YI2qiFWeT5QtywNFmYAA74bhXWj saved_model
Retrieving folder 1NSex_z_Mm13nobMRDyS6JeXLPhW3bREz assets
Processing file 1dT85Z-HyYsiUgIQbOgYFjwWPOw8en1RC keras_metadata.pb
Processing file 1nfi15im3LQvCx84ZRiNcfMuodDkRL_Ei saved_model.pb
Retrieving folder 1s9pbFx_bSbinhx5PChJwZqPsyRIlehmZ variables
Processing file 1_oyM-LBAK9o7-bNWf1jG8VvBYeqpmSUr variables.data-00000-of-00001
Processing file 1ceC2kbJs3U1dMMrp4hNIpoHRFxO33SFC variables.index
Retrieving folder 1wE7DKSncIxnSNgYmMDfucCpnxXFcI_6S VGG
Retrieving folder 1GhVNBPq20X7eaMsesydQ774CgGcDGkc6 saved_model
Retrieving folder 1OmIh0a1m2yeBg0vrc9uL1aVbSvwrK6QA assets
Processing file 1-KW5CVihmeiiMki9fIqwUfsnrVJyLdyn keras_metadata.pb
Processing file 11nvcQvf5n9JMrryvIPfypYEbRYz_1egM saved_model.pb
Retrieving folder 11TJyMo3c5YR48gzMRdzbitpBlm0MQbdu variables
Processing file 1Cke9KRsEW3s50jq3RULvYbUoEY8v--zN variables.data-00000-of-00001
Processing file 1QsBtJFG9GLcjprjgnf6R-eQJq3k6mWnN variables.index
Retrieving folder list completed
Building directory structure
Building directory structure completed
Downloading...
From: https://drive.google.com/uc?id=1HxAfoDIkJs9HUT6GmyHeiO4NDFtBhQKO
To: A:\ComfyUI_N723\ComfyUI\models\FILM\L1\saved_model\keras_metadata.pb
100%|███████████████████████████████████████████████████████████████████████████████| 212k/212k [00:00<00:00, 2.52MB/s]
Downloading...
From: https://drive.google.com/uc?id=1WPHyhqRmIhpsCCAuWmlE2j_VHPe6c4eR
To: A:\ComfyUI_N723\ComfyUI\models\FILM\L1\saved_model\saved_model.pb
100%|█████████████████████████████████████████████████████████████████████████████| 2.61M/2.61M [00:00<00:00, 6.10MB/s]
Downloading...
From (uriginal): https://drive.google.com/uc?id=19CNAIFt59brxAG_3ihKGYrjRozEQADun
From (redirected): https://drive.google.com/uc?id=19CNAIFt59brxAG_3ihKGYrjRozEQADun&confirm=t&uuid=f627a9f0-23a6-4924-b543-3e6b7a3f65be
To: A:\ComfyUI_N723\ComfyUI\models\FILM\L1\saved_model\variables\variables.data-00000-of-00001
100%|███████████████████████████████████████████████████████████████████████████████| 138M/138M [00:19<00:00, 7.15MB/s]
Downloading...
From: https://drive.google.com/uc?id=1jvMCG321Ws0WswWjZPSiYudrUWYvP10l
To: A:\ComfyUI_N723\ComfyUI\models\FILM\L1\saved_model\variables\variables.index
100%|█████████████████████████████████████████████████████████████████████████████████████| 1.93k/1.93k [00:00<?, ?B/s]
Downloading...
From: https://drive.google.com/uc?id=1dT85Z-HyYsiUgIQbOgYFjwWPOw8en1RC
To: A:\ComfyUI_N723\ComfyUI\models\FILM\Style\saved_model\keras_metadata.pb
100%|███████████████████████████████████████████████████████████████████████████████| 222k/222k [00:00<00:00, 2.54MB/s]
Downloading...
From: https://drive.google.com/uc?id=1nfi15im3LQvCx84ZRiNcfMuodDkRL_Ei
To: A:\ComfyUI_N723\ComfyUI\models\FILM\Style\saved_model\saved_model.pb
100%|█████████████████████████████████████████████████████████████████████████████| 2.64M/2.64M [00:00<00:00, 5.23MB/s]
Downloading...
From (uriginal): https://drive.google.com/uc?id=1_oyM-LBAK9o7-bNWf1jG8VvBYeqpmSUr
From (redirected): https://drive.google.com/uc?id=1_oyM-LBAK9o7-bNWf1jG8VvBYeqpmSUr&confirm=t&uuid=2de34b66-4ccb-474c-961b-b8022c9bb295
To: A:\ComfyUI_N723\ComfyUI\models\FILM\Style\saved_model\variables\variables.data-00000-of-00001
100%|███████████████████████████████████████████████████████████████████████████████| 138M/138M [00:17<00:00, 7.98MB/s]
Downloading...
From: https://drive.google.com/uc?id=1ceC2kbJs3U1dMMrp4hNIpoHRFxO33SFC
To: A:\ComfyUI_N723\ComfyUI\models\FILM\Style\saved_model\variables\variables.index
100%|█████████████████████████████████████████████████████████████████████████████████████| 1.93k/1.93k [00:00<?, ?B/s]
Downloading...
From: https://drive.google.com/uc?id=1-KW5CVihmeiiMki9fIqwUfsnrVJyLdyn
To: A:\ComfyUI_N723\ComfyUI\models\FILM\VGG\saved_model\keras_metadata.pb
100%|███████████████████████████████████████████████████████████████████████████████| 216k/216k [00:00<00:00, 2.42MB/s]
Downloading...
From: https://drive.google.com/uc?id=11nvcQvf5n9JMrryvIPfypYEbRYz_1egM
To: A:\ComfyUI_N723\ComfyUI\models\FILM\VGG\saved_model\saved_model.pb
100%|█████████████████████████████████████████████████████████████████████████████| 2.51M/2.51M [00:00<00:00, 6.73MB/s]
Downloading...
From (uriginal): https://drive.google.com/uc?id=1Cke9KRsEW3s50jq3RULvYbUoEY8v--zN
From (redirected): https://drive.google.com/uc?id=1Cke9KRsEW3s50jq3RULvYbUoEY8v--zN&confirm=t&uuid=2cedd79c-475d-4602-a4b9-bf513d061202
To: A:\ComfyUI_N723\ComfyUI\models\FILM\VGG\saved_model\variables\variables.data-00000-of-00001
100%|███████████████████████████████████████████████████████████████████████████████| 138M/138M [00:15<00:00, 8.80MB/s]
Downloading...
From: https://drive.google.com/uc?id=1QsBtJFG9GLcjprjgnf6R-eQJq3k6mWnN
To: A:\ComfyUI_N723\ComfyUI\models\FILM\VGG\saved_model\variables\variables.index
100%|█████████████████████████████████████████████████████████████████████████████████████| 1.93k/1.93k [00:00<?, ?B/s]
Download completed
A:\ComfyUI_N723\ComfyUI\custom_nodes\comfy_mtb>
---
and after comfyUI restart
### ComfyUI Revision: 1188 [ccb6b70d]
Log level: 20
[comfy_mtb] | WARNING -> Web extensions folder at A:\ComfyUI_N723\ComfyUI\web\extensions\mtb is not a symlink, if updating please delete it before
RestoreFace
LoadFaceEnhanceModel
FaceSwap
LoadFaceSwapModel
ColorCorrect
ImageCompare
Blur
MaskToImage
ColoredImage
ImagePremultiply
ImageResizeFactor
SaveImageGrid
LoadImageFromUrl
ImageRemoveBackgroundRembg
[comfy_mtb] | INFO -> Some nodes failed to load:
Failed to import module faceenhance because ModuleNotFoundError: No module named 'basicsr'
Failed to import module faceswap because ModuleNotFoundError: No module named 'cv2'
Failed to import module image_processing because ModuleNotFoundError: No module named 'skimage'
Failed to import module mask because ModuleNotFoundError: No module named 'rembg'
Check that you properly installed the dependencies.
If you think this is a bug, please report it on the github page (https://github.com/melMass/comfy_mtb/issues)
[comfy_mtb] | INFO -> Loaded the following nodes:
Animation Builder (mtb): Convenient way to manage basic animation maths at the core of many of my workflows
Smart Step (mtb): Utils to control the steps start/stop of the KAdvancedSampler in percentage
Text To Image (mtb): Utils to convert text to image using a font
Styles Loader (mtb): Load csv files and populate a dropdown from the rows (à la A111)
Bbox From Mask (mtb): From a mask extract the bounding box
Bbox (mtb): The bounding box (BBOX) custom type used by other nodes
Crop (mtb): Crops an image and an optional mask to a given bounding box
Uncrop (mtb): Uncrops an image to a given bounding box
Debug (mtb): Experimental node to debug any Comfy values, support for more types and widgets is planned
Save Tensors (mtb): Save torch tensors (image, mask or latent) to disk, useful to debug things outside comfy
Deep Bump (mtb): Normal & height maps generation from single pictures
Qr Code (mtb): Basic QR Code generator
Unsplash Image (mtb): Unsplash Image given a keyword and a size
String Replace (mtb): Basic string replacement
Fit Number (mtb): Fit the input float using a source and target range
Load Film Model (mtb): Loads a FILM model
Film Interpolation (mtb): Google Research FILM frame interpolation for large motion
Concat Images (mtb): Add images to batch
Get Batch From History (mtb): Very experimental node to load images from the history of the server.
Save Gif (mtb): Save the images from the batch as a GIF
Export To Prores (mtb): Export to ProRes 4444 (Experimental)
Latent Lerp (mtb): Linear interpolation (blend) between two latent vectors
Float To Number (mtb): Node addon for the WAS Suite. Converts a "comfy" FLOAT to a NUMBER.
Int To Bool (mtb): Basic int to bool conversion
Int To Number (mtb): Node addon for the WAS Suite. Converts a "comfy" INT to a NUMBER.
Transform Image (mtb): Save torch tensors (image, mask or latent) to disk, useful to debug things outside comfy
Load Image Sequence (mtb): Load an image sequence from a folder. The current frame is used to determine which image to load.
Save Image Sequence (mtb): Save an image sequence to a folder. The current frame is used to determine which image to save.
Import times for custom nodes:
0.0 seconds: A:\ComfyUI_N723\ComfyUI\custom_nodes\comfy_mtb
0.3 seconds: A:\ComfyUI_N723\ComfyUI\custom_nodes\ComfyUI-Manager
Starting server
To see the GUI go to: http://127.0.0.1:8188
ps, the web extensions folder inside the mtb was already copied to the comfyUI web extensions folder
That's a lot of log!
By a quick look it seems like a few strange things are happening, first you are using system python?
EDIT:
Please use <detail>
for logs this long
Now I've run from the mtb directory the pip install -r requirements command and gotten this:
That's not in any of the install instructions, and I'm not sure what you did but the log is again quite strange and mixing system python. To use python-embed's pip use "python-embed/python.exe -m pip". Requirement-wheels.txt is only used in the CI to make the release or for "advanced users" that manage their own python env (python embed can't build binary wheels)
Yeah, sorry I went off script after completing your instructions and still did not have all the nodes from your set. Just trying stuff that somehow magically made things work in my past install. As you can tell, I'm not super experienced with coding or Python environments. It seems as though my system is using \AppData\Local\Programs\Python\Python310\python.exe rather than any python in the ComfyUI\python_embeded\ folder. In my Environment paths, that python is first. And now that I think of it, I did not add a path for the python in the \python_embeded\ in the fresh build but I'm not sure if it's needed either.
Since my last update, I used the manager to install some models and was able to get one more of the nodes working... 3 to go.
[comfy_mtb] | INFO -> Some nodes failed to load:
Failed to import module faceenhance because ModuleNotFoundError: No module named 'basicsr'
Failed to import module faceswap because ModuleNotFoundError: No module named 'insightface'
Failed to import module mask because ModuleNotFoundError: No module named 'rembg'
I re-ran the install.py file and noted that it unistalled probuf 4.23.4 and installed probuf 3.19 still not loading all mtb nodes. Re-running through things it uninstalls Probuf 3.19 and then installs Probuf 4.23.4 ???
Re-running through things it uninstalls Probuf 3.19 and then installs Probuf 4.23.4 ???
I think this is due to the TF version I use on windows... they dropped gpu support after this version and now only support WSL
I will debug it further,but I would recommend cleaning your environment as I'm sure lots of stuff are colliding
I edited all your answers with better formatting it was too complex to analyse otherwise :)
@EricRollei If you can open a dedicated issue with the current version / process it would be great. Recent changes should have addressed most of what is stated in this issue
Describe the bug
Installing the comfy_mtb custom nodes onto a windows 11 portable build seems to 'kill' other nodes that were in the main build - particularly "image scale" and "image scale by ratio" but possibly also the image upscale nodes. Removing the folder with the comfy_mtb files from the build doesn't restore the missing nodes. I suspect it has something to do with deprecated requirements but I don't really know for sure. I did two fresh builds to try and sort out why I kept having missing nodes and it was repeatable for me on my system that installing comfy_mtb caused the issue.
Reproduction
I tried cloning the nodes from github and building the wheels myself about 3 weeks ago and the nodes were missing afterwards but I didn't immediately connect it to the comfy_mtb.
Downloaded the nodes folder and wheels folder from https://github.com/melMass/comfy_mtb/releases and followed the installation notes twice today and had the problem both times.
Expected behavior
No response
Platform and versions
Console output
No response
Additional context
No response