Update README.md
Browse files
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
|
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 |
|