FontDiffuser
FontDiffuser copied to clipboard
How to increase the training image size to 256 instead of the definite 96 ?
Did you manage to increase the resolution to 256. For me changing the resolutions to anything other than 96 does not work in train_phase_1.sh
this
style_content_feat = style_structure_features[-self.upblock_index-2]
in unet_blocks.py breaks for resolutions other than 96 since the length of style_structure_features is not the same for different resolutions
I have also encountered the same problem. Have you solved it yet