Comfy-Org / Comfy-Org/ComfyUI-Manager

ComfyUI (Windows portable) PreStart Issues

Open
#2,190 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
16.1k
Forks
2.5k
Avg merge
5d 4h
Merged PRs (30d)
13

Description

I'm having a pre-startup issue with ComfyUI (Windows portable) related to ComfyUI-Manager. ComfyUI Manager fails during pre-startup. Log attached

D:\OPEN AI\Nowy folder\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --cpu --windows-standalone-build
Failed to execute startup-script: D:\OPEN AI\Nowy folder\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\prestartup_script.py / module 'folder_paths' has no attribute 'get_user_directory'

Prestartup times for custom nodes:
2.6 seconds (PRESTARTUP FAILED): D:\OPEN AI\Nowy folder\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager

Total VRAM 31941 MB, total RAM 31941 MB
pytorch version: 2.3.1+cu118
Set vram state to: DISABLED
Device: cpu
Using sub quadratic optimization for cross attention, if you have memory or speed issues try using: --use-split-cross-attention
[Prompt Server] web root: D:\OPEN AI\Nowy folder\ComfyUI_windows_portable\ComfyUI\web
Traceback (most recent call last):
File "D:\OPEN AI\Nowy folder\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1931, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in _call_with_frames_removed
File "D:\OPEN AI\Nowy folder\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\__init__.py", line 12, in
import manager_server # noqa: F401
^^^^^^^^^^^^^^^^^^^^^
File "D:\OPEN

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with ComfyUI-Manager/prestartup_script.py and the imports from manager_server.py shown in the traceback; compare their use of folder_paths with the ComfyUI version used by the Windows portable command. Reproduce with the provided Python command and confirm that pre-startup completes and the custom node loads without the reported AttributeError.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, pytorch
Domain
tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.