You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "H:\StableSwarmUI\dlbackend\comfy\ComfyUI\nodes.py", line 2022, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 995, in exec_module
File "", line 488, in call_with_frames_removed
File "H:\StableSwarmUI\dlbackend\comfy\ComfyUI\custom_nodes\ComfyUI-OllamaGemini_init.py", line 21, in
from .GeminiOllamaNode import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "H:\StableSwarmUI\dlbackend\comfy\ComfyUI\custom_nodes\ComfyUI-OllamaGemini\GeminiOllamaNode.py", line 13, in
from .svgnode import ConvertRasterToVector, SaveSVG
File "H:\StableSwarmUI\dlbackend\comfy\ComfyUI\custom_nodes\ComfyUI-OllamaGemini\svgnode.py", line 1, in
import vtracer
File "H:\StableSwarmUI\dlbackend\comfy\python_embeded\Lib\site-packages\vtracer_init_.py", line 1, in
from .vtracer import (convert_image_to_svg_py, convert_pixels_to_svg,
ModuleNotFoundError: No module named 'vtracer.vtracer'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "H:\StableSwarmUI\dlbackend\comfy\ComfyUI\nodes.py", line 2022, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 995, in exec_module
File "", line 488, in call_with_frames_removed
File "H:\StableSwarmUI\dlbackend\comfy\ComfyUI\custom_nodes\ComfyUI-OllamaGemini_init.py", line 21, in
from .GeminiOllamaNode import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "H:\StableSwarmUI\dlbackend\comfy\ComfyUI\custom_nodes\ComfyUI-OllamaGemini\GeminiOllamaNode.py", line 13, in
from .svgnode import ConvertRasterToVector, SaveSVG
File "H:\StableSwarmUI\dlbackend\comfy\ComfyUI\custom_nodes\ComfyUI-OllamaGemini\svgnode.py", line 1, in
import vtracer
File "H:\StableSwarmUI\dlbackend\comfy\python_embeded\Lib\site-packages\vtracer_init_.py", line 1, in
from .vtracer import (convert_image_to_svg_py, convert_pixels_to_svg,
ModuleNotFoundError: No module named 'vtracer.vtracer'
The text was updated successfully, but these errors were encountered: