JulesLiu

Results 5 comments of JulesLiu

> Maybe your graphics memory is too small. 6G or more is OK 3070ti 8G laptop gpu, still got multiple similar errors. Will try to modify virtual memory later, which...

If I remember it correctly, I used the solution by the wonderful guy's (@WondererGuy) in #404 , and solved. Quote: "in projected_model.py , you can fix ' self.netArc = netArc_checkpoint['model'].module'...

> Thanks JulesLiu that works but the follow error comes 'EfficientNet' object has no attribute 'act1' File "D:\pythonworkspace\SimSwap\pg_modules\projector.py", line 35, in _make_efficientnet pretrained.layer0 = nn.Sequential(model.conv_stem, model.bn1, model.act1, *model.blocks[0:2]) File "D:\pythonworkspace\SimSwap\pg_modules\projector.py",...

For now, I just bypassed this Q8Patch node, it works, though not sure if this is the best solution. In another issue, someone suggested to use a KJs model, you...