stylegan-xl icon indicating copy to clipboard operation
stylegan-xl copied to clipboard

FFHQ Model does not work on GColab

Open thegoldenboy542 opened this issue 1 year ago • 0 comments

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'

thegoldenboy542 avatar Oct 09 '23 18:10 thegoldenboy542