Shitao commited on
Commit
05a59a0
·
verified ·
1 Parent(s): 152930f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +67 -67
app.py CHANGED
@@ -474,73 +474,73 @@ def get_example():
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,
 
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,