mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-12 20:48:22 +00:00
Implement noise augmentation for SD 4X upscale model.
This commit is contained in:
@@ -290,6 +290,7 @@ class SD_X4Upscaler(SD20):
|
||||
|
||||
unet_extra_config = {
|
||||
"disable_self_attentions": [True, True, True, False],
|
||||
"num_classes": 1000,
|
||||
"num_heads": 8,
|
||||
"num_head_channels": -1,
|
||||
}
|
||||
|
Reference in New Issue
Block a user