sand74 commited on
Commit
4137064
·
verified ·
1 Parent(s): 0a55721

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +19 -0
app.py CHANGED
@@ -300,6 +300,25 @@ with gr.Blocks(css=css) as demo:
300
 
301
  gr.Examples(examples=examples, inputs=[prompt])
302
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
303
 
304
  gr.on(
305
  triggers=[run_button.click, prompt.submit],
 
300
 
301
  gr.Examples(examples=examples, inputs=[prompt])
302
 
303
+ print(
304
+ model_id,
305
+ prompt,
306
+ negative_prompt,
307
+ seed,
308
+ randomize_seed,
309
+ width,
310
+ height,
311
+ guidance_scale,
312
+ num_inference_steps,
313
+ lora_scale,
314
+ use_controlnet,
315
+ controlnet_image,
316
+ controlnet_strength,
317
+ controlnet_mode,
318
+ use_ip_adapter,
319
+ ip_adapter_image,
320
+ ip_adapter_scale,
321
+ )
322
 
323
  gr.on(
324
  triggers=[run_button.click, prompt.submit],