Professional Noob commited on
Commit
fb1c443
·
verified ·
1 Parent(s): c0d37cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -795,6 +795,11 @@ def infer(
795
  width, height = compute_dimensions(img1, target_long_edge)
796
 
797
  try:
 
 
 
 
 
798
  result = pipe(
799
  image=pipe_images,
800
  prompt=prompt,
 
795
  width, height = compute_dimensions(img1, target_long_edge)
796
 
797
  try:
798
+ print(
799
+ "[DEBUG][infer] submitting request | "
800
+ f"lora_adapter={lora_adapter!r} seed={seed} prompt={prompt!r}"
801
+ )
802
+
803
  result = pipe(
804
  image=pipe_images,
805
  prompt=prompt,