Vinh H. Pham
Vinh H. Pham
@shairoz-deci Yes, the one in this repo is broken. You should clone from the [original DCN](https://github.com/CharlesShang/DCNv2) and install it instead Please reference [this Colab Notebook](https://colab.research.google.com/github/tugstugi/dl-colab-notebooks/blob/master/notebooks/CenterNet_ObjectsAsPoints.ipynb)
Hi, can I work on this?
Update SDXL result guidance scale: 14.0 static  linear 
It seems like the code to train IP-Adapter is provided in the original repo: https://github.com/tencent-ailab/IP-Adapter
Sure, PR on the way
@yiyixuxu yes it does. As @fabiorigano suggested, we could utilize `IPAdapterPlusImageProjectionBlock` however weight loading also need to be updated
So should we convert this project into a diffusers `Pipeline` @sayakpaul? Although the author already uses diffuser component, we would still need some refactoring for ease of use
Hi @a-r-r-o-w , thank you for the good work. I also think 1000 images is small to achieve good result. I would suggest using a larger dataset like [CC12m](https://github.com/google-research-datasets/conceptual-12m). Besides,...
Yes, I think so. Maybe a new Loader
Unfortunately, I also intented to work on this if possible