MisterSeajay
MisterSeajay
PR for fix: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14700
Not sure if this is relevant here but from https://github.com/lllyasviel/ControlNet?tab=readme-ov-file#controlnet-with-depth: > Note that different from Stability's model, the ControlNet receive the full 512×512 depth map, rather than 64×64 depth. Note...
I wonder if extending the "style" feature to include an optional list of overrides as well as +/-ve prompts would do the trick? At the point where the style is...
OK, I confirmed my hunch. When searching Civitai for the hash of this file it only returns one result, which is for the older version of this model; I guess...
I don't **need** to fix it, but I don't mind testing if you'd like!
I could even have a go at building from source. The README says to use dotNET 6.0 but the website says it is end-of-life. Is it worth trying dotNET 9.x?
It built OK using dotNET 9.x (latest): ``` > dotnet publish Diffusion.Toolkit\Diffusion.Toolkit.csproj -c Release -r win-x64 -o .\build --no-self-contained /p:PublishSingleFile=true /p:PublishReadyToRun=false /p:DebugType=None /p:DebugSymbols=false Restore succeeded with 1 warning(s) in 3.8s...