Fabrice-TIERCELIN commited on
Commit
5094434
·
verified ·
1 Parent(s): 23c4bff

720, # resolution

Browse files
Files changed (1) hide show
  1. app.py +21 -18
app.py CHANGED
@@ -1081,24 +1081,6 @@ with block:
1081
  with gr.Row(elem_id="image_examples", visible=False):
1082
  gr.Examples(
1083
  examples = [
1084
- [
1085
- "./img_examples/Example1.png", # input_image
1086
- "View of the sea as far as the eye can see, from the seaside, a piece of land is barely visible on the horizon at the middle, the sky is radiant, reflections of the sun in the water, photorealistic, realistic, intricate details, 8k, insanely detailed",
1087
- "image", # generation_mode
1088
- "Missing arm, unrealistic position, impossible contortion, blurred, blurry", # n_prompt
1089
- True, # randomize_seed
1090
- 42, # seed
1091
- 768, # resolution
1092
- 1, # total_second_length
1093
- 9, # latent_window_size
1094
- 25, # steps
1095
- 1.0, # cfg
1096
- 10.0, # gs
1097
- 0.0, # rs
1098
- 6, # gpu_memory_preservation
1099
- False, # use_teacache
1100
- 16 # mp4_crf
1101
- ],
1102
  [
1103
  "./img_examples/Example1.png", # input_image
1104
  "View of the sea as far as the eye can see, from the seaside, a piece of land is barely visible on the horizon at the middle, the sky is radiant, reflections of the sun in the water, photorealistic, realistic, intricate details, 8k, insanely detailed",
@@ -1146,6 +1128,27 @@ with block:
1146
  with gr.Row(elem_id="video_examples", visible=False):
1147
  gr.Examples(
1148
  examples = [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1149
  [
1150
  "./img_examples/Example1.mp4", # input_video
1151
  "View of the sea as far as the eye can see, from the seaside, a piece of land is barely visible on the horizon at the middle, the sky is radiant, reflections of the sun in the water, photorealistic, realistic, intricate details, 8k, insanely detailed",
 
1081
  with gr.Row(elem_id="image_examples", visible=False):
1082
  gr.Examples(
1083
  examples = [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1084
  [
1085
  "./img_examples/Example1.png", # input_image
1086
  "View of the sea as far as the eye can see, from the seaside, a piece of land is barely visible on the horizon at the middle, the sky is radiant, reflections of the sun in the water, photorealistic, realistic, intricate details, 8k, insanely detailed",
 
1128
  with gr.Row(elem_id="video_examples", visible=False):
1129
  gr.Examples(
1130
  examples = [
1131
+ [
1132
+ "./img_examples/Example1.mp4", # input_video
1133
+ "View of the sea as far as the eye can see, from the seaside, a piece of land is barely visible on the horizon at the middle, the sky is radiant, reflections of the sun in the water, photorealistic, realistic, intricate details, 8k, insanely detailed",
1134
+ "Missing arm, unrealistic position, blurred, blurry", # n_prompt
1135
+ True, # randomize_seed
1136
+ 42, # seed
1137
+ 1, # batch
1138
+ 720, # resolution
1139
+ 1, # total_second_length
1140
+ 9, # latent_window_size
1141
+ 25, # steps
1142
+ 1.0, # cfg
1143
+ 10.0, # gs
1144
+ 0.0, # rs
1145
+ 6, # gpu_memory_preservation
1146
+ False, # use_teacache
1147
+ False, # no_resize
1148
+ 16, # mp4_crf
1149
+ 5, # num_clean_frames
1150
+ default_vae
1151
+ ],
1152
  [
1153
  "./img_examples/Example1.mp4", # input_video
1154
  "View of the sea as far as the eye can see, from the seaside, a piece of land is barely visible on the horizon at the middle, the sky is radiant, reflections of the sun in the water, photorealistic, realistic, intricate details, 8k, insanely detailed",