naclbit commited on
Commit
34c6800
1 Parent(s): 1f4cf8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ This is the same version 1 model that was released in AI Novelist/TrinArt servic
19
 
20
  #### Custom autoencoder
21
 
22
- We also provide a separate checkpoint for the custom KL autoencoder. As suggested by the Latent Diffusion paper, we found that training the autoencoder and the latent diffusion model separately improves the result. Since the official stable diffusion scripts does not support loading the other VAE, in order to run it in your script, you'll need to override state_dict for first_stage_model.
23
 
24
  The popular WebUI has the script to load separate first_stage_model parameters.
25
 
 
19
 
20
  #### Custom autoencoder
21
 
22
+ We also provide a separate checkpoint for the custom KL autoencoder. As suggested by the Latent Diffusion paper, we found that training the autoencoder and the latent diffusion model separately improves the result. Since the official stable diffusion script does not support loading the other VAE, in order to run it in your script, you'll need to override state_dict for first_stage_model.
23
 
24
  The popular WebUI has the script to load separate first_stage_model parameters.
25