[Tests] Update a deprecated parameter in test files and fix several typos#7277
Conversation
…anoramaPipeline`
…pipeline_stable_diffusion_panorama.py
Tests] Update deprecated output_type in test filesTests] Update deprecated output_type="numpy" in test files
Tests] Update deprecated output_type="numpy" in test filesTests] Update deprecated output_type="numpy" in test files and fix typos
|
Sorry for the unrelated commit history. I reversed them. |
Tests] Update deprecated output_type="numpy" in test files and fix typosTests] Update deprecated output_type="numpy" in test files and fix several typos
stevhliu
left a comment
There was a problem hiding this comment.
Hi, the change from output_type="numpy" to "np" looks good but let's not change w to timesteps because it refers to guidance scale which is appropriate here.
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
|
Yeah, that is not necessarily about |
|
Yeah, let's just keep the changes that are related to |
|
I couldn't understand. Should I change |
|
Sorry I wasn't clear before! Let's keep
|
|
There are lots of other deprecation warnings in tests. Can/Should I open another PR(s) to update them? |
Tests] Update deprecated output_type="numpy" in test files and fix several typosTests] Update several deprecated parameters in test files and fix several typos
|
Yeah you can open a separate PR for the deprecation warnings. It'd be better to keep the focus of this PR on just |
This reverts commit 74350cf.
Tests] Update several deprecated parameters in test files and fix several typosTests] Update a deprecated parameter in test files and fix several typos
stevhliu
left a comment
There was a problem hiding this comment.
One last change and then we should be ready to merge :)
|
Thanks for reviewing and merging! |
This pull request updates the deprecated
output_type="numpy"tooutput_type="np"in the test files, and fixes several typos.@stevhliu