You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Text2PixelArt notebook used to work well, but I just tried it again after many months, but now I ma getting an error on failure. I have tried restarting the runtime as the comments instruct, but it still does not work.
ModuleNotFoundError Traceback (most recent call last)
[<ipython-input-1-8675c6d3947a>](https://localhost:8080/#) in <module>()
39 # Simple setup
40 import clipit
---> 41 from pixeldrawer import PixelDrawer
42
43 # these are good settings for pixeldraw
[/content/clipit/pixeldrawer.py](https://localhost:8080/#) in <module>()
1 from DrawingInterface import DrawingInterface
2
----> 3 import pydiffvg
4 import torch
5 import skimage
ModuleNotFoundError: No module named 'pydiffvg'```
The text was updated successfully, but these errors were encountered:
This Text2PixelArt notebook used to work well, but I just tried it again after many months, but now I ma getting an error on failure. I have tried restarting the runtime as the comments instruct, but it still does not work.
The text was updated successfully, but these errors were encountered: