Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def sanitize_prompt(prompt):
|
|
50 |
def process_images(image, image2=None,prompt="a girl",inpaint_model="black-forest-labs/FLUX.1-schnell",strength=0.75,seed=0,progress=gr.Progress(track_tqdm=True)):
|
51 |
# I'm not sure when this happen
|
52 |
progress(0, desc="start-process-images")
|
53 |
-
print("start-process-images")
|
54 |
if not isinstance(image, dict):
|
55 |
if image2 == None:
|
56 |
print("empty mask")
|
|
|
50 |
def process_images(image, image2=None,prompt="a girl",inpaint_model="black-forest-labs/FLUX.1-schnell",strength=0.75,seed=0,progress=gr.Progress(track_tqdm=True)):
|
51 |
# I'm not sure when this happen
|
52 |
progress(0, desc="start-process-images")
|
53 |
+
#print("start-process-images")
|
54 |
if not isinstance(image, dict):
|
55 |
if image2 == None:
|
56 |
print("empty mask")
|