Spaces:
Runtime error
Runtime error
NVML_SUCCESS == r INTERNAL ASSERT FAILED
Browse files
app.py
CHANGED
|
@@ -888,7 +888,7 @@ def process(input_image,
|
|
| 888 |
((str(hours) + " h, ") if hours != 0 else "") + \
|
| 889 |
((str(minutes) + " min, ") if hours != 0 or minutes != 0 else "") + \
|
| 890 |
str(secondes) + " sec. " + \
|
| 891 |
-
"You can upscale the result with RIFE. To make all your generated scenes consistent, you can then apply a face swap on the main character. If you do not see the generated video above, the process may have failed. See the logs for more information. If you see an error like ''
|
| 892 |
break
|
| 893 |
|
| 894 |
def get_duration_video(input_video, prompt, n_prompt, randomize_seed, seed, batch, resolution, total_second_length, latent_window_size, steps, cfg, gs, rs, gpu_memory_preservation, enable_preview, use_teacache, no_resize, mp4_crf, num_clean_frames, vae_batch):
|
|
@@ -967,7 +967,7 @@ def process_video(input_video, prompt, n_prompt, randomize_seed, seed, batch, re
|
|
| 967 |
((str(hours) + " h, ") if hours != 0 else "") + \
|
| 968 |
((str(minutes) + " min, ") if hours != 0 or minutes != 0 else "") + \
|
| 969 |
str(secondes) + " sec. " + \
|
| 970 |
-
" You can upscale the result with RIFE. To make all your generated scenes consistent, you can then apply a face swap on the main character. If you do not see the generated video above, the process may have failed. See the logs for more information. If you see an error like ''
|
| 971 |
break
|
| 972 |
|
| 973 |
def end_process():
|
|
@@ -1137,7 +1137,7 @@ with block:
|
|
| 1137 |
"Missing arm, unrealistic position, impossible contortion, visible bone, muscle contraction, blurred, blurry", # n_prompt
|
| 1138 |
True, # randomize_seed
|
| 1139 |
42, # seed
|
| 1140 |
-
|
| 1141 |
1, # total_second_length
|
| 1142 |
9, # latent_window_size
|
| 1143 |
25, # steps
|
|
|
|
| 888 |
((str(hours) + " h, ") if hours != 0 else "") + \
|
| 889 |
((str(minutes) + " min, ") if hours != 0 or minutes != 0 else "") + \
|
| 890 |
str(secondes) + " sec. " + \
|
| 891 |
+
"You can upscale the result with RIFE. To make all your generated scenes consistent, you can then apply a face swap on the main character. If you do not see the generated video above, the process may have failed. See the logs for more information. If you see an error like ''NVML_SUCCESS == r INTERNAL ASSERT FAILED'', you probably haven't enough VRAM. Test an example or other options to compare. You can share your inputs to the original space or set your space in public for a peer review.", gr.update(interactive=True), gr.update(interactive=False)
|
| 892 |
break
|
| 893 |
|
| 894 |
def get_duration_video(input_video, prompt, n_prompt, randomize_seed, seed, batch, resolution, total_second_length, latent_window_size, steps, cfg, gs, rs, gpu_memory_preservation, enable_preview, use_teacache, no_resize, mp4_crf, num_clean_frames, vae_batch):
|
|
|
|
| 967 |
((str(hours) + " h, ") if hours != 0 else "") + \
|
| 968 |
((str(minutes) + " min, ") if hours != 0 or minutes != 0 else "") + \
|
| 969 |
str(secondes) + " sec. " + \
|
| 970 |
+
" You can upscale the result with RIFE. To make all your generated scenes consistent, you can then apply a face swap on the main character. If you do not see the generated video above, the process may have failed. See the logs for more information. If you see an error like ''NVML_SUCCESS == r INTERNAL ASSERT FAILED'', you probably haven't enough VRAM. Test an example or other options to compare. You can share your inputs to the original space or set your space in public for a peer review.", '', gr.update(interactive=True), gr.update(interactive=False)
|
| 971 |
break
|
| 972 |
|
| 973 |
def end_process():
|
|
|
|
| 1137 |
"Missing arm, unrealistic position, impossible contortion, visible bone, muscle contraction, blurred, blurry", # n_prompt
|
| 1138 |
True, # randomize_seed
|
| 1139 |
42, # seed
|
| 1140 |
+
672, # resolution
|
| 1141 |
1, # total_second_length
|
| 1142 |
9, # latent_window_size
|
| 1143 |
25, # steps
|