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

clearing intermediates bug fix #4859

Merged
merged 9 commits into from
Oct 15, 2023

Conversation

martazavro
Copy link
Contributor

@martazavro martazavro commented Oct 12, 2023

Copy link
Collaborator

@psychedelicious psychedelicious left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, thanks for the PR!

I noticed two issues to be fixed and have made comments for them.

These issues would normally be caught by TypeScript, and you'd have some red squiggly lines under the problematic code. I'm wondering if you don't have a dev environment set up and/or are not getting type hints?

I'm happy to help you get set up if you'd like.

Copy link
Collaborator

@psychedelicious psychedelicious left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @martazavro !

I've made a few small changes:

  • fixed linting (code format) issues
  • disabled the Clear Intermediates button when the queue has pending items
  • add a tooltip to Clear Intermediates button when its disabled

@psychedelicious psychedelicious enabled auto-merge (rebase) October 15, 2023 06:27
@psychedelicious psychedelicious merged commit 1c099e0 into invoke-ai:main Oct 15, 2023
8 checks passed
@martazavro
Copy link
Contributor Author

Thanks @martazavro !

I've made a few small changes:

  • fixed linting (code format) issues
  • disabled the Clear Intermediates button when the queue has pending items
  • add a tooltip to Clear Intermediates button when its disabled

Thank you so much @psychedelicious !

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

Successfully merging this pull request may close these issues.

[bug]: Clearing intermediates while canvas generations in progress borks canvas
2 participants