Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -474,73 +474,73 @@ def get_example():
|
|
474 |
1024 * 1024,
|
475 |
0,
|
476 |
],
|
477 |
-
[
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
],
|
499 |
-
[
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
|
520 |
-
],
|
521 |
-
[
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
528 |
-
|
529 |
-
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
|
535 |
-
|
536 |
-
|
537 |
-
|
538 |
-
|
539 |
-
|
540 |
-
|
541 |
-
|
542 |
-
|
543 |
-
],
|
544 |
[
|
545 |
"The cat is sitting on the table. The bird is perching on the edge of the table.",
|
546 |
800,
|
|
|
474 |
1024 * 1024,
|
475 |
0,
|
476 |
],
|
477 |
+
# [
|
478 |
+
# "Add the bird from image 1 to the desk in image 2",
|
479 |
+
# 1024,
|
480 |
+
# 682,
|
481 |
+
# 'euler',
|
482 |
+
# 50,
|
483 |
+
# os.path.join(
|
484 |
+
# ROOT_DIR,
|
485 |
+
# "example_images/996e2cf6-daa5-48c4-9ad7-0719af640c17_1748848108409.png",
|
486 |
+
# ),
|
487 |
+
# os.path.join(ROOT_DIR, "example_images/00066-10350085.png"),
|
488 |
+
# None,
|
489 |
+
# NEGATIVE_PROMPT,
|
490 |
+
# 5.0,
|
491 |
+
# 2.0,
|
492 |
+
# 0.0,
|
493 |
+
# 1.0,
|
494 |
+
# 1,
|
495 |
+
# 2048,
|
496 |
+
# 1024 * 1024,
|
497 |
+
# 0,
|
498 |
+
# ],
|
499 |
+
# [
|
500 |
+
# "Replace the apple in the first image with the cat from the second image",
|
501 |
+
# 1024,
|
502 |
+
# 780,
|
503 |
+
# 'euler',
|
504 |
+
# 50,
|
505 |
+
# os.path.join(ROOT_DIR, "example_images/apple.png"),
|
506 |
+
# os.path.join(
|
507 |
+
# ROOT_DIR,
|
508 |
+
# "example_images/468404374-d52ec1a44aa7e0dc9c2807ce09d303a111c78f34da3da2401b83ce10815ff872.png",
|
509 |
+
# ),
|
510 |
+
# None,
|
511 |
+
# NEGATIVE_PROMPT,
|
512 |
+
# 5.0,
|
513 |
+
# 2.0,
|
514 |
+
# 0.0,
|
515 |
+
# 1.0,
|
516 |
+
# 1,
|
517 |
+
# 2048,
|
518 |
+
# 1024 * 1024,
|
519 |
+
# 0,
|
520 |
+
# ],
|
521 |
+
# [
|
522 |
+
# "Replace the woman in the second image with the woman from the first image",
|
523 |
+
# 1024,
|
524 |
+
# 747,
|
525 |
+
# 'euler',
|
526 |
+
# 50,
|
527 |
+
# os.path.join(
|
528 |
+
# ROOT_DIR, "example_images/byward-outfitters-B97YFrsITyo-unsplash.jpg"
|
529 |
+
# ),
|
530 |
+
# os.path.join(
|
531 |
+
# ROOT_DIR, "example_images/6652baf6-4096-40ef-a475-425e4c072daf.png"
|
532 |
+
# ),
|
533 |
+
# None,
|
534 |
+
# NEGATIVE_PROMPT,
|
535 |
+
# 5.0,
|
536 |
+
# 2.0,
|
537 |
+
# 0.0,
|
538 |
+
# 1.0,
|
539 |
+
# 1,
|
540 |
+
# 2048,
|
541 |
+
# 1024 * 1024,
|
542 |
+
# 0,
|
543 |
+
# ],
|
544 |
[
|
545 |
"The cat is sitting on the table. The bird is perching on the edge of the table.",
|
546 |
800,
|