Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
WillReynolds5 committed Sep 16, 2024
1 parent e1328b2 commit 0e2510f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions comfyui.log
Original file line number Diff line number Diff line change
Expand Up @@ -348,3 +348,15 @@ Prestartup times for custom nodes:
[2024-09-15 21:10] 100%|████████████████████████████████████████████████████████████████| 5/5 [00:02<00:00, 2.22it/s]100%|████████████████████████████████████████████████████████████████| 5/5 [00:02<00:00, 2.01it/s]
[2024-09-15 21:10] [rgthree] Using rgthree's optimized recursive execution.
[2024-09-15 21:10] INFO: InsightFace detection resolution lowered to (576, 576).
[2024-09-15 21:11] 100%|████████████████████████████████████████████████████████████████| 5/5 [00:22<00:00, 4.03s/it]100%|████████████████████████████████████████████████████████████████| 5/5 [00:22<00:00, 4.47s/it]
[2024-09-15 21:11] 100%|████████████████████████████████████████████████████████████████| 5/5 [00:28<00:00, 5.08s/it]100%|████████████████████████████████████████████████████████████████| 5/5 [00:28<00:00, 5.61s/it]
[2024-09-15 21:11] Canva size: 1240x1560
[2024-09-15 21:11] Image size: 824x1040
[2024-09-15 21:11] Scale factor: 2
[2024-09-15 21:11] Upscaling iteration 1 with scale factor 2
[2024-09-15 21:11] Tile size: 1024x1024
[2024-09-15 21:11] Tiles amount: 4
[2024-09-15 21:11] Grid: 2x2
[2024-09-15 21:11] Redraw enabled: True
[2024-09-15 21:11] Seams fix mode: NONE
[2024-09-15 21:11] 100%|████████████████████████████████████████████████████████████████| 5/5 [00:03<00:00, 1.39it/s]100%|████████████████████████████████████████████████████████████████| 5/5 [00:03<00:00, 1.43it/s]
Expand Down
2 changes: 1 addition & 1 deletion meeca/app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import streamlit as st
from scratch_3 import gen_prompt
from meeca.scratch_3 import gen_prompt
import tempfile
import requests
import json
Expand Down

0 comments on commit 0e2510f

Please sign in to comment.