Commit
·
14dfe21
1
Parent(s):
523a420
Update app.py
Browse files
app.py
CHANGED
@@ -55,12 +55,13 @@ with mindseye:
|
|
55 |
with gr.Row():
|
56 |
with gr.Tabs():
|
57 |
with gr.TabItem("Latent Diffusion"):
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
|
|
64 |
#
|
65 |
# with gr.TabItem("ruDALLE"):
|
66 |
# aspect = gr.inputs.Radio(label="Aspect Ratio", choices=["Square", "Horizontal", "Vertical"],default="Square")
|
|
|
55 |
with gr.Row():
|
56 |
with gr.Tabs():
|
57 |
with gr.TabItem("Latent Diffusion"):
|
58 |
+
pass
|
59 |
+
#steps = gr.inputs.Slider(label="Steps - more steps can increase quality but will take longer to generate",default=45,maximum=50,minimum=1,step=1)
|
60 |
+
#width = gr.inputs.Slider(label="Width", default=256, step=32, maximum=256, minimum=32)
|
61 |
+
#height = gr.inputs.Slider(label="Height", default=256, step=32, maximum = 256, minimum=32)
|
62 |
+
#images = gr.inputs.Slider(label="Images - How many images you wish to generate", default=2, step=1, minimum=1, maximum=4)
|
63 |
+
#diversity = gr.inputs.Slider(label="Diversity scale - How different from one another you wish the images to be",default=5.0, minimum=1.0, maximum=15.0)
|
64 |
+
#get_image_latent = gr.Button("Generate Image",css=css_mt)
|
65 |
#
|
66 |
# with gr.TabItem("ruDALLE"):
|
67 |
# aspect = gr.inputs.Radio(label="Aspect Ratio", choices=["Square", "Horizontal", "Vertical"],default="Square")
|