"StyleGAN3+CLIP.ipynb"
Hello, just wanted to report and say thanks for creating this notebook : )
2025-11-30 17:03:29 (21.5 MB/s) - ‘stylegan3-r-metfacesu-1024x1024.pkl’ saved [237068701/237068701]
Setting up PyTorch plugin "bias_act_plugin"... Failed!
ModuleNotFoundError Traceback (most recent call last)
/tmp/ipython-input-1677429087.py in <cell line: 0>()
36
37 zs = torch.randn([10000, G.mapping.z_dim], device=device)
---> 38 w_stds = G.mapping(zs, None).std(0)
10 frames
in forward(self, z, c, truncation_psi, truncation_cutoff, update_emas)
in forward(self, x)
/usr/lib/python3.12/importlib/_bootstrap.py in find_and_load_unlocked(name, import)
ModuleNotFoundError: No module named 'bias_act_plugin'
thank you!
cha : )
"StyleGAN3+CLIP.ipynb"
Hello, just wanted to report and say thanks for creating this notebook : )
2025-11-30 17:03:29 (21.5 MB/s) - ‘stylegan3-r-metfacesu-1024x1024.pkl’ saved [237068701/237068701]
Setting up PyTorch plugin "bias_act_plugin"... Failed!
ModuleNotFoundError Traceback (most recent call last)
/tmp/ipython-input-1677429087.py in <cell line: 0>()
36
37 zs = torch.randn([10000, G.mapping.z_dim], device=device)
---> 38 w_stds = G.mapping(zs, None).std(0)
10 frames
in forward(self, z, c, truncation_psi, truncation_cutoff, update_emas)
in forward(self, x)
/usr/lib/python3.12/importlib/_bootstrap.py in find_and_load_unlocked(name, import)
ModuleNotFoundError: No module named 'bias_act_plugin'
thank you!
cha : )