Fix protect not to be dict

This commit is contained in:
Ftps 2024-05-05 03:39:44 +09:00
parent fba94a0bf7
commit e47a6b5842

View File

@ -88,16 +88,8 @@ class VC:
torch.mps.empty_cache() torch.mps.empty_cache()
return ( return (
{"visible": False, "__type__": "update"}, {"visible": False, "__type__": "update"},
{ to_return_protect0,
"visible": True, to_return_protect1,
"value": to_return_protect0,
"__type__": "update",
},
{
"visible": True,
"value": to_return_protect1,
"__type__": "update",
},
"", "",
"", "",
) )