Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text2PixelArt error #9

Open
antman1p opened this issue Jul 19, 2022 · 0 comments
Open

Text2PixelArt error #9

antman1p opened this issue Jul 19, 2022 · 0 comments

Comments

@antman1p
Copy link

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'```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant