CLIPasso icon indicating copy to clipboard operation
CLIPasso copied to clipboard

Results 14 CLIPasso issues
Sort by recently updated
recently updated
newest added

Tensorflow 1.x is deprecated in colab: ![image](https://user-images.githubusercontent.com/36787333/184504591-143eb988-ca33-4773-902f-5d9ba5c7d00e.png)

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 ![image](https://user-images.githubusercontent.com/39450507/174428564-c86dd7d0-3b73-448b-bd30-7a8d46ceffd3.png) ![image](https://user-images.githubusercontent.com/39450507/174428607-0a57ced9-1814-4cd1-be00-f846c926108c.png) I ignored it and got another error in part 3: ![image](https://user-images.githubusercontent.com/39450507/174428644-9e41d26a-ad84-424e-a327-2057fb2509f2.png) 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: ![image](https://user-images.githubusercontent.com/66244918/212253554-5369552b-1748-4f13-86ca-5421e453242c.png) 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...