StyleGANXL-CLIP icon indicating copy to clipboard operation
StyleGANXL-CLIP 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) 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