Update app.py
Browse files
app.py
CHANGED
|
@@ -373,7 +373,7 @@ with gr.Blocks(title="SD 1.5 Lab — dual conditioner playground") as demo:
|
|
| 373 |
"(sharper detail), `ip_adapter_plus_face` (face-focused), "
|
| 374 |
"`ip_adapter_full_face` (strong identity).\n\n"
|
| 375 |
f"Current device: **{DEVICE}**. On CPU, generating a 512×512 image "
|
| 376 |
-
"takes roughly
|
| 377 |
)
|
| 378 |
|
| 379 |
with gr.Row():
|
|
|
|
| 373 |
"(sharper detail), `ip_adapter_plus_face` (face-focused), "
|
| 374 |
"`ip_adapter_full_face` (strong identity).\n\n"
|
| 375 |
f"Current device: **{DEVICE}**. On CPU, generating a 512×512 image "
|
| 376 |
+
"takes roughly 15–30 minutes — that's expected."
|
| 377 |
)
|
| 378 |
|
| 379 |
with gr.Row():
|