Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fixes for process flow #1

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

Open
wants to merge 6 commits into
base: refact_process_flow
Choose a base branch
from

Conversation

x0rb0t
Copy link

@x0rb0t x0rb0t commented Apr 29, 2024

Changes:

  • Added a webserver to the examples/server directory along with a README.md file for documentation.

  • Fixed a bug in the txt2img module related to the sample_strength parameter.

  • Corrected some typos in the VideoResnetBlock class.

  • Addressed a potential bug in the following line of code:

    gglm_ctx_local->engine_meta.env_sigma_scheduler.assign(sigmas.begin() + sample_steps - t_enc - 1, sigmas.end());
    

    If sample_steps is equal to t_enc, the line would effectively become:

    gglm_ctx_local->engine_meta.env_sigma_scheduler.assign(sigmas.begin() - 1, sigmas.end());
    

    which could lead to undefined behavior. The bug has been fixed to handle this edge case properly.

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.

1 participant