sharing enabled

This commit is contained in:
Johannes Stelzer 2023-02-20 11:21:49 +01:00
parent f212cad7a9
commit 7df09e8d0b
1 changed files with 1 additions and 3 deletions

View File

@ -58,7 +58,7 @@ class BlendingFrontend():
self.init_save_dir() self.init_save_dir()
self.save_empty_image() self.save_empty_image()
self.share = False self.share = True
self.transition_can_be_computed = False self.transition_can_be_computed = False
self.depth_strength = 0.25 self.depth_strength = 0.25
self.seed1 = 420 self.seed1 = 420
@ -260,9 +260,7 @@ class BlendingFrontend():
list_out.append("") list_out.append("")
list_out.append(np.random.randint(0, 10000000)) list_out.append(np.random.randint(0, 10000000))
print(f"stack_forward: fp_multi {fp_multi}") print(f"stack_forward: fp_multi {fp_multi}")
return list_out return list_out
def multi_concat(self): def multi_concat(self):