Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ Model Information:
|
|
19 |
- VAE: [TAESD](https://huggingface.co/madebyollin/taesd)
|
20 |
|
21 |
The main differences between this model and version 1.0 are in three aspects:
|
22 |
-
1. This version employs TAESD, which may produce low-quality images when weight_type is float16. Our image decoder is not compatible with the current version of diffusers, so it will not be provided now
|
23 |
2. This version did not perform the LoRA-GAN finetune mentioned in the implementation details section, which may result in slightly inferior image details.
|
24 |
3. This version replaces self-attention with cross-attention in the highest resolution stages, which introduces minimal overhead compared to directly removing all Transformer layers.
|
25 |
|
|
|
19 |
- VAE: [TAESD](https://huggingface.co/madebyollin/taesd)
|
20 |
|
21 |
The main differences between this model and version 1.0 are in three aspects:
|
22 |
+
1. This version employs TAESD, which may produce low-quality images when weight_type is float16. Our image decoder is not compatible with the current version of diffusers, so it will not be provided now.
|
23 |
2. This version did not perform the LoRA-GAN finetune mentioned in the implementation details section, which may result in slightly inferior image details.
|
24 |
3. This version replaces self-attention with cross-attention in the highest resolution stages, which introduces minimal overhead compared to directly removing all Transformer layers.
|
25 |
|