stable-diffusion.cpp
stable-diffusion.cpp copied to clipboard
feat: support stream cmd and lowvram options
This is the draft. Implementing this PR means that we can have greater expansion capabilities in the future, such as easier implementation of CLIP interrogators. At present, this PR has not been completed. I still need to test and complete the logic of the cli. Since the changes are relatively large, I thought I would release them for everyone to see. cc @leejet @Green-Sky @FSSRepo
There are two IndentCaseLabels in the current .clang-format. I try to set them to true or false, but they will format the code that I have not modified. :flushed:
Its hard to review with 90% formatting changes.
Its hard to review with 90% formatting changes.
I don’t know much about the formatting method of C++. I used the script in the project to restore it, but with little success. I plan to adjust it manually tomorrow.
Thank you for your comment, I will adjust these issues. When I was writing, I found that manually adjusting the code format while writing was a disaster. I plan to do it when This PR is completed.
I removed the first IndentCaseLabels in the latest master branch, which should be a legacy configuration. I recommend that you use clang-format's command line tool to format your code for consistency.
I removed the first IndentCaseLabels in the latest master branch, which should be a legacy configuration. I recommend that you use clang-format's command line tool to format your code for consistency.
Thank you very much, I don't have time now.