Image-Super-Resolution-via-Iterative-Refinement icon indicating copy to clipboard operation
Image-Super-Resolution-via-Iterative-Refinement copied to clipboard

fix_uncondition_shape

Open xiaoyuan1996 opened this issue 1 year ago • 1 comments

When the condition is null, a tensor is passed in instead of the shape

xiaoyuan1996 avatar Jul 11 '22 10:07 xiaoyuan1996

When the condition is null, x_in = (b, c, h, w) as show in https://github.com/Janspiry/Image-Super-Resolution-via-Iterative-Refinement/blob/52af4cb2ec0c09ab7de3ca5ffb5c77432dce0fc6/model/sr3_modules/diffusion.py#L206

Janspiry avatar Aug 25 '22 06:08 Janspiry