Sxela / CLIPguidedRGB

CLIP guided RGB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLIP is all you need (c) crumb

Greatly inspired by this tweet and all the CLIP guided approaches.

What if we directly optimize raw image tensor using CLIP, instead of tuning a generator network or its inputs? Just like style transfer algos were doing 5 years ago :D

This is a place for all my hacks on this topic. Feel free to open this notebook in colab and mess around :D

TODO

  • Add loss from VQGAN CLIP
  • Add loss from CLIP guided diffusion
  • Embed cuts in a batch (x6 speedup)
  • Add tv_loss and range_loss
  • Add CLIP guided point clouds

About

CLIP guided RGB

License:MIT License


Languages

Language:Jupyter Notebook 100.0%