Spaces:
Running
on
Zero
Running
on
Zero
fix examples format
Browse files
app.py
CHANGED
@@ -378,8 +378,8 @@ examples_arena = [
|
|
378 |
2,
|
379 |
"sd3 medium",
|
380 |
"sdxl",
|
381 |
-
"
|
382 |
-
"
|
383 |
25, # prior_num_inference_steps_a
|
384 |
4.0, # prior_guidance_scale_a
|
385 |
12, # decoder_num_inference_steps_a
|
@@ -444,6 +444,7 @@ examples_arena = [
|
|
444 |
examples_individual = [
|
445 |
[
|
446 |
"A woman in a red dress singing on top of a building.",
|
|
|
447 |
"deformed, distorted, disfigured, poorly drawn, bad anatomy, incorrect anatomy, extra limb, missing limb, floating limbs, mutated hands and fingers, disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation",
|
448 |
25,
|
449 |
7.5,
|
@@ -451,7 +452,6 @@ examples_individual = [
|
|
451 |
1024,
|
452 |
42,
|
453 |
2,
|
454 |
-
"sdxl",
|
455 |
25, # prior_num_inference_steps
|
456 |
4.0, # prior_guidance_scale
|
457 |
12, # decoder_num_inference_steps
|
@@ -459,6 +459,7 @@ examples_individual = [
|
|
459 |
],
|
460 |
[
|
461 |
"An astronaut on mars in a futuristic cyborg suit.",
|
|
|
462 |
"deformed, distorted, disfigured, poorly drawn, bad anatomy, incorrect anatomy, extra limb, missing limb, floating limbs, mutated hands and fingers, disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation",
|
463 |
25,
|
464 |
7.5,
|
@@ -466,7 +467,6 @@ examples_individual = [
|
|
466 |
1024,
|
467 |
42,
|
468 |
2,
|
469 |
-
"sdxl",
|
470 |
25, # prior_num_inference_steps
|
471 |
4.0, # prior_guidance_scale
|
472 |
12, # decoder_num_inference_steps
|
|
|
378 |
2,
|
379 |
"sd3 medium",
|
380 |
"sdxl",
|
381 |
+
"sdxl flash",
|
382 |
+
"stable cascade",
|
383 |
25, # prior_num_inference_steps_a
|
384 |
4.0, # prior_guidance_scale_a
|
385 |
12, # decoder_num_inference_steps_a
|
|
|
444 |
examples_individual = [
|
445 |
[
|
446 |
"A woman in a red dress singing on top of a building.",
|
447 |
+
"sdxl",
|
448 |
"deformed, distorted, disfigured, poorly drawn, bad anatomy, incorrect anatomy, extra limb, missing limb, floating limbs, mutated hands and fingers, disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation",
|
449 |
25,
|
450 |
7.5,
|
|
|
452 |
1024,
|
453 |
42,
|
454 |
2,
|
|
|
455 |
25, # prior_num_inference_steps
|
456 |
4.0, # prior_guidance_scale
|
457 |
12, # decoder_num_inference_steps
|
|
|
459 |
],
|
460 |
[
|
461 |
"An astronaut on mars in a futuristic cyborg suit.",
|
462 |
+
"sdxl",
|
463 |
"deformed, distorted, disfigured, poorly drawn, bad anatomy, incorrect anatomy, extra limb, missing limb, floating limbs, mutated hands and fingers, disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation",
|
464 |
25,
|
465 |
7.5,
|
|
|
467 |
1024,
|
468 |
42,
|
469 |
2,
|
|
|
470 |
25, # prior_num_inference_steps
|
471 |
4.0, # prior_guidance_scale
|
472 |
12, # decoder_num_inference_steps
|