We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f973a5c commit 23ceda3Copy full SHA for 23ceda3
TensorStack.StableDiffusion/Pipelines/Nitro/NitroConfig.cs
@@ -38,7 +38,7 @@ public NitroConfig()
38
};
39
AutoEncoder = new AutoEncoderModelConfig
40
{
41
- Scale = 32
+ Scale = 32,
42
LatentChannels = 32,
43
ScaleFactor = 0.41407f
44
0 commit comments