Carlos2312 commited on
Commit
1151122
·
verified ·
1 Parent(s): 24a3114

Update setup_forge.py

Browse files
Files changed (1) hide show
  1. setup_forge.py +1 -1
setup_forge.py CHANGED
@@ -26,7 +26,7 @@ else:
26
  selected = [None]
27
  b1 = widgets.Button(description='SD 1.5')
28
  b2 = widgets.Button(description='SDXL')
29
- ikuuuhhh = widgets.Button(description='Install')
30
 
31
  b1b2 = widgets.HBox([b1, b2], layout=Layout(justify_content='space-between'))
32
  sd_setup = widgets.Output()
 
26
  selected = [None]
27
  b1 = widgets.Button(description='SD 1.5')
28
  b2 = widgets.Button(description='SDXL')
29
+ ikuuuhhh = widgets.Button(description='Install.')
30
 
31
  b1b2 = widgets.HBox([b1, b2], layout=Layout(justify_content='space-between'))
32
  sd_setup = widgets.Output()