Update setup_forge.py
Browse files- 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()
|