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

Conversation

dsignarius
Copy link

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.

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.
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
Copy link
Author

Withdrawing

@dsignarius dsignarius closed this Nov 8, 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.

1 participant