mchong6 / JoJoGAN

Official PyTorch repo for JoJoGAN: One Shot Face Stylization
MIT License
1.42k stars 206 forks source link

AttributeError: module 'IPython.utils.traitlets' has no attribute 'Unicode' #50

Open ghost opened 4 months ago

ghost commented 4 months ago

I got the error " AttributeError: module 'IPython.utils.traitlets' has no attribute 'Unicode' " when I am running stylize.py script. The error is generated on this line of code " from google.colab import files " I have tried different solutions to solve this issue but this issue is persistently occuring