naclbit commited on
Commit
fac0439
1 Parent(s): 13cf63d

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 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_dicts 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. 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