mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-21 23:00:59 -08:00
TAESD fix
This commit is contained in:
@@ -45,7 +45,7 @@ def decoder():
|
||||
|
||||
|
||||
class TAESD(nn.Module):
|
||||
latent_magnitude = 2
|
||||
latent_magnitude = 3
|
||||
latent_shift = 0.5
|
||||
|
||||
def __init__(self, decoder_path="taesd_decoder.pth"):
|
||||
|
||||
Reference in New Issue
Block a user