Update app.py
Browse files
app.py
CHANGED
@@ -201,47 +201,12 @@ def create_demo(args, model_name: str, device: str = "cuda" if torch.cuda.is_ava
|
|
201 |
example_inps = [
|
202 |
[
|
203 |
'a woman holding sign with glowing green text \"PuLID for FLUX\"',
|
204 |
-
'example_inputs/
|
205 |
4, 4, 2680261499100305976, 1
|
206 |
],
|
207 |
-
[
|
208 |
-
'portrait, side view',
|
209 |
-
'example_inputs/liuyifei.png',
|
210 |
-
4, 4, 1205240166692517553, 1
|
211 |
-
],
|
212 |
-
[
|
213 |
-
'white-haired woman with vr technology atmosphere, revolutionary exceptional magnum with remarkable details', # noqa E501
|
214 |
-
'example_inputs/liuyifei.png',
|
215 |
-
4, 4, 6349424134217931066, 1
|
216 |
-
],
|
217 |
-
[
|
218 |
-
'a young child is eating Icecream',
|
219 |
-
'example_inputs/liuyifei.png',
|
220 |
-
4, 4, 10606046113565776207, 1
|
221 |
-
],
|
222 |
-
[
|
223 |
-
'a man is holding a sign with text \"PuLID for FLUX\", winter, snowing, top of the mountain',
|
224 |
-
'example_inputs/pengwei.jpg',
|
225 |
-
4, 4, 2410129802683836089, 1
|
226 |
-
],
|
227 |
-
[
|
228 |
-
'portrait, candle light',
|
229 |
-
'example_inputs/pengwei.jpg',
|
230 |
-
4, 4, 17522759474323955700, 1
|
231 |
-
],
|
232 |
-
[
|
233 |
-
'profile shot dark photo of a 25-year-old male with smoke escaping from his mouth, the backlit smoke gives the image an ephemeral quality, natural face, natural eyebrows, natural skin texture, award winning photo, highly detailed face, atmospheric lighting, film grain, monochrome', # noqa E501
|
234 |
-
'example_inputs/pengwei.jpg',
|
235 |
-
4, 4, 17733156847328193625, 1
|
236 |
-
],
|
237 |
-
[
|
238 |
-
'American Comics, 1boy',
|
239 |
-
'example_inputs/pengwei.jpg',
|
240 |
-
1, 4, 13223174453874179686, 1
|
241 |
-
],
|
242 |
[
|
243 |
'portrait, pixar',
|
244 |
-
'example_inputs/
|
245 |
1, 4, 9445036702517583939, 1
|
246 |
],
|
247 |
]
|
@@ -251,7 +216,7 @@ def create_demo(args, model_name: str, device: str = "cuda" if torch.cuda.is_ava
|
|
251 |
example_inps = [
|
252 |
[
|
253 |
'portrait, made of ice sculpture',
|
254 |
-
'example_inputs/
|
255 |
1, 1, 3811899118709451814, 5
|
256 |
],
|
257 |
]
|
|
|
201 |
example_inps = [
|
202 |
[
|
203 |
'a woman holding sign with glowing green text \"PuLID for FLUX\"',
|
204 |
+
'example_inputs/qw1.webp',
|
205 |
4, 4, 2680261499100305976, 1
|
206 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
207 |
[
|
208 |
'portrait, pixar',
|
209 |
+
'example_inputs/qw2.webp',
|
210 |
1, 4, 9445036702517583939, 1
|
211 |
],
|
212 |
]
|
|
|
216 |
example_inps = [
|
217 |
[
|
218 |
'portrait, made of ice sculpture',
|
219 |
+
'example_inputs/qw3.webp',
|
220 |
1, 1, 3811899118709451814, 5
|
221 |
],
|
222 |
]
|