MCPcopy Create free account
hub / github.com/PKU-YuanGroup/MagicTime / refresh_motion_module

Method refresh_motion_module

app.py:114–116  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

112 self.update_dreambooth(self.dreambooth_list[0])
113
114 def refresh_motion_module(self):
115 motion_module_list = glob(os.path.join(self.motion_module_dir, "*.ckpt"))
116 self.motion_module_list = [os.path.basename(p) for p in motion_module_list]
117
118 def refresh_personalized_model(self):
119 dreambooth_list = glob(os.path.join(self.personalized_model_dir, "*.safetensors"))

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected