Tushar Patil

Results 15 comments of Tushar Patil

> > > > @kernsaunders2257 Did you try above solution??? > > > > > Just copy this function in modules/ui.py > > > > > ``` > > >...

> > > > > > > > @kernsaunders2257 Did you try above solution??? > > > > > > > > > Just copy this function in modules/ui.py >...

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 ```

@158zd close the issue

> > 只需將這個函數複製到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 > > ``` > > I just copy m2m_ui.py to extensions\sd-webui-mov2mov\scripts to overwrite the...