mboss commited on
Commit
f06f23f
·
1 Parent(s): 981b99a

Add 3.5 Large

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -21,6 +21,8 @@ with gr.Blocks() as demo:
21
  )
22
  with gr.Tab("SW Guidance (SD 3.5 Large Turbo)"):
23
  create_sw_guidance("stabilityai/stable-diffusion-3.5-large-turbo")
 
 
24
  with gr.Tab("Color Matching"):
25
  create_color_matching()
26
 
 
21
  )
22
  with gr.Tab("SW Guidance (SD 3.5 Large Turbo)"):
23
  create_sw_guidance("stabilityai/stable-diffusion-3.5-large-turbo")
24
+ with gr.Tab("SW Guidance (SD 3.5 Large)"):
25
+ create_sw_guidance("stabilityai/stable-diffusion-3.5-large")
26
  with gr.Tab("Color Matching"):
27
  create_color_matching()
28