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

feat: add num_inference_steps to I2I, I2V and Upscaling pipelines #123

Merged
merged 16 commits into from
Jul 17, 2024

Conversation

rickstaa
Copy link
Collaborator

This pull request adds the num_inference_steps parameter to the I2I, I2V and Upscaling pipelines. It replaces #110 because I could not push to the feature branch created by @JJassonn69.

This commit adds the `num_inference_steps` parameter to the upscale
pipeline.
This commit ensures that the `strength` is set correctly when the
sdxl-turbo model is used and cleans up the `num_inference_steps`
implementation.
This commit improves the I2V `num_inference_steps` defaults and code.
This commit improves the implementation and defaults for the
num_inference_steps parameter.
This commit adds the `num_inference_steps` to the I2I, I2V and Upscale
pipelines in the worker codebase.
@rickstaa rickstaa merged commit 68ca7df into main Jul 17, 2024
1 check passed
@rickstaa rickstaa deleted the JJassonn69/main_2 branch July 17, 2024 11:23
eliteprox pushed a commit to eliteprox/ai-worker that referenced this pull request Jul 26, 2024
…vepeer#123)

* Update image_to_image.py

added variable num_inference_steps and added the same variable in pipeline function calling with default value of 50

* Update openapi.json

added property for image to image of number of inference steps.

* Update for num_inference_steps

* Update image_to_video.py

* Update image_to_image.py

* Update image_to_video.py

* Update openapi.json

* Update image_to_video.py

* Update image_to_image.py

* Update image_to_video.py

* Update openapi.json

* feat: add `num_inference_steps` to upscale pipeline

This commit adds the `num_inference_steps` parameter to the upscale
pipeline.

* feat: improve I2I pipeline num_inference_steps behavoir

This commit ensures that the `strength` is set correctly when the
sdxl-turbo model is used and cleans up the `num_inference_steps`
implementation.

* feat: improve I2V num_inference_steps behavoir

This commit improves the I2V `num_inference_steps` defaults and code.

* feat: improve T2I num_inference_steps behavoir

This commit improves the implementation and defaults for the
num_inference_steps parameter.

* feat(worker): add num_inference_steps to I2I, I2V and Upscale pipelines

This commit adds the `num_inference_steps` to the I2I, I2V and Upscale
pipelines in the worker codebase.

---------

Co-authored-by: Jason <83615043+JJassonn69@users.noreply.github.com>
Co-authored-by: Jason Stone <custom@livepeerservice.world>
eliteprox pushed a commit to eliteprox/ai-worker that referenced this pull request Jul 26, 2024
…vepeer#123)

* Update image_to_image.py

added variable num_inference_steps and added the same variable in pipeline function calling with default value of 50

* Update openapi.json

added property for image to image of number of inference steps.

* Update for num_inference_steps

* Update image_to_video.py

* Update image_to_image.py

* Update image_to_video.py

* Update openapi.json

* Update image_to_video.py

* Update image_to_image.py

* Update image_to_video.py

* Update openapi.json

* feat: add `num_inference_steps` to upscale pipeline

This commit adds the `num_inference_steps` parameter to the upscale
pipeline.

* feat: improve I2I pipeline num_inference_steps behavoir

This commit ensures that the `strength` is set correctly when the
sdxl-turbo model is used and cleans up the `num_inference_steps`
implementation.

* feat: improve I2V num_inference_steps behavoir

This commit improves the I2V `num_inference_steps` defaults and code.

* feat: improve T2I num_inference_steps behavoir

This commit improves the implementation and defaults for the
num_inference_steps parameter.

* feat(worker): add num_inference_steps to I2I, I2V and Upscale pipelines

This commit adds the `num_inference_steps` to the I2I, I2V and Upscale
pipelines in the worker codebase.

---------

Co-authored-by: Jason <83615043+JJassonn69@users.noreply.github.com>
Co-authored-by: Jason Stone <custom@livepeerservice.world>
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