Gourieff / comfyui-reactor-node

Fast and Simple Face Swap Extension Node for ComfyUI
GNU General Public License v3.0
1.4k stars 133 forks source link

About commercial use of Masking Helper #364

Open ShotaYamasaki opened 1 month ago

ShotaYamasaki commented 1 month ago

Thank you for the great code!

I understand that ReactorFaceSwap uses InsightFace, so it cannot be used commercially. I don't think InsightFace is used in MaskingHelper. In that case, is it correct to assume that commercial use is possible?

Gourieff commented 1 month ago

Yes, you can use it commercially, MaskingHelper uses models which go under Apache License 2.0 (SAM models) and under GNU Affero General Public License v3.0 (Ultralytics models) So, there are no any limitations for Commercial use as far as I know

https://github.com/SysCV/sam-hq/blob/main/LICENSE https://github.com/ultralytics/ultralytics/blob/main/LICENSE

ShotaYamasaki commented 1 month ago

thank you for your reply!

So I would like to ask a question: Do you know of any models that can use FaceSwap, which is an alternative to Insightface?