filipemeneses / comfy_pixelization

ComfyUI Node to pixelize images
36 stars 8 forks source link

trying to use trough comfy manager. followed all steps. doesnt work #3

Closed Himb000 closed 11 months ago

Himb000 commented 1 year ago

ModuleNotFoundError: No module named 'gradio'

filipemeneses commented 1 year ago

try pip install gradio

Himb000 commented 1 year ago

all requirements already satisfied

purzbeats commented 11 months ago

all requirements already satisfied

I'm actually having the same issue, I also tried cloning it in and running the installation script manually, same result.

Traceback (most recent call last):
  File "C:\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1735, 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 "C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_pixelization\__init__.py", line 9, in <module>
    from .modules import devices, shared
  File "C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_pixelization\modules\shared.py", line 8, in <module>
    import gradio as gr
ModuleNotFoundError: No module named 'gradio'

Cannot import C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_pixelization module for custom nodes: No module named 'gradio'
filipemeneses commented 11 months ago

@purzbeats @Bri0000 can you take a look if it's working now?

purzbeats commented 11 months ago

Works now!! Thanks!