Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
4c36274
1
Parent(s):
645b9bf
Update app.py
Browse files
app.py
CHANGED
@@ -217,7 +217,7 @@ def generate_image(prompt, negative, face_emb, face_image, face_kps, image_stren
|
|
217 |
images = [face_kps, image_zoe.resize((height, width))]
|
218 |
et = time.time()
|
219 |
elapsed_time = et - st
|
220 |
-
|
221 |
if last_lora != repo_name:
|
222 |
if(last_fused):
|
223 |
st = time.time()
|
|
|
217 |
images = [face_kps, image_zoe.resize((height, width))]
|
218 |
et = time.time()
|
219 |
elapsed_time = et - st
|
220 |
+
print('Zoe Depth calculations took: ', elapsed_time, 'seconds')
|
221 |
if last_lora != repo_name:
|
222 |
if(last_fused):
|
223 |
st = time.time()
|