naclbit commited on
Commit
5f550a9
1 Parent(s): 274b466

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 has been test-released in AI Novelist/Trin
19
 
20
  #### Custom autoencoder
21
 
22
- We also provide a separate checkpoint for the custom KL autoencoder. 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 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