avan06
avan06
Please refer to this issue. I have found the cause of this issue and a possible fix, which is related to `stable-diffusion-webui\modules\scripts.py`. https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/11448#issuecomment-1637127714
Hi nesrak1, Regarding the issue of program crashes caused by language settings, I have some experience to share, although I'm not sure if it will be effective. One possible solution...
Thank you, dirkf, for reminding me of the logger example in the documentation. Using a logger is indeed a better and more flexible approach than redirect_stderr. Therefore, I have closed...
I noticed that the original logger in yt-dlp displays the progress bar on the same line, with the progress percentage dynamically updating. However, after switching to my custom logger, when...
This issue might be related to the LyCORIS package. You can refer to the following issue: https://github.com/KohakuBlueleaf/LyCORIS/issues/160
I saw in the logs that torch is complaining about the error message "Distributed package doesn't have NCCL built in." Could this be related to CUDA not being installed correctly?...
Hi, Since this project relies on the underlying ps4debug package, we need to wait for a version of ps4debug that supports fw 11.0. Thank you.
Hi mayizz, Thank you for providing the relevant information. Frame4 looks quite feasible, and I can look into how to integrate it. Before that, if we can successfully start ps4debug...
Hi jiale58, mayizz I have integrated DeathRGH/frame4 into this program. However, since frame4 only supports firmware versions (5.05, 9.00, and 11.00), and I only have 6.72, I am unable to...
Hi @DeathRGH, Thank you very much for developing and designing frame4, and also for adding support for 6.72 fw (I will find time to test it as well). First of...