rotemtzaban / STIT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing import line in styleclip_global_utils.py?

bycloudai opened this issue · comments

Hi, thank you so much for sharing this amazing work.
I just wanted to ask that if there's a missing line import clip in the file editings/styleclip_global_utils.py, because I got the following error when trying to run it with styleclip and it was fixed by adding that import line.

image

Thanks!

Same here. I thought it was strange because the line seems deliberately removed in a3389eb

Hi,
I accidentally removed this line earlier but it has already been fixed. Are you working with the latest version?
The current implementation imports clip in a try... excpet block, to allow users to use the regular edits without installing clip.