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

Render Pass Fix #370

Merged
merged 2 commits into from
Oct 31, 2022
Merged

Render Pass Fix #370

merged 2 commits into from
Oct 31, 2022

Conversation

NullSenseStudio
Copy link
Collaborator

A regression was introduced when color correction was added, causing the render pass to use it when it shouldn't be, and other odd bugs cascading such as the frontend during OCIO inversion receiving that color corrected image while its backend crashes attempting to open an already closed shared_memory object.

These changes make sure that the render pass does not use the prompt_to_image color correction and keeps later stages from running until the previous one is entirely completed to prevent race conditions.

Copy link
Owner

@carson-katri carson-katri left a comment

Choose a reason for hiding this comment

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

LGTM

@carson-katri carson-katri merged commit c4daae5 into carson-katri:releases/0.0.8 Oct 31, 2022
@NullSenseStudio NullSenseStudio deleted the render-pass-fix branch November 1, 2022 00:28
carson-katri added a commit that referenced this pull request Nov 1, 2022
* Bump version to 0.0.8

* Update README

* Attempt to fix macOS intel build

* Disable cache: 'pip' on all jobs

* Update requirements paths

* Fix ZIP path for macOS intel build

* Pin StabilitySDK version

* Fix issue with DreamStudio as the render pass backend

* Add exception handling for DreamStudio-only builds

* tqdm decorator fix (#369)

* Render Pass Fix (#370)

* use args instead of headless_prompt

* set events after completion instead of first image

Co-authored-by: NullSenseStudio <[email protected]>
JasonHoku pushed a commit to JasonHoku/dream-textures that referenced this pull request Dec 20, 2022
* Bump version to 0.0.8

* Update README

* Attempt to fix macOS intel build

* Disable cache: 'pip' on all jobs

* Update requirements paths

* Fix ZIP path for macOS intel build

* Pin StabilitySDK version

* Fix issue with DreamStudio as the render pass backend

* Add exception handling for DreamStudio-only builds

* tqdm decorator fix (carson-katri#369)

* Render Pass Fix (carson-katri#370)

* use args instead of headless_prompt

* set events after completion instead of first image

Co-authored-by: NullSenseStudio <[email protected]>
JasonHoku pushed a commit to JasonHoku/dream-textures that referenced this pull request Dec 20, 2022
* use args instead of headless_prompt

* set events after completion instead of first image
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.

2 participants