FontDiffuser icon indicating copy to clipboard operation
FontDiffuser copied to clipboard

How to increase the training image size to 256 instead of the definite 96 ?

Open zhangzhenhuazju opened this issue 2 years ago • 3 comments

zhangzhenhuazju avatar Mar 27 '24 07:03 zhangzhenhuazju

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

PetrByvsh avatar Jul 03 '24 09:07 PetrByvsh

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

PetrByvsh avatar Jul 05 '24 12:07 PetrByvsh

I have also encountered the same problem. Have you solved it yet

lgssnow avatar Apr 03 '25 03:04 lgssnow