Skip to content

Commit 7b92b27

Browse files
authored
Merge branch 'v2.3' into bugfix/quote-initfile-paths
2 parents e3a19d4 + 8f1b301 commit 7b92b27

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

invokeai/configs/INITIAL_MODELS.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,19 @@ sd-inpainting-1.5:
1313
vae:
1414
repo_id: stabilityai/sd-vae-ft-mse
1515
recommended: True
16-
stable-diffusion-2.1:
16+
stable-diffusion-2.1-768:
1717
description: Stable Diffusion version 2.1 diffusers model, trained on 768 pixel images (5.21 GB)
1818
repo_id: stabilityai/stable-diffusion-2-1
1919
format: diffusers
2020
recommended: True
21+
stable-diffusion-2.1-base:
22+
description: Stable Diffusion version 2.1 diffusers model, trained on 512 pixel images (5.21 GB)
23+
repo_id: stabilityai/stable-diffusion-2-1-base
24+
format: diffusers
25+
recommended: False
2126
sd-inpainting-2.0:
2227
description: Stable Diffusion version 2.0 inpainting model (5.21 GB)
23-
repo_id: stabilityai/stable-diffusion-2-1
28+
repo_id: stabilityai/stable-diffusion-2-inpainting
2429
format: diffusers
2530
recommended: False
2631
analog-diffusion-1.0:

ldm/invoke/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__='2.3.1.post1'
1+
__version__='2.3.1.post2'

0 commit comments

Comments
 (0)