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

fix(nodes): load config before doing anything else #5877

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

psychedelicious
Copy link
Collaborator

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update
  • Community Node Submission

Description

This was preventing custom nodes from loading if a custom nodes dir was specified

Closes #5862

QA Instructions, Screenshots, Recordings

  • Set a custom nodes dir in invokeai.yaml & put some nodes in it
  • The custom nodes should load on startup

Merge Plan

This PR can be merged when approved

@github-actions github-actions bot added the python PRs that change python files label Mar 6, 2024
@hipsterusername hipsterusername force-pushed the psyche/fix/custom-node-load-order branch from 47cba4d to 21eda3c Compare March 6, 2024 13:21
@psychedelicious psychedelicious enabled auto-merge (rebase) March 6, 2024 23:15
This was preventing custom nodes from loading if a custom nodes dir was specified

Closes #5862
@psychedelicious psychedelicious force-pushed the psyche/fix/custom-node-load-order branch from 21eda3c to 116fda0 Compare March 6, 2024 23:29
@psychedelicious psychedelicious merged commit 99c0662 into main Mar 6, 2024
14 checks passed
@psychedelicious psychedelicious deleted the psyche/fix/custom-node-load-order branch March 6, 2024 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python PRs that change python files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug]: Custom nodes are loaded before the CLI args are applied
3 participants