martintomov commited on
Commit
43a755a
1 Parent(s): a92feb3

Upload examples.json

Browse files
Files changed (1) hide show
  1. examples/examples.json +27 -0
examples/examples.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "input_image": "examples/imgs/i1.png",
4
+ "positive_prompt": "advertisement photography, orange juice on a table on a sunny summer beach",
5
+ "negative_prompt": "watermark",
6
+ "lightsource_start_color": "#FFFFFF",
7
+ "lightsource_end_color": "#000000",
8
+ "result_image": "examples/imgs/o1.png",
9
+ "workflow": "IC Light, Replace Background"
10
+ },
11
+ {
12
+ "input_image": "examples/imgs/i2.png",
13
+ "positive_prompt": "beer on a table near a sunny pool with palms around",
14
+ "negative_prompt": "watermark",
15
+ "lightsource_start_color": "#FFFFFF",
16
+ "lightsource_end_color": "#000000",
17
+ "result_image": "examples/imgs/o2.webp",
18
+ "workflow": "IC Light, Replace Background"
19
+ },
20
+ {
21
+ "input_image": "examples/imgs/i3.jpg",
22
+ "positive_prompt": "advertisement photography, pair of headphones in a library, plants in the background",
23
+ "negative_prompt": "watermark",
24
+ "result_image": "examples/imgs/o3.webp",
25
+ "workflow": "SDXL, Depth Anything, Replace Background"
26
+ }
27
+ ]