mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
update diffusers and extra lint
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -26,6 +26,10 @@ repos:
|
||||
- id: detect-private-key
|
||||
- id: end-of-file-fixer
|
||||
- id: mixed-line-ending
|
||||
- id: fix-byte-order-marker
|
||||
- id: check-ast
|
||||
- id: check-added-large-files
|
||||
args: ['--maxkb=500']
|
||||
- id: check-executables-have-shebangs
|
||||
exclude: |
|
||||
(?x)^(
|
||||
|
||||
+5
-3
@@ -1,8 +1,8 @@
|
||||
# Change Log for SD.Next
|
||||
|
||||
## Update for 2026-04-27
|
||||
## Update for 2026-04-28
|
||||
|
||||
### Highlights for 2026-04-27
|
||||
### Highlights for 2026-04-28
|
||||
|
||||
*What's New?*
|
||||
- New image models! **ERNIE-Image**, **Zeta-Chroma**, **Nucleus**, **Bria-FIBO**, **Anima-v3**, **SDXS-1B**
|
||||
@@ -19,7 +19,7 @@ For full details, see [ChangeLog](https://github.com/vladmandic/automatic/blob/m
|
||||
|
||||
[ReadMe](https://github.com/vladmandic/automatic/blob/master/README.md) | [ChangeLog](https://github.com/vladmandic/automatic/blob/master/CHANGELOG.md) | [Docs](https://vladmandic.github.io/sdnext-docs/) | [WiKi](https://github.com/vladmandic/automatic/wiki) | [Discord](https://discord.com/invite/sd-next-federal-batch-inspectors-1101998836328697867) | [Sponsor](https://github.com/sponsors/vladmandic)
|
||||
|
||||
### Details for 2026-04-27
|
||||
### Details for 2026-04-28
|
||||
|
||||
- **Models**
|
||||
- [LTX Video 2.3](https://huggingface.co/Lightricks/LTX-2.3) add *1.1 Distilled* and *1.1 Distilled-SDNQ* variants
|
||||
@@ -161,6 +161,8 @@ For full details, see [ChangeLog](https://github.com/vladmandic/automatic/blob/m
|
||||
- preserve `image.info`
|
||||
- color grading preserve metadata
|
||||
- resolve video output path
|
||||
- `rocm` script do not auto-apply if no config, thanks @awsr
|
||||
- ui settings callback, thanks @awsr
|
||||
|
||||
## Update for 2026-04-01
|
||||
|
||||
|
||||
+1
-1
@@ -485,7 +485,7 @@ def check_diffusers():
|
||||
t_start = time.time()
|
||||
if args.skip_all:
|
||||
return
|
||||
target_commit = "f7fd76adcd288494a1a13c82d06e37579170aaf3" # diffusers commit hash == 0.37.1.dev-0427
|
||||
target_commit = "0f1abc4ae8b0eb2a3b40e82a310507281144c423" # diffusers commit hash == 0.37.1.dev-0427
|
||||
# if args.use_rocm or args.use_zluda or args.use_directml:
|
||||
# sha = '043ab2520f6a19fce78e6e060a68dbc947edb9f9' # lock diffusers versions for now
|
||||
pkg = package_spec('diffusers')
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""
|
||||
"""
|
||||
Architecture-specific MIOpen solver profiles for AMD GCN/RDNA GPUs.
|
||||
|
||||
Sources:
|
||||
|
||||
Reference in New Issue
Block a user