Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RecursionError: maximum recursion depth exceeded in comparison #169

Open
Paddypan993 opened this issue Jan 8, 2025 · 0 comments
Open

RecursionError: maximum recursion depth exceeded in comparison #169

Paddypan993 opened this issue Jan 8, 2025 · 0 comments

Comments

@Paddypan993
Copy link

企业微信截图_20250108090703

When using SUPIR Model Loader (v2) or SUPIR Model Loader (Legacy) related nodes, RecursionError will be obtained: Maximum recurrence depth exceeded in comparison error. However, upon restarting ComfyUI, the first execution of this operation was able to run normally. This problem occurs only after running other workflows. Is this a hardware resource issue?
But this also did not report an OOM like error.

Some error messages are as follows:
RecursionError: maximum recursion depth exceeded in comparison
full_key: model.params.conditioner_config.params.emb_models[0].is_trainable
object_type=dict
full_key: 0
object_type=None
full_key: model.params.conditioner_config.params.emb_models[0]
object_type=list
full_key: emb_models
object_type=None
full_key: model.params.conditioner_config.params.emb_models
object_type=dict
full_key: params
object_type=None
full_key: model.params.conditioner_config.params
object_type=dict
full_key: conditioner_config
object_type=None
full_key: model.params.conditioner_config
object_type=dict
full_key: params
object_type=None
full_key: model.params
object_type=dict
full_key: model
object_type=None
full_key: model
object_type=dict
full_key:
object_type=None

Prompt executed in 4.87 seconds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant