mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 11:12:35 +00: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