SW. G.

Results 2 comments of SW. G.

The UPDATE event ignoring filter as well

> Just copy this function in modules/ui.py > > ``` > def create_sampler_and_steps_selection(choices, tabname): > return scripts.scripts_txt2img.script('Sampler').steps, scripts.scripts_txt2img.script('Sampler').sampler_name > ``` This solved! Thanks I just add this ```python def create_sampler_and_steps_selection(choices,...