yumingj / Text2Human

Code for Text2Human (SIGGRAPH 2022). Paper: Text2Human: Text-Driven Controllable Human Image Generation

Home Page:https://yumingj.github.io/projects/Text2Human.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RuntimeError:

hezta opened this issue · comments

sample_model.py", line 456, in generate_texture_map
mask[self.segm[idx] == cls] = upper_fused_attr + 1
RuntimeError: Index put requires the source and destination dtypes match, got Int for the destination and Long for the source.

how to solve this problem