n00mkrad / text2image-gui

Somewhat modular text2image GUI, initially just for Stable Diffusion
GNU General Public License v3.0
921 stars 93 forks source link

Allow using different samplers when using ONNX - DirectML #109

Open Oggom opened 1 year ago

Oggom commented 1 year ago

As mentioned in the AMD GPU Guide it is currently not possible to use anything other than the default sampler (DPM++ 2M Karras) when using DirectML. I believe having the option to choose between different samplers, like Euler Ancestral, would be very beneficial to the users as it offers more variety in terms of image generation.