Fabrice-TIERCELIN commited on
Commit
a35ddd5
1 Parent(s): 6ab4844

2 examples

Browse files
Files changed (1) hide show
  1. app.py +62 -0
app.py CHANGED
@@ -645,6 +645,68 @@ with gr.Blocks() as interface:
645
  "png",
646
  4
647
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
648
  ],
649
  cache_examples = False,
650
  )
 
645
  "png",
646
  4
647
  ],
648
+ [
649
+ "./Examples/Example3.webp",
650
+ 0,
651
+ None,
652
+ "A red apple",
653
+ "Cinematic, High Contrast, highly detailed, taken using a Canon EOS R camera, hyper detailed photo - realistic maximum detail, 32k, Color Grading, ultra HD, extreme meticulous detailing, skin pore detailing, hyper sharpness, perfect without deformations.",
654
+ "painting, oil painting, illustration, drawing, art, sketch, anime, cartoon, CG Style, 3D render, unreal engine, blurring, bokeh, ugly, dirty, messy, worst quality, low quality, frames, watermark, signature, jpeg artifacts, deformed, lowres, over-smooth",
655
+ 1,
656
+ 1024,
657
+ 1,
658
+ 1,
659
+ 200,
660
+ -1,
661
+ 1,
662
+ 7.5,
663
+ False,
664
+ 42,
665
+ 5,
666
+ 1.003,
667
+ "Wavelet",
668
+ "fp16",
669
+ "bf16",
670
+ 1.0,
671
+ True,
672
+ 4,
673
+ False,
674
+ 0.,
675
+ "v0-Q",
676
+ "webp",
677
+ 4
678
+ ],
679
+ [
680
+ "./Examples/Example3.webp",
681
+ 0,
682
+ None,
683
+ "A red marble",
684
+ "Cinematic, High Contrast, highly detailed, taken using a Canon EOS R camera, hyper detailed photo - realistic maximum detail, 32k, Color Grading, ultra HD, extreme meticulous detailing, skin pore detailing, hyper sharpness, perfect without deformations.",
685
+ "painting, oil painting, illustration, drawing, art, sketch, anime, cartoon, CG Style, 3D render, unreal engine, blurring, bokeh, ugly, dirty, messy, worst quality, low quality, frames, watermark, signature, jpeg artifacts, deformed, lowres, over-smooth",
686
+ 1,
687
+ 1024,
688
+ 1,
689
+ 1,
690
+ 200,
691
+ -1,
692
+ 1,
693
+ 7.5,
694
+ False,
695
+ 42,
696
+ 5,
697
+ 1.003,
698
+ "Wavelet",
699
+ "fp16",
700
+ "bf16",
701
+ 1.0,
702
+ True,
703
+ 4,
704
+ False,
705
+ 0.,
706
+ "v0-Q",
707
+ "webp",
708
+ 4
709
+ ],
710
  ],
711
  cache_examples = False,
712
  )