blobbfobb

Results 10 comments of blobbfobb

> set it to `""` (two double quotes) I set it to `"None"`, as it originally was.

I realized that webui-macos-env.sh has not been updated to contain the current k-diffusion commit hash. The K_DIFFUSION_COMMIT_HASH in [launch_utils.py](https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/394ffa7b0a7fff3ec484bcd084e673a8b301ccc8/modules/launch_utils.py#L243C74-L243C114) is c9fe758757e022f05ca5a53fa8fac28889e4f1cf, the K_DIFFUSION_COMMIT_HASH in [webui-macos-env.sh](https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/394ffa7b0a7fff3ec484bcd084e673a8b301ccc8/webui-macos-env.sh#L16C33-L16C73) is 51c9778f269cedb55a4d88c79c0246d35bdadb71. @brkirch You seem...

I edited [webui-macos-env.sh](https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/394ffa7b0a7fff3ec484bcd084e673a8b301ccc8/webui-macos-env.sh#L16C33-L16C73) and changed ``` export K_DIFFUSION_REPO="https://github.com/brkirch/k-diffusion.git" export K_DIFFUSION_COMMIT_HASH="51c9778f269cedb55a4d88c79c0246d35bdadb71" ``` to ``` export K_DIFFUSION_REPO="https://github.com/crowsonkb/k-diffusion.git" export K_DIFFUSION_COMMIT_HASH="c9fe758757e022f05ca5a53fa8fac28889e4f1cf" ``` So far everything works fine and I can now use DPM++ 2M...

> you can symlink actual models folder and that works. Do I need to _replace_ the models folder with a symlink, or do I need to put a symlink _inside_...

@Alyndiar Thank you, that's good to know. Maybe I can make use of that somehow. Unfortunately my models each reside in their own folder, with other files relevant to the...

Same happens on M2 MacBook Air. Web UI runs without problems (Firefox). Commit: 8850fc23b6e8a8e210bdfe4aade81516fb5770f3 Command Line Arguments: --no-half --use-cpu interrogate I have no extensions installed.

@catboxanon Here is the info saved with a generated image. This is the current commit (https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/68f336bd994bed5442ad95bad6b6ad5564a5409a), I have git pulled yesterday. Where in that info do you see the commit...

@catboxanon Well, then, why not make the master branch display the commit number as well? Cannot be more than two minute's work...

@catboxanon Different versions of Automatic1111 WebUI do not always generate the same image even when all settings are the same. Therefore it is useful to know which version was used....

I encounter the same problem on an M2 MacBook Air since my git pull on January 7th. Also, startup now takes about 15 minutes or more between "DiffusionWrapper has 859.52...