Ok, so I have a small component report to make nuhi, but not in the way one would normally expect:
So, the problematic components are
Drivers
> Neural Processors
>> VCA.inf (Virtual Compute Accelerators)
System
> Windows AI Machine Learning
>> Direct Machine Learning (DirectML)
cause a bug in Stable-Diffusion-based image generators, which makes python.exe crash whenever you change models after generating anything (so if you start up the AI but change models without generating anything it works fine) on hybrid graphics setup (which one would want, so that ALL the VRAM is available to the AI while the iGPU handles the desktop). The CATCH is that the problem happens when the components are PRESENT, but REMOVING THEM SOLVES THE PROBLEM.
This was tested on a Ryzen 7600 with a Geforce 3060, and fresh installations of Stable Diffusion, Forge (Latest), Forge (Legacy), and Classic-Forge (a different project with a similar name).
I'm not sure how you'd add these to the description, but to me, it seems like the DirectML drivers are trying to direct the workflow to the iGPU, which makes CUDA... unhappy.
So, the problematic components are
Drivers
> Neural Processors
>> VCA.inf (Virtual Compute Accelerators)
System
> Windows AI Machine Learning
>> Direct Machine Learning (DirectML)
cause a bug in Stable-Diffusion-based image generators, which makes python.exe crash whenever you change models after generating anything (so if you start up the AI but change models without generating anything it works fine) on hybrid graphics setup (which one would want, so that ALL the VRAM is available to the AI while the iGPU handles the desktop). The CATCH is that the problem happens when the components are PRESENT, but REMOVING THEM SOLVES THE PROBLEM.
This was tested on a Ryzen 7600 with a Geforce 3060, and fresh installations of Stable Diffusion, Forge (Latest), Forge (Legacy), and Classic-Forge (a different project with a similar name).
I'm not sure how you'd add these to the description, but to me, it seems like the DirectML drivers are trying to direct the workflow to the iGPU, which makes CUDA... unhappy.