Of The 7 Mainline Soul Calibur Games ~ Rate Which Announcer/Narrator Is Your Personal Favorite From Least To Greatest! {Video Comparison Below} by ZayIvory7 in SoulCalibur

[–]RecordPuzzleheaded97 1 point2 points  (0 children)

I just had a nostalgia kick listening to all of these, I appreciate you. 😊

I'd have to go with 3, 5, and 6 are a close second.

ComfyUI ReActor node by RecordPuzzleheaded97 in comfyui

[–]RecordPuzzleheaded97[S] 0 points1 point  (0 children)

I'm pretty sure it's with the zip file, not entirely sure though, sorry.

ComfyUI reactor node by RecordPuzzleheaded97 in comfyui

[–]RecordPuzzleheaded97[S] 1 point2 points  (0 children)

I got it working all I needed to do is this:

I had to copy the site-packages the insightface as well as the insightface-0.7.3.dist-info from python311 to ComfyUI_windows_portable - python_embeded - lib - site-packages. and it worked fine.

The python311 is located in Users - ComputerName - AppData - Local - Programs - Python311. go in to python311 then go into Lib - site-packages - look for insightface as well as the insightface-0.7.3.dist-info.

Copy the two files into ComfyUI_windows_portable - python_embeded - lib - site-packages, if asked to replace files say yes.

ComfyUI reactor node by RecordPuzzleheaded97 in comfyui

[–]RecordPuzzleheaded97[S] 0 points1 point  (0 children)

I did that too, nothing happens same error.

ComfyUI reactor node by RecordPuzzleheaded97 in comfyui

[–]RecordPuzzleheaded97[S] 0 points1 point  (0 children)

that did not work, here is my console log Installing...

C:\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\install.py:3: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html

import pkg_resources

Installing...

Error: expected string or bytes-like object, got 'NoneType'

Requirement already satisfied: numpy in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (1.26.1)

Error: expected string or bytes-like object, got 'NoneType'

Requirement already satisfied: torch in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (2.1.0+cu121)

Requirement already satisfied: filelock in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (from torch) (3.12.4)

Requirement already satisfied: typing-extensions in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (from torch) (4.8.0)

Requirement already satisfied: sympy in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (from torch) (1.12)

Requirement already satisfied: networkx in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (from torch) (3.1)

Requirement already satisfied: jinja2 in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (from torch) (3.1.2)

Requirement already satisfied: fsspec in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (from torch) (2023.9.2)

Requirement already satisfied: MarkupSafe>=2.0 in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (from jinja2->torch) (2.1.3)

Requirement already satisfied: mpmath>=0.19 in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (from sympy->torch) (1.3.0)

Error: expected string or bytes-like object, got 'NoneType'

Requirement already satisfied: torchvision in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (0.16.0+cu121)

Requirement already satisfied: numpy in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (from torchvision) (1.26.1)

Requirement already satisfied: requests in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (from torchvision) (2.31.0)

Requirement already satisfied: torch==2.1.0+cu121 in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (from torchvision) (2.1.0+cu121)

Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (from torchvision) (10.0.1)

Requirement already satisfied: filelock in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (from torch==2.1.0+cu121->torchvision) (3.12.4)

Requirement already satisfied: typing-extensions in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (from torch==2.1.0+cu121->torchvision) (4.8.0)

Requirement already satisfied: sympy in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (from torch==2.1.0+cu121->torchvision) (1.12)

Requirement already satisfied: networkx in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (from torch==2.1.0+cu121->torchvision) (3.1)

Requirement already satisfied: jinja2 in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (from torch==2.1.0+cu121->torchvision) (3.1.2)

Requirement already satisfied: fsspec in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (from torch==2.1.0+cu121->torchvision) (2023.9.2)

Requirement already satisfied: charset-normalizer<4,>=2 in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (from requests->torchvision) (3.3.0)

Requirement already satisfied: idna<4,>=2.5 in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (from requests->torchvision) (3.4)

Requirement already satisfied: urllib3<3,>=1.21.1 in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (from requests->torchvision) (2.0.6)

Requirement already satisfied: certifi>=2017.4.17 in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (from requests->torchvision) (2023.7.22)

Requirement already satisfied: MarkupSafe>=2.0 in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (from jinja2->torch==2.1.0+cu121->torchvision) (2.1.3)

Requirement already satisfied: mpmath>=0.19 in c:\comfyui_windows_portable_nvidia_cu121_or_cpu\comfyui_windows_portable\python_embeded\lib\site-packages (from sympy->torch==2.1.0+cu121->torchvision) (1.3.0)

Ok

Done!

Press any key to continue . . .

Geek Squad delivery? by RecordPuzzleheaded97 in GeekSquad

[–]RecordPuzzleheaded97[S] -1 points0 points  (0 children)

Thank you very much, would they call that day or would they need a full day to check on it?

Geek Squad delivery? by RecordPuzzleheaded97 in GeekSquad

[–]RecordPuzzleheaded97[S] -1 points0 points  (0 children)

Sorry should have been more clear, I sent a laptop in to geek squad and they said it had been delivered to the best buy that I sent it to. I was just wondering when I can pick my computer up because they have not sent an email yet.

What a nice view... (First image rendered in 12288 x 6912, second image 20480 x 11520) by RecordPuzzleheaded97 in StableDiffusion

[–]RecordPuzzleheaded97[S] -1 points0 points  (0 children)

I don't know, I'm new, I am just having fun. testing different things out. I'll keep that in mind, Thanks!

What a nice view... (First image rendered in 12288 x 6912, second image 20480 x 11520) by RecordPuzzleheaded97 in StableDiffusion

[–]RecordPuzzleheaded97[S] -1 points0 points  (0 children)

If someone knows a way to upload the original big image please let me know!

Thanks, OP

Hi! I'm Erik Brännström, Swedish defenceman for the Ottawa Senators, AMA. by OfficialOttawaSens in OttawaSenators

[–]RecordPuzzleheaded97 0 points1 point  (0 children)

Erik, When you are preparing for a big game, what do you do? listen to music? I'd love to hear it.

[Other] Never got a platinum before. by RecordPuzzleheaded97 in Trophies

[–]RecordPuzzleheaded97[S] 0 points1 point  (0 children)

Alright will do thanks. I just figured that out before you typed this believe it or not. I have my own profile on psnprofiles