stylegan-xl
stylegan-xl copied to clipboard
FFHQ Model does not work on GColab
I get this error when I try to use the FFHQ model
KeyError Traceback (most recent call last)
[<ipython-input-8-1b02c1e40004>](https://localhost:8080/#) in <cell line: 18>()
16 }
17
---> 18 network_name = network_url[Model].split("/")[-1]
19 fetch_model(network_url[Model])
20
KeyError: 'FFHQ'