naclbit commited on
Commit
3496a13
1 Parent(s): 1b916dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -19,6 +19,8 @@ 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 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.
19
 
20
  #### Custom autoencoder
21
 
22
+ *Note: There was a wrong checkpoint uploaded before 5 Nov 2022. The file has been replaced with the latest checkpoint.*
23
+
24
  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.
25
 
26
  The popular WebUI has the script to load separate first_stage_model parameters.