Spaces:
Running
on
Zero
Running
on
Zero
test
Browse files
__pycache__/dreamfuse_inference.cpython-310.pyc
CHANGED
Binary files a/__pycache__/dreamfuse_inference.cpython-310.pyc and b/__pycache__/dreamfuse_inference.cpython-310.pyc differ
|
|
app.py
CHANGED
@@ -508,7 +508,7 @@ class DreamFuseGUI:
|
|
508 |
cfg_slider = gr.Slider(minimum=1, maximum=10, step=0.1, label="CFG", value=3.5)
|
509 |
size_select = gr.Radio(
|
510 |
choices=["512", "768", "1024"],
|
511 |
-
value="
|
512 |
label="Resolution (Higher resolution improves quality, but slows down generation.)",
|
513 |
)
|
514 |
prompt_text = gr.Textbox(label="Prompt", placeholder="text prompt", value="")
|
|
|
508 |
cfg_slider = gr.Slider(minimum=1, maximum=10, step=0.1, label="CFG", value=3.5)
|
509 |
size_select = gr.Radio(
|
510 |
choices=["512", "768", "1024"],
|
511 |
+
value="512",
|
512 |
label="Resolution (Higher resolution improves quality, but slows down generation.)",
|
513 |
)
|
514 |
prompt_text = gr.Textbox(label="Prompt", placeholder="text prompt", value="")
|
dreamfuse/trains/utils/__pycache__/inference_utils.cpython-310.pyc
CHANGED
Binary files a/dreamfuse/trains/utils/__pycache__/inference_utils.cpython-310.pyc and b/dreamfuse/trains/utils/__pycache__/inference_utils.cpython-310.pyc differ
|
|