CLIPasso
CLIPasso copied to clipboard
Tensorflow 1.x is deprecated in colab: 
class CLIPVisualEncoder(nn.Module): def __init__(self, clip_model): super().__init__() self.clip_model = clip_model self.featuremaps = None for i in range(12): # 12 resblocks in VIT visual transformer self.clip_model.visual.transformer.resblocks[i].register_forward_hook( self.make_hook(i)) def make_hook(self, name): def hook(module,...
Hi, I'm trying to get Picasso to draw on my MacBook M1. `RuntimeError: An attempt has been made to start a new process before the current process has finished its...
When I run part 1 of "Install Dependencies and Clone the Repo" I get these errors   I ignored it and got another error in part 3:  And...
Hi, would you be interested in adding CLIPasso to [Hugging Face Hub](https://huggingface.co/models)? The Hub offers free hosting, and it would make your work more accessible and visible to the rest...
subprocess.CalledProcessError: Command '['cmake', 'E:\\CLIPasso\\diffvg', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=E:\\CLIPasso\\diffvg\\build\\lib.win-amd64-3.7', '-DPYTHON_INCLUDE_PATH=C:\\APPS\\Anaconda3\\envs\\CLIPASSO\\Include', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=E:\\CLIPasso\\diffvg\\build\\lib.win-amd64-3.7', '-DCMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE=E:\\CLIPasso\\diffvg\\build\\lib.win-amd64-3.7', '-A', 'x64', '-DDIFFVG_CUDA=1']' returned non-zero exit status 1. Does anyone have the same problem?
Use Docker image to install dependencies and successfully run this project container before executing Python run_ object_ sketching.py --target_ file "flamingo.png" --num_ strokes 8 (Sketching the flamingo with higher level...
Hi, thanks for the nice work and great repo! I changed config to train_with_clip=1 to include ClipLoss. Then, I am getting the following error in the eval step:  File...
using the recommended command `docker run --name clipsketch -it yaelvinker/clipasso_docker /bin/bash` won't mount files from a local path into the path of a docker image. But I need the mount...
Hello, when I tried to upload a docker image on my server I found out that the requirement is that the image needs to be less than 5G, can I...