mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
update changelog
This commit is contained in:
+7
-2
@@ -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:
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user