Fanghua-Yu / SUPIR

SUPIR aims at developing Practical Algorithms for Photo-Realistic Image Restoration In the Wild

Home Page:http://supir.xpixel.group/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some question about the ViT

CuddleSabe opened this issue · comments

hi, you said you use pretrained VIT's weights as Controlnet pretrained weights.
First, I found that the class "SUPIR.modules.SUPIR_v0.GLVControl" is not a VIT structure, it comes from unet.
The second, I found the load func does not load pretrained vit. the keyname in the vit and wrapper does not have intersection

please tell me do you use VIT?