Yw22 commited on
Commit
f28d540
·
1 Parent(s): 87abd23
Files changed (1) hide show
  1. app.py +12 -6
app.py CHANGED
@@ -173,21 +173,24 @@ image_examples = [
173
  "a sea turtle gracefully swimming over a coral reef in the clear blue ocean.",
174
  "object",
175
  11318446767408804497,
176
- json.load(open("__asset__/trajs/object/turtle-1.json")),
 
177
  ],
178
 
179
  ["__asset__/images/object/rose-1.jpg",
180
  "a red rose engulfed in flames.",
181
  "object",
182
  6854275249656120509,
183
- json.load(open("__asset__/trajs/object/rose-1.json")),
 
184
  ],
185
 
186
  ["__asset__/images/object/jellyfish-1.jpg",
187
  "intricate detailing,photorealism,hyperrealistic, glowing jellyfish mushroom, flying, starry sky, bokeh, golden ratio composition.",
188
  "object",
189
  17966188172968903484,
190
- json.load(open("__asset__/trajs/object/jellyfish-1.json")),
 
191
  ],
192
 
193
 
@@ -195,21 +198,24 @@ image_examples = [
195
  "detailed craftsmanship, photorealism, hyperrealistic, roaring waterfall, misty spray, lush greenery, vibrant rainbow, golden ratio composition.",
196
  "camera",
197
  7970487946960948963,
198
- json.load(open("__asset__/trajs/camera/lush-1.json")),
 
199
  ],
200
 
201
  ["__asset__/images/camera/tusun-1.jpg",
202
  "tusuncub with its mouth open, blurry, open mouth, fangs, photo background, looking at viewer, tongue, full body, solo, cute and lovely, Beautiful and realistic eye details, perfect anatomy, Nonsense, pure background, Centered-Shot, realistic photo, photograph, 4k, hyper detailed, DSLR, 24 Megapixels, 8mm Lens, Full Frame, film grain, Global Illumination, studio Lighting, Award Winning Photography, diffuse reflection, ray tracing.",
203
  "camera",
204
  996953226890228361,
205
- json.load(open("__asset__/trajs/camera/tusun-1.json")),
 
206
  ],
207
 
208
  ["__asset__/images/camera/painting-1.jpg",
209
  "A oil painting.",
210
  "camera",
211
  16867854766769816385,
212
- json.load(open("__asset__/trajs/camera/painting-1.json")),
 
213
  ],
214
 
215
  ]
 
173
  "a sea turtle gracefully swimming over a coral reef in the clear blue ocean.",
174
  "object",
175
  11318446767408804497,
176
+ # json.load(open("__asset__/trajs/object/turtle-1.json")),
177
+ "__asset__/trajs/object/turtle-1.json",
178
  ],
179
 
180
  ["__asset__/images/object/rose-1.jpg",
181
  "a red rose engulfed in flames.",
182
  "object",
183
  6854275249656120509,
184
+ # json.load(open("__asset__/trajs/object/rose-1.json")),
185
+ "__asset__/trajs/object/turtle-1.json",
186
  ],
187
 
188
  ["__asset__/images/object/jellyfish-1.jpg",
189
  "intricate detailing,photorealism,hyperrealistic, glowing jellyfish mushroom, flying, starry sky, bokeh, golden ratio composition.",
190
  "object",
191
  17966188172968903484,
192
+ # json.load(open("__asset__/trajs/object/jellyfish-1.json")),
193
+ "__asset__/trajs/object/turtle-1.json",
194
  ],
195
 
196
 
 
198
  "detailed craftsmanship, photorealism, hyperrealistic, roaring waterfall, misty spray, lush greenery, vibrant rainbow, golden ratio composition.",
199
  "camera",
200
  7970487946960948963,
201
+ # json.load(open("__asset__/trajs/camera/lush-1.json")),
202
+ "__asset__/trajs/object/turtle-1.json",
203
  ],
204
 
205
  ["__asset__/images/camera/tusun-1.jpg",
206
  "tusuncub with its mouth open, blurry, open mouth, fangs, photo background, looking at viewer, tongue, full body, solo, cute and lovely, Beautiful and realistic eye details, perfect anatomy, Nonsense, pure background, Centered-Shot, realistic photo, photograph, 4k, hyper detailed, DSLR, 24 Megapixels, 8mm Lens, Full Frame, film grain, Global Illumination, studio Lighting, Award Winning Photography, diffuse reflection, ray tracing.",
207
  "camera",
208
  996953226890228361,
209
+ # json.load(open("__asset__/trajs/camera/tusun-1.json")),
210
+ "__asset__/trajs/object/turtle-1.json",
211
  ],
212
 
213
  ["__asset__/images/camera/painting-1.jpg",
214
  "A oil painting.",
215
  "camera",
216
  16867854766769816385,
217
+ # json.load(open("__asset__/trajs/camera/painting-1.json")),
218
+ "__asset__/trajs/object/turtle-1.json",
219
  ],
220
 
221
  ]