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 sample progress showing #426

Closed
wants to merge 3 commits into from
Closed

Commits on Sep 11, 2024

  1. Update util.cpp

    Pretty_progress is called from sample within stablediffusion.cpp at line 707
    It is called with a value of step=0
    
    This shows that the sampling has been started and step 1 is running.. with this line here that does not happen.
    dsignarius authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    70c7c04 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Alter parameters metadata in output.png

    Remove newlines in parameters metadata and make it a consistent format.
    
    Allows generation parameters to be shown in whole using imagemagick for example:
    identify -verbose output.png | grep -i "parameters"
    
    Makes it easier to script as all entries become format Label: Value separated by commas
    dsignarius authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    bc8d229 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    354b41a View commit details
    Browse the repository at this point in the history