update changelog

This commit is contained in:
Vladimir Mandic
2023-08-14 07:58:42 +00:00
parent 30bc2160d5
commit fce48be440
2 changed files with 8 additions and 3 deletions
+7 -2
View File
@@ -1,9 +1,14 @@
# Change Log for SD.Next
## Update for 2023-08-13
## Update for 2023-08-14
- general:
- fix img2img resizing (applies to original, diffusers, hires)
- update all metadata saved with images
see <https://github.com/vladmandic/automatic/wiki/Metadata> for details
(work-in-progress)
- improved **amd** installer with support for **navi 2x & 3x** and **rocm 5.4/5.5/5.6**
thanks @evshiron
- fix img2img resizing (applies to original, diffusers, hires)
- diffusers:
- enable batch img2img workflows
- original:
+1 -1
View File
@@ -99,7 +99,7 @@ def compel_encode_prompt(
text_encoder=pipeline.text_encoder,
returned_embeddings_type=embedding_type,
requires_pooled=False,
truncate_long_prompts=False,
# truncate_long_prompts=False,
device=shared.device
)