cersar

Results 3 comments of cersar

> Hi, I got a terrible result, as shown: ![hd_overlay](https://user-images.githubusercontent.com/43775578/155985514-8859720d-4558-4988-8743-e1d550bde268.png) Is this my smplx models doesn't fit this? I download it in the project website. Did you meet same problem?...

> Please share the pretrained model The old link is out of date, please use [https://pan.cstcloud.cn/web/share.html?hash=7dct49xER5w](https://pan.cstcloud.cn/web/share.html?hash=7dct49xER5w) instead

``` with torch.no_grad(), torch.cuda.amp.autocast(dtype=torch.bfloat16): effnet_latents = core.encode_latents(batch, models, extras) effnet_latents_up = torch.nn.functional.interpolate(effnet_latents, scale_factor=2, mode="nearest") cnet = models.controlnet(effnet_latents_up) cnet_uncond = cnet cnet_input = torch.nn.functional.interpolate(images, scale_factor=2, mode="nearest") # cnet, cnet_input = core.get_cnet(batch,...