yukistavailable
yukistavailable
I succeeded in installing DCN and importing it by the solution below. But I don't know if it works fine for other people. 1. [clone this repository](https://github.com/GOATmessi7/ASFF/tree/09f558863ae297663ec476f52a90c0cf6881415e/utils/DCN) 2. install anaconda...
I also installed [other DCN](https://github.com/GOATmessi7/ASFF/tree/09f558863ae297663ec476f52a90c0cf6881415e/utils/DCN) and rewriting the names of functions worked fine! In [this file](https://github.com/ecnuycxie/DG-Font/blob/main/functions/modulated_deform_conv_func.py) modulated_deform_conv_forward -> modulated_deform_conv2d_forward modulated_deform_conv_backward -> modulated_deform_conv2d_backward
Hi @XuanHien304 Please confirm the modification to the file "/content/DG-Font/functions/modulated_deform_conv_func.py". I think you may have replaced **modulated_deform_conv_backward** with **modulated_deform_conv2d_forward**. Correctly, replace it with **modulated_deform_conv2d_backward**.
Hi @Chyamble I want to know your environment such as the type of GPU and the version of the nvidia driver and cuda. I don't know this is useful for...
Hi @danny1120, all you have to do is just rename two functions in the following way. ``` modulated_deform_conv_forward -> modulated_deform_conv2d_forward modulated_deform_conv_backward -> modulated_deform_conv2d_backward ```
The solution would be to use a network for PC such as PC-add-scratch-network-snapshot-002040.pkl. You can't use the network for stylegan2. You can find pre-trained networks for TryOnGAN here. https://drive.google.com/drive/folders/1_GxdMeMDhGcFlGowQg10dANO1liS0v4Z
You can download pre-trained models [here](https://huggingface.co/lllyasviel/ControlNet/tree/main/models).