sharing enabled
This commit is contained in:
parent
f212cad7a9
commit
7df09e8d0b
|
@ -58,7 +58,7 @@ class BlendingFrontend():
|
|||
|
||||
self.init_save_dir()
|
||||
self.save_empty_image()
|
||||
self.share = False
|
||||
self.share = True
|
||||
self.transition_can_be_computed = False
|
||||
self.depth_strength = 0.25
|
||||
self.seed1 = 420
|
||||
|
@ -260,11 +260,9 @@ class BlendingFrontend():
|
|||
list_out.append("")
|
||||
list_out.append(np.random.randint(0, 10000000))
|
||||
print(f"stack_forward: fp_multi {fp_multi}")
|
||||
|
||||
return list_out
|
||||
|
||||
|
||||
|
||||
def multi_concat(self):
|
||||
list_fp_movies = []
|
||||
for dp_segment in self.list_all_segments:
|
||||
|
|
Loading…
Reference in New Issue