mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-14 13:35:05 +00:00
Update upscale model code to latest Chainner model code.
Don't add SRFormer because the code license is incompatible with the GPL. Remove MAT because it's unused and the license is incompatible with GPL.
This commit is contained in:
@@ -972,6 +972,7 @@ class SwinIR(nn.Module):
|
||||
self.upsampler = upsampler
|
||||
self.img_size = img_size
|
||||
self.img_range = img_range
|
||||
self.resi_connection = resi_connection
|
||||
|
||||
self.supports_fp16 = False # Too much weirdness to support this at the moment
|
||||
self.supports_bfp16 = True
|
||||
|
Reference in New Issue
Block a user