$ python svgdreamer.py x=iconography skip_sive=False "prompt='an image of Batman. full body action pose, complete detailed body. white background. empty background, high quality, 4K, ultra realistic'" token_ind=4 x.vpsd.t_schedule='randint' result_path='./logs/batman' multirun=True
Traceback (most recent call last):
File "/home/shiv/SVGDreamer/svgdreamer.py", line 17, in <module>
from svgdreamer.pipelines.SVGDreamer_pipeline import SVGDreamerPipeline
File "/home/shiv/SVGDreamer/svgdreamer/pipelines/SVGDreamer_pipeline.py", line 29, in <module>
from svgdreamer.svgtools import merge_svg_files, is_valid_svg
File "/home/shiv/SVGDreamer/svgdreamer/svgtools/__init__.py", line 6, in <module>
from .tff import FONT_LIST
ModuleNotFoundError: No module named 'svgdreamer.svgtools.tff'
I solved it by comment 2 lines in init.py in svgtools
I was getting this error-
I solved it by comment 2 lines in init.py in svgtools