LiGongrong

Results 2 issues of LiGongrong

``` pyhton def hook_load_torch_file(): import comfy.utils if not hasattr(comfy.utils, 'load_torch_file_original'): comfy.utils.load_torch_file_original = comfy.utils.load_torch_file replace_str=""" if sd.get('id_encoder', None) and (lora_weights:=sd.get('lora_weights', None)) and len(sd) == 2: def find_outer_instance(target:str, target_type): import inspect frame...