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 stable diffusion #2293

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

divyashreepathihalli
Copy link
Collaborator

@divyashreepathihalli divyashreepathihalli commented Jan 10, 2024

Fix here - keras-team/keras#19046
Updates to Noise Scheduler
https://arxiv.org/pdf/2305.08891v2.pdf

@divyashreepathihalli divyashreepathihalli added the kokoro:force-run Runs Tests on GPU label Jan 11, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Runs Tests on GPU label Jan 11, 2024
@divyashreepathihalli divyashreepathihalli added the kokoro:force-run Runs Tests on GPU label Jan 12, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Runs Tests on GPU label Jan 12, 2024
@sampathweb
Copy link
Collaborator

Still failing for Keras 2 GPU.

@dugujiujian1999
Copy link

dugujiujian1999 commented Jan 17, 2024

Looks like we have to fix this again for keras-core 0.17

>       self.assertAllEqual(img[0][13:14, 13:14, :][0][0], [66, 38, 185])

args = (<built-in function eq>, array([20,  1, 20], dtype=uint8), array([ 66,  38, 185]))

Maybe the text_to_image gives different value in keras 2 ?

@divyashreepathihalli divyashreepathihalli added the kokoro:force-run Runs Tests on GPU label Jan 17, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Runs Tests on GPU label Jan 17, 2024
@divyashreepathihalli divyashreepathihalli changed the title re-enable failing stable diffusion test Fix stable diffusion Jan 17, 2024
@divyashreepathihalli divyashreepathihalli added the kokoro:force-run Runs Tests on GPU label Jan 17, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Runs Tests on GPU label Jan 17, 2024
@divyashreepathihalli divyashreepathihalli added the kokoro:force-run Runs Tests on GPU label Jan 18, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Runs Tests on GPU label Jan 18, 2024
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.

4 participants