sienna223 commited on
Commit
541df43
·
1 Parent(s): f7aff98

update examples

Browse files
Files changed (1) hide show
  1. app.py +25 -0
app.py CHANGED
@@ -541,6 +541,31 @@ def get_example():
541
  1024 * 1024,
542
  0,
543
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
544
  ]
545
  return case
546
 
 
541
  1024 * 1024,
542
  0,
543
  ],
544
+ [
545
+ "Add the bird from image 1 and the cat from image 2 to the desk in image 3",
546
+ 1024,
547
+ 682,
548
+ "euler",
549
+ 50,
550
+ os.path.join(
551
+ ROOT_DIR,
552
+ "example_images/996e2cf6-daa5-48c4-9ad7-0719af640c17_1748848108409.png",
553
+ ),
554
+ os.path.join(
555
+ ROOT_DIR,
556
+ "example_images/468404374-d52ec1a44aa7e0dc9c2807ce09d303a111c78f34da3da2401b83ce10815ff872.png",
557
+ ),
558
+ os.path.join(ROOT_DIR, "example_images/00066-10350085.png"),
559
+ NEGATIVE_PROMPT,
560
+ 5.0,
561
+ 2.0,
562
+ 0.0,
563
+ 1.0,
564
+ 1,
565
+ 2048,
566
+ 1024 * 1024,
567
+ 0,
568
+ ],
569
  ]
570
  return case
571