Skip to content

Commit

Permalink
fix move2move tab not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekvakharia committed Jul 29, 2024
1 parent 82a973c commit 0d874a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ def send_gradio_gallery_to_image(x):
return None
return image_from_url_text(x[0])

def create_sampler_and_steps_selection(choices, tabname):
return scripts.scripts_txt2img.script('Sampler').steps, scripts.scripts_txt2img.script('Sampler').sampler_name


def calc_resolution_hires(enable, width, height, hr_scale, hr_resize_x, hr_resize_y):
if not enable:
Expand Down

0 comments on commit 0d874a6

Please sign in to comment.