Sven Kevin van Langen
Sven Kevin van Langen
Not a big issue, very minor actually. When running the --help argument (`swift run StableDiffusionSample --help`) the generated documentation calculates a random seed each time, and passes the result of...
See issue: https://github.com/apple/ml-stable-diffusion/issues/220 When running the --help argument (swift run StableDiffusionSample --help) the generated documentation calculates a random seed each time, and passes the result of the RNG as the...
After building from the current main branch on github: When downloading a zip, the app will look for the merges.txt file and other files at the base of the downloaded...
I noticed that the diffuser app, while running on GPU mode, uses just over 13GB RAM while infering on the non-quantized SDXL 1.0 model. If I use pretty much the...