Spaces:
Running
on
A10G
Running
on
A10G
Commit
·
15488e5
1
Parent(s):
46ad52c
update
Browse files
app.py
CHANGED
@@ -211,6 +211,8 @@ def get_layout_image(ocrs):
|
|
211 |
|
212 |
def text_to_image(prompt,keywords,positive_prompt,radio,slider_step,slider_guidance,slider_batch,slider_temperature,slider_natural):
|
213 |
|
|
|
|
|
214 |
global stack
|
215 |
global state
|
216 |
|
|
|
211 |
|
212 |
def text_to_image(prompt,keywords,positive_prompt,radio,slider_step,slider_guidance,slider_batch,slider_temperature,slider_natural):
|
213 |
|
214 |
+
print(f'[info] Prompt: {prompt} | Keywords: {keywords} | Radio: {radio} | Steps: {slider_step} | Guidance: {slider_guidance} | Natural: {slider_natural}')
|
215 |
+
|
216 |
global stack
|
217 |
global state
|
218 |
|