user55050
Results
1
comments of
user55050
Try it with half precision: Add `model.half()` right after `model = instantiate_from_config(config.model)` and `init_image = init_image.half()` right after `init_image = repeat(init_image, '1 ... -> b ...', b=batch_size)`. Works on my...