ComfyUI Desktop & Manager - No module named 'gdown' (IMPORT FAILED) ComfyUI_Fill-Nodes - MacOS

Hi there,

Tried installing via the Manager > Custom Nodes Manager, as well as via Git. many uninstalls, reinstalls and restarts.

Latest version of MacOS and ComfyUI Desktop. Error messages in log:

Traceback (most recent call last):
File “/Applications/ComfyUI.app/Contents/Resources/ComfyUI/nodes.py”, line 2026, 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 “/Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/ComfyUI_Fill-Nodes/init.py”, line 84, in
from .nodes.FL_GoogleDriveDownloader import FL_GoogleDriveDownloader
File “/Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/ComfyUI_Fill-Nodes/nodes/FL_GoogleDriveDownloader.py”, line 3, in
import gdown
ModuleNotFoundError: No module named ‘gdown’

Cannot import /Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/ComfyUI_Fill-Nodes module for custom nodes: No module named ‘gdown’

So I kind of solved this, just by removing any references to gdown or googledrivedownloader in the init.py file. Not ideal to remove a function, but at least everything else is working and this is not stopping it now.

It seems that the developer of ComfyUI-Fill-Nodes recently missed adding gdown to the requirements.txt during the update.

For now, manually installing the gdown

package should fix the issue.

Additionally, please report this issue on the corresponding repository.