Linaqruf commited on
Commit
b396ba1
1 Parent(s): 8c1c1c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -206,7 +206,7 @@ from diffusers import (
206
 
207
  # Load VAE component
208
  vae = AutoencoderKL.from_pretrained(
209
- "cagliostrolab/animagine-xl-3.0",
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.