Update README.md
Browse files
README.md
CHANGED
@@ -206,7 +206,7 @@ from diffusers import (
|
|
206 |
|
207 |
# Load VAE component
|
208 |
vae = AutoencoderKL.from_pretrained(
|
209 |
-
"
|
210 |
torch_dtype=torch.float16
|
211 |
)
|
212 |
|
@@ -348,6 +348,8 @@ This model supports generating images at the following dimensions:
|
|
348 |
| **Image Resolution** | 1024 | 1024 |
|
349 |
| **Bucket Resolution** | 2048 x 512 | 2048 x 512 |
|
350 |
|
|
|
|
|
351 |
## Limitations
|
352 |
|
353 |
While "Animagine XL 3.0" represents a significant advancement in anime text-to-image generation, it's important to acknowledge its limitations to understand its best use cases and potential areas for future improvement.
|
|
|
206 |
|
207 |
# Load VAE component
|
208 |
vae = AutoencoderKL.from_pretrained(
|
209 |
+
"madebyollin/sdxl-vae-fp16-fix",
|
210 |
torch_dtype=torch.float16
|
211 |
)
|
212 |
|
|
|
348 |
| **Image Resolution** | 1024 | 1024 |
|
349 |
| **Bucket Resolution** | 2048 x 512 | 2048 x 512 |
|
350 |
|
351 |
+
Source code and training config are available here: https://github.com/cagliostrolab/sd-scripts/tree/main/notebook
|
352 |
+
|
353 |
## Limitations
|
354 |
|
355 |
While "Animagine XL 3.0" represents a significant advancement in anime text-to-image generation, it's important to acknowledge its limitations to understand its best use cases and potential areas for future improvement.
|