diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/ComfyUI-MuseTalk-KJ.iml b/.idea/ComfyUI-MuseTalk-KJ.iml new file mode 100644 index 0000000..039314d --- /dev/null +++ b/.idea/ComfyUI-MuseTalk-KJ.iml @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..0ebb300 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/nodes.py b/nodes.py index cb1878c..e9f180d 100644 --- a/nodes.py +++ b/nodes.py @@ -43,6 +43,9 @@ def __init__(self): self.latent_format = comfy.latent_formats.SD15 self.manual_cast_dtype = None self.sampling_settings = {} + self.memory_usage_factor = 1.0 + self.custom_operations = None + self.optimizations = {} class UNETLoader_MuseTalk: @classmethod @@ -308,4 +311,4 @@ def get_sliced_feature(self,feature_array, vid_idx, audio_feat_length= [2,2],fps "vhs_audio_to_audio_tensor": "VHS Audio To Audio Tensor", "muse_talk_sampler": "MuseTalk Sampler", "UNETLoader_MuseTalk": "UNETLoader_MuseTalk" -} +} \ No newline at end of file