openfree commited on
Commit
9bc725d
Β·
verified Β·
1 Parent(s): ea6dd77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +196 -208
app.py CHANGED
@@ -852,209 +852,194 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange") as iface:
852
  img2vid_current_width = gr.State(value=512)
853
  img2vid_current_num_frames = gr.State(value=257)
854
 
855
-
856
-
857
- with gr.Tabs():
858
- # Text to Video Tab
859
- with gr.TabItem("ν…μŠ€νŠΈλ‘œ λΉ„λ””μ˜€ λ§Œλ“€κΈ°"):
860
- with gr.Row():
861
- with gr.Column():
862
- txt2vid_prompt = gr.Textbox(
863
- label="Step 1: ν”„λ‘¬ν”„νŠΈ μž…λ ₯",
864
- placeholder="μƒμ„±ν•˜κ³  싢은 λΉ„λ””μ˜€λ₯Ό μ„€λͺ…ν•˜μ„Έμš” (μ΅œμ†Œ 50자)...",
865
- value="κ·€μ—¬μš΄ 고양이",
866
- lines=5,
867
- )
868
- txt2vid_enhance_toggle = Toggle(
869
- label="ν”„λ‘¬ν”„νŠΈ 증강",
870
- value=False,
871
- interactive=True,
872
- )
873
-
874
- txt2vid_negative_prompt = gr.Textbox(
875
- label="Step 2: λ„€κ±°ν‹°λΈŒ ν”„λ‘¬ν”„νŠΈ μž…λ ₯",
876
- placeholder="λΉ„λ””μ˜€μ—μ„œ μ›ν•˜μ§€ μ•ŠλŠ” μš”μ†Œλ₯Ό μ„€λͺ…ν•˜μ„Έμš”...",
877
- value="low quality, worst quality, deformed, distorted, warped, motion smear, motion artifacts, fused fingers, incorrect anatomy, strange hands, unattractive",
878
- lines=2,
879
- visible=False
880
- )
881
-
882
- txt2vid_preset = gr.Dropdown(
883
- choices=[p["label"] for p in preset_options],
884
- value="[16:9] 512x320, 10.3초",
885
- label="Step 2: 해상도 프리셋 선택",
886
- )
887
-
888
- txt2vid_frame_rate = gr.Slider(
889
- label="Step 3: ν”„λ ˆμž„ 레이트",
890
- minimum=21,
891
- maximum=30,
892
- step=1,
893
- value=25,
894
- visible=False
895
- )
896
-
897
- txt2vid_advanced = create_advanced_options()
898
- txt2vid_generate = gr.Button(
899
- "Step 3: λΉ„λ””μ˜€ 생성",
900
- variant="primary",
901
- size="lg",
902
- )
903
-
904
- with gr.Column():
905
- txt2vid_output = gr.Video(label="μƒμ„±λœ λΉ„λ””μ˜€")
906
-
907
- # Image to Video Tab
908
- with gr.TabItem("μ΄λ―Έμ§€λ‘œ λΉ„λ””μ˜€ λ§Œλ“€κΈ°"):
909
- with gr.Row():
910
- with gr.Column():
911
- img2vid_image = gr.Image(
912
- type="filepath",
913
- label="Step 1: μž…λ ₯ 이미지 μ—…λ‘œλ“œ",
914
- elem_id="image_upload",
915
- )
916
- img2vid_prompt = gr.Textbox(
917
- label="Step 2: ν”„λ‘¬ν”„νŠΈ μž…λ ₯",
918
- placeholder="이미지λ₯Ό μ–΄λ–»κ²Œ μ• λ‹ˆλ©”μ΄μ…˜ν™”ν• μ§€ μ„€λͺ…ν•˜μ„Έμš” (μ΅œμ†Œ 50자)...",
919
- value="κ·€μ—¬μš΄ 고양이",
920
- lines=5,
921
- )
922
- img2vid_enhance_toggle = Toggle(
923
- label="ν”„λ‘¬ν”„νŠΈ 증강",
924
- value=False,
925
- interactive=True,
926
- )
927
- img2vid_negative_prompt = gr.Textbox(
928
- label="Step 3: λ„€κ±°ν‹°λΈŒ ν”„λ‘¬ν”„νŠΈ μž…λ ₯",
929
- placeholder="λΉ„λ””μ˜€μ—μ„œ μ›ν•˜μ§€ μ•ŠλŠ” μš”μ†Œλ₯Ό μ„€λͺ…ν•˜μ„Έμš”...",
930
- value="low quality, worst quality, deformed, distorted, warped, motion smear, motion artifacts, fused fingers, incorrect anatomy, strange hands, unattractive",
931
- lines=2,
932
- visible=False
933
- )
934
-
935
- img2vid_preset = gr.Dropdown(
936
- choices=[p["label"] for p in preset_options],
937
- value="[16:9] 512x320, 10.3초",
938
- label="Step 3: 해상도 프리셋 선택",
939
- )
940
-
941
- img2vid_frame_rate = gr.Slider(
942
- label="Step 4: ν”„λ ˆμž„ 레이트",
943
- minimum=21,
944
- maximum=30,
945
- step=1,
946
- value=25,
947
- visible=False
948
- )
949
-
950
- img2vid_advanced = create_advanced_options()
951
- img2vid_generate = gr.Button(
952
- "Step 4: λΉ„λ””μ˜€ 생성",
953
- variant="primary",
954
- size="lg",
955
- )
956
-
957
- with gr.Column():
958
- img2vid_output = gr.Video(label="μƒμ„±λœ λΉ„λ””μ˜€")
959
-
960
- with gr.TabItem("μ‹œλ‚˜λ¦¬μ˜€λ‘œ λΉ„λ””μ˜€ λ§Œλ“€κΈ°(숏폼)"):
961
- with gr.Row():
962
- with gr.Column(scale=1):
963
- # 슀크립트 생성 μ„Ήμ…˜ μΆ”κ°€
964
- script_topic = gr.Textbox(
965
- label="슀크립트 생성",
966
- placeholder="겨울 일본 온천 여행을 주제둜 밝은 λŠλ‚ŒμœΌλ‘œ 슀크립트 μƒμ„±ν•˜λΌ",
967
- lines=2
968
- )
969
- generate_script_btn = gr.Button("슀크립트 생성", variant="primary")
970
-
971
- scenario_input = gr.Textbox(
972
- label="μ˜μƒ 슀크립트 μž…λ ₯",
973
- placeholder="전체 μ‹œλ‚˜λ¦¬μ˜€λ₯Ό μž…λ ₯ν•˜μ„Έμš”...",
974
- lines=10
975
- )
976
- scenario_preset = gr.Dropdown(
977
- choices=[p["label"] for p in preset_options],
978
- value="[16:9] 512x320, 10.3초",
979
- label="ν™”λ©΄ 크기 선택"
980
- )
981
- analyze_btn = gr.Button("μ‹œλ‚˜λ¦¬μ˜€ 뢄석 및 ν”„λ‘¬ν”„νŠΈ 생성", variant="primary")
982
-
983
-
984
-
985
- with gr.Column(scale=2):
986
- with gr.Row():
987
- # μ„Ήμ…˜ 1
988
- with gr.Column():
989
- section1_prompt = gr.Textbox(
990
- label="1. λ°°κ²½ 및 ν•„μš”μ„±",
991
- lines=4
992
- )
993
- with gr.Row():
994
- section1_regenerate = gr.Button("πŸ”„ ν”„λ‘¬ν”„νŠΈ 생성")
995
- section1_generate = gr.Button("πŸ”„ μ˜μƒ 생성")
996
- section1_video = gr.Video(label="μ„Ήμ…˜ 1 μ˜μƒ")
997
-
998
- # μ„Ήμ…˜ 2
999
- with gr.Column():
1000
- section2_prompt = gr.Textbox(
1001
- label="2. ν₯λ―Έ 유발",
1002
- lines=4
1003
- )
1004
- with gr.Row():
1005
- section2_regenerate = gr.Button("πŸ”„ ν”„λ‘¬ν”„νŠΈ 생성")
1006
- section2_generate = gr.Button("πŸ”„ μ˜μƒ 생성")
1007
- section2_video = gr.Video(label="μ„Ήμ…˜ 2 μ˜μƒ")
1008
-
1009
- with gr.Row():
1010
- # μ„Ήμ…˜ 3
1011
- with gr.Column():
1012
- section3_prompt = gr.Textbox(
1013
- label="3. ν•΄κ²°μ±… μ œμ‹œ",
1014
- lines=4
1015
- )
1016
- with gr.Row():
1017
- section3_regenerate = gr.Button("πŸ”„ ν”„λ‘¬ν”„νŠΈ 생성")
1018
- section3_generate = gr.Button("πŸ”„ μ˜μƒ 생성")
1019
- section3_video = gr.Video(label="μ„Ήμ…˜ 3 μ˜μƒ")
1020
-
1021
- # μ„Ήμ…˜ 4
1022
- with gr.Column():
1023
- section4_prompt = gr.Textbox(
1024
- label="4. λ³Έλ‘ ",
1025
- lines=4
1026
- )
1027
- with gr.Row():
1028
- section4_regenerate = gr.Button("πŸ”„ ν”„λ‘¬ν”„νŠΈ 생성")
1029
- section4_generate = gr.Button("πŸ”„ μ˜μƒ 생성")
1030
- section4_video = gr.Video(label="μ„Ήμ…˜ 4 μ˜μƒ")
1031
-
1032
- with gr.Row():
1033
- # μ„Ήμ…˜ 5
1034
- with gr.Column():
1035
- section5_prompt = gr.Textbox(
1036
- label="5. κ²°λ‘  및 κ°•μ‘°",
1037
- lines=4
1038
- )
1039
- with gr.Row():
1040
- section5_regenerate = gr.Button("πŸ”„ ν”„λ‘¬ν”„νŠΈ 생성")
1041
- section5_generate = gr.Button("πŸ”„ μ˜μƒ 생성")
1042
- section5_video = gr.Video(label="μ„Ήμ…˜ 5 μ˜μƒ")
1043
-
1044
-
1045
-
1046
- # 톡합 μ˜μƒ μ„Ήμ…˜ μΆ”κ°€
1047
- with gr.Row():
1048
- with gr.Column(scale=1):
1049
- # 기쑴의 scenario_inputκ³Ό analyze_btn μœ μ§€
1050
- merge_videos_btn = gr.Button("톡합 μ˜μƒ 생성", variant="primary", size="lg")
1051
-
1052
- with gr.Column(scale=2):
1053
- # 기쑴의 μ„Ήμ…˜ 1-5 μœ μ§€
1054
-
1055
- # 톡합 μ˜μƒ 좜λ ₯ μ„Ήμ…˜ μΆ”κ°€
1056
- with gr.Row():
1057
- merged_video_output = gr.Video(label="톡합 μ˜μƒ")
1058
 
1059
 
1060
  # Text to Video Tab handlers
@@ -1132,7 +1117,9 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange") as iface:
1132
  outputs=img2vid_output,
1133
  )
1134
 
1135
- # Scenario Tab handlers
 
 
1136
  generate_script_btn.click(
1137
  fn=generate_script,
1138
  inputs=[script_topic],
@@ -1222,8 +1209,9 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange") as iface:
1222
  ],
1223
  outputs=merged_video_output
1224
  )
1225
-
1226
  if __name__ == "__main__":
1227
- iface.queue(max_size=64, default_concurrency_limit=1, api_open=False).launch(
1228
- share=True, show_api=False
1229
- )
 
 
852
  img2vid_current_width = gr.State(value=512)
853
  img2vid_current_num_frames = gr.State(value=257)
854
 
855
+ with gr.Tabs():
856
+ # Text to Video Tab
857
+ with gr.TabItem("ν…μŠ€νŠΈλ‘œ λΉ„λ””μ˜€ λ§Œλ“€κΈ°"):
858
+ with gr.Row():
859
+ with gr.Column():
860
+ txt2vid_prompt = gr.Textbox(
861
+ label="Step 1: ν”„λ‘¬ν”„νŠΈ μž…λ ₯",
862
+ placeholder="μƒμ„±ν•˜κ³  싢은 λΉ„λ””μ˜€λ₯Ό μ„€λͺ…ν•˜μ„Έμš” (μ΅œμ†Œ 50자)...",
863
+ value="κ·€μ—¬μš΄ 고양이",
864
+ lines=5,
865
+ )
866
+ txt2vid_enhance_toggle = Toggle(
867
+ label="ν”„λ‘¬ν”„νŠΈ 증강",
868
+ value=False,
869
+ interactive=True,
870
+ )
871
+ txt2vid_negative_prompt = gr.Textbox(
872
+ label="Step 2: λ„€κ±°ν‹°λΈŒ ν”„λ‘¬ν”„νŠΈ μž…λ ₯",
873
+ placeholder="λΉ„λ””μ˜€μ—μ„œ μ›ν•˜μ§€ μ•ŠλŠ” μš”μ†Œλ₯Ό μ„€λͺ…ν•˜μ„Έμš”...",
874
+ value="low quality, worst quality, deformed, distorted, warped, motion smear, motion artifacts, fused fingers, incorrect anatomy, strange hands, unattractive",
875
+ lines=2,
876
+ visible=False
877
+ )
878
+ txt2vid_preset = gr.Dropdown(
879
+ choices=[p["label"] for p in preset_options],
880
+ value="[16:9] 512x320, 10.3초",
881
+ label="Step 2: 해상도 프리셋 선택",
882
+ )
883
+ txt2vid_frame_rate = gr.Slider(
884
+ label="Step 3: ν”„λ ˆμž„ 레이트",
885
+ minimum=21,
886
+ maximum=30,
887
+ step=1,
888
+ value=25,
889
+ visible=False
890
+ )
891
+ txt2vid_advanced = create_advanced_options()
892
+ txt2vid_generate = gr.Button(
893
+ "Step 3: λΉ„λ””μ˜€ 생성",
894
+ variant="primary",
895
+ size="lg",
896
+ )
897
+ with gr.Column():
898
+ txt2vid_output = gr.Video(label="μƒμ„±λœ λΉ„λ””μ˜€")
899
+
900
+
901
+ # Image to Video Tab
902
+ with gr.TabItem("μ΄λ―Έμ§€λ‘œ λΉ„λ””μ˜€ λ§Œλ“€κΈ°"):
903
+ with gr.Row():
904
+ with gr.Column():
905
+ img2vid_image = gr.Image(
906
+ type="filepath",
907
+ label="Step 1: μž…λ ₯ 이미지 μ—…λ‘œλ“œ",
908
+ elem_id="image_upload",
909
+ )
910
+ img2vid_prompt = gr.Textbox(
911
+ label="Step 2: ν”„λ‘¬ν”„νŠΈ μž…λ ₯",
912
+ placeholder="이미지λ₯Ό μ–΄λ–»κ²Œ μ• λ‹ˆλ©”μ΄μ…˜ν™”ν• μ§€ μ„€λͺ…ν•˜μ„Έμš” (μ΅œμ†Œ 50자)...",
913
+ value="κ·€μ—¬μš΄ 고양이",
914
+ lines=5,
915
+ )
916
+ img2vid_enhance_toggle = Toggle(
917
+ label="ν”„λ‘¬ν”„νŠΈ 증강",
918
+ value=False,
919
+ interactive=True,
920
+ )
921
+ img2vid_negative_prompt = gr.Textbox(
922
+ label="Step 3: λ„€κ±°ν‹°λΈŒ ν”„λ‘¬ν”„νŠΈ μž…λ ₯",
923
+ placeholder="λΉ„λ””μ˜€μ—μ„œ μ›ν•˜μ§€ μ•ŠλŠ” μš”μ†Œλ₯Ό μ„€λͺ…ν•˜μ„Έμš”...",
924
+ value="low quality, worst quality, deformed, distorted, warped, motion smear, motion artifacts, fused fingers, incorrect anatomy, strange hands, unattractive",
925
+ lines=2,
926
+ visible=False
927
+ )
928
+ img2vid_preset = gr.Dropdown(
929
+ choices=[p["label"] for p in preset_options],
930
+ value="[16:9] 512x320, 10.3초",
931
+ label="Step 3: 해상도 프리셋 선택",
932
+ )
933
+ img2vid_frame_rate = gr.Slider(
934
+ label="Step 4: ν”„λ ˆμž„ 레이트",
935
+ minimum=21,
936
+ maximum=30,
937
+ step=1,
938
+ value=25,
939
+ visible=False
940
+ )
941
+ img2vid_advanced = create_advanced_options()
942
+ img2vid_generate = gr.Button(
943
+ "Step 4: λΉ„λ””μ˜€ 생성",
944
+ variant="primary",
945
+ size="lg",
946
+ )
947
+ with gr.Column():
948
+ img2vid_output = gr.Video(label="μƒμ„±λœ λΉ„λ””μ˜€")
949
+
950
+
951
+ # Scenario Tab
952
+ with gr.TabItem("μ‹œλ‚˜λ¦¬μ˜€λ‘œ λΉ„λ””μ˜€ λ§Œλ“€κΈ°(숏폼)"):
953
+ with gr.Row():
954
+ with gr.Column(scale=1):
955
+ script_topic = gr.Textbox(
956
+ label="슀크립트 생성",
957
+ placeholder="겨울 일본 온천 여행을 주제둜 밝은 λŠλ‚ŒμœΌλ‘œ 슀크���트 μƒμ„±ν•˜λΌ",
958
+ lines=2
959
+ )
960
+ generate_script_btn = gr.Button("슀크립트 생성", variant="primary")
961
+
962
+ scenario_input = gr.Textbox(
963
+ label="μ˜μƒ 슀크립트 μž…λ ₯",
964
+ placeholder="전체 μ‹œλ‚˜λ¦¬μ˜€λ₯Ό μž…λ ₯ν•˜μ„Έμš”...",
965
+ lines=10
966
+ )
967
+ scenario_preset = gr.Dropdown(
968
+ choices=[p["label"] for p in preset_options],
969
+ value="[16:9] 512x320, 10.3초",
970
+ label="ν™”λ©΄ 크기 선택"
971
+ )
972
+ analyze_btn = gr.Button("μ‹œλ‚˜λ¦¬μ˜€ 뢄석 및 ν”„λ‘¬ν”„νŠΈ 생성", variant="primary")
973
+
974
+ with gr.Column(scale=2):
975
+ with gr.Row():
976
+ # μ„Ήμ…˜ 1
977
+ with gr.Column():
978
+ section1_prompt = gr.Textbox(
979
+ label="1. λ°°κ²½ 및 ν•„μš”μ„±",
980
+ lines=4
981
+ )
982
+ with gr.Row():
983
+ section1_regenerate = gr.Button("πŸ”„ ν”„λ‘¬ν”„νŠΈ 생성")
984
+ section1_generate = gr.Button("πŸ”„ μ˜μƒ 생성")
985
+ section1_video = gr.Video(label="μ„Ήμ…˜ 1 μ˜μƒ")
986
+
987
+ # μ„Ήμ…˜ 2
988
+ with gr.Column():
989
+ section2_prompt = gr.Textbox(
990
+ label="2. ν₯λ―Έ 유발",
991
+ lines=4
992
+ )
993
+ with gr.Row():
994
+ section2_regenerate = gr.Button("πŸ”„ ν”„λ‘¬ν”„νŠΈ 생성")
995
+ section2_generate = gr.Button("πŸ”„ μ˜μƒ 생성")
996
+ section2_video = gr.Video(label="μ„Ήμ…˜ 2 μ˜μƒ")
997
+
998
+
999
+
1000
+ with gr.Row():
1001
+ # μ„Ήμ…˜ 3
1002
+ with gr.Column():
1003
+ section3_prompt = gr.Textbox(
1004
+ label="3. ν•΄κ²°μ±… μ œμ‹œ",
1005
+ lines=4
1006
+ )
1007
+ with gr.Row():
1008
+ section3_regenerate = gr.Button("πŸ”„ ν”„λ‘¬ν”„νŠΈ 생성")
1009
+ section3_generate = gr.Button("πŸ”„ μ˜μƒ 생성")
1010
+ section3_video = gr.Video(label="μ„Ήμ…˜ 3 μ˜μƒ")
1011
+
1012
+ # μ„Ήμ…˜ 4
1013
+ with gr.Column():
1014
+ section4_prompt = gr.Textbox(
1015
+ label="4. λ³Έλ‘ ",
1016
+ lines=4
1017
+ )
1018
+ with gr.Row():
1019
+ section4_regenerate = gr.Button("πŸ”„ ν”„λ‘¬ν”„νŠΈ 생성")
1020
+ section4_generate = gr.Button("πŸ”„ μ˜μƒ 생성")
1021
+ section4_video = gr.Video(label="μ„Ήμ…˜ 4 μ˜μƒ")
1022
+
1023
+ with gr.Row():
1024
+ # μ„Ήμ…˜ 5
1025
+ with gr.Column():
1026
+ section5_prompt = gr.Textbox(
1027
+ label="5. κ²°λ‘  및 κ°•μ‘°",
1028
+ lines=4
1029
+ )
1030
+ with gr.Row():
1031
+ section5_regenerate = gr.Button("πŸ”„ ν”„λ‘¬ν”„νŠΈ 생성")
1032
+ section5_generate = gr.Button("πŸ”„ μ˜μƒ 생성")
1033
+ section5_video = gr.Video(label="μ„Ήμ…˜ 5 μ˜μƒ")
1034
+
1035
+ # 톡합 μ˜μƒ μ„Ήμ…˜
1036
+ with gr.Row():
1037
+ with gr.Column(scale=1):
1038
+ merge_videos_btn = gr.Button("톡합 μ˜μƒ 생성", variant="primary", size="lg")
1039
+
1040
+ with gr.Column(scale=2):
1041
+ with gr.Row():
1042
+ merged_video_output = gr.Video(label="톡합 μ˜μƒ")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1043
 
1044
 
1045
  # Text to Video Tab handlers
 
1117
  outputs=img2vid_output,
1118
  )
1119
 
1120
+
1121
+
1122
+ # Scenario Tab handlers
1123
  generate_script_btn.click(
1124
  fn=generate_script,
1125
  inputs=[script_topic],
 
1209
  ],
1210
  outputs=merged_video_output
1211
  )
1212
+
1213
  if __name__ == "__main__":
1214
+ iface.queue(max_size=64, default_concurrency_limit=1, api_open=False).launch(
1215
+ share=True,
1216
+ show_api=False
1217
+ )