kijai / ComfyUI-CCSR

ComfyUI wrapper node for CCSR
https://csslc.github.io/project-CCSR/
176 stars 12 forks source link

Microsoft Defender found Trojan: "Win32/Sirefef!cfg" in "real-world_ccsr.ckpt" #23

Closed KannManMachen closed 2 months ago

KannManMachen commented 3 months ago

Affected elements:

containerfile: C:\Users\USERNAME\Desktop\Stable Diffusion\ComfyUI_windows_portable\ComfyUI\models\checkpoints\real-world_ccsr.ckpt

file: C:\Users\USERNAME\Desktop\Stable Diffusion\ComfyUI_windows_portable\ComfyUI\models\checkpoints\real-world_ccsr.ckpt -> archive/data/919

kijai commented 3 months ago

It's a false positive, just in case I went through the file and there are bunch of unused training data included, besides the state_dict (which is just weights) there is just this info: image

However to put everyone's mind at ease, and to save disk space I pruned and converted the weights only: https://huggingface.co/Kijai/ccsr-safetensors/tree/main

Seems to work as direct replacement for the node, but requires updating it.

KannManMachen commented 3 months ago

Thanks a lot for clarification and for giving us safetensor files :)

Im curious – do you have any idea why Microsoft Defender was claiming the checkpoint as affected?