additive noise

additive noise
This commit is contained in:
lllyasviel
2023-10-22 04:04:23 -07:00
parent dde311639e
commit cb950bd247
2 changed files with 48 additions and 7 deletions
+2 -2
View File
@@ -459,8 +459,8 @@ def process_diffusion(positive_cond, negative_cond, steps, switch, width, height
print('Use base model to refine itself - this may because of developer mode.')
# Fooocus' vae parameters
k_data = 1.015
k_noise = 0.115
k_data = 1.025
k_noise = 0.25
k_sigmas = 1.4
sampled_latent = vae_parse(sampled_latent, k=k_data)