Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refresh dev from master #2896

Closed
wants to merge 11 commits into from
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

## Update for 2024-02-07

### Highlights
Another big release just hit the shelves!

### Highlights

Another big release, highlights being:
- A lot more functionality in the **Control** module:
- Inpaint and outpaint support, flexible resizing options, optional hires
- Built-in support for many new processors and models, all auto-downloaded on first use
Expand All @@ -19,6 +20,7 @@ Another big release, highlights being:
**Segmind SegMoE**, **Mixture Tiling**, **InstaFlow**, **SAG**, **BlipDiffusion**
- Massive work integrating latest advances with [OpenVINO](https://github.com/vladmandic/automatic/wiki/OpenVINO), [IPEX](https://github.com/vladmandic/automatic/wiki/Intel-ARC) and [ONNX Olive](https://github.com/vladmandic/automatic/wiki/ONNX-Runtime-&-Olive)
- Full control over brightness, sharpness and color shifts and color grading during generate process directly in latent space
- **Documentation**! This was a big one, with a lot of new content and updates in the [WiKi](https://github.com/vladmandic/automatic/wiki)

Plus welcome additions to **UI performance, usability and accessibility** and flexibility of deployment as well as **API** improvements
And it also includes fixes for all reported issues so far
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ check [ChangeLog](CHANGELOG.md) for when feature was first introduced as it will
### **Sponsors**

<div align="center">
<!-- sponsors --><a href="https://github.com/allangrant"><img src="https://github.com/allangrant.png" width="60px" alt="Allan Grant" /></a><a href="https://github.com/BrentOzar"><img src="https://github.com/BrentOzar.png" width="60px" alt="Brent Ozar" /></a><a href="https://github.com/inktomi"><img src="https://github.com/inktomi.png" width="60px" alt="Matthew Runo" /></a><a href="https://github.com/HELLO-WORLD-SAS"><img src="https://github.com/HELLO-WORLD-SAS.png" width="60px" alt="HELLO WORLD SAS" /></a><a href="https://github.com/4joeknight4"><img src="https://github.com/4joeknight4.png" width="60px" alt="" /></a><a href="https://github.com/SaladTechnologies"><img src="https://github.com/SaladTechnologies.png" width="60px" alt="Salad Technologies" /></a><a href="https://github.com/mantzaris"><img src="https://github.com/mantzaris.png" width="60px" alt="a.v.mantzaris" /></a><a href="https://github.com/FieldMarshallVague"><img src="https://github.com/FieldMarshallVague.png" width="60px" alt="Toby Worth" /></a><!-- sponsors -->
<!-- sponsors --><a href="https://github.com/allangrant"><img src="https://github.com/allangrant.png" width="60px" alt="Allan Grant" /></a><a href="https://github.com/BrentOzar"><img src="https://github.com/BrentOzar.png" width="60px" alt="Brent Ozar" /></a><a href="https://github.com/inktomi"><img src="https://github.com/inktomi.png" width="60px" alt="Matthew Runo" /></a><a href="https://github.com/HELLO-WORLD-SAS"><img src="https://github.com/HELLO-WORLD-SAS.png" width="60px" alt="HELLO WORLD SAS" /></a><a href="https://github.com/4joeknight4"><img src="https://github.com/4joeknight4.png" width="60px" alt="" /></a><a href="https://github.com/SaladTechnologies"><img src="https://github.com/SaladTechnologies.png" width="60px" alt="Salad Technologies" /></a><a href="https://github.com/mantzaris"><img src="https://github.com/mantzaris.png" width="60px" alt="a.v.mantzaris" /></a><!-- sponsors -->
</div>

<br>
2 changes: 1 addition & 1 deletion extensions-builtin/sd-webui-controlnet
Submodule sd-webui-controlnet updated 38 files
+3 −1 annotator/anime_face_segment/__init__.py
+17 −17 annotator/clipvision/__init__.py
+0 −79 annotator/depth_anything.py
+2 −2 annotator/lama/saicinpainting/training/losses/segmentation.py
+0 −17 annotator/teed/Fmish.py
+0 −20 annotator/teed/Fsmish.py
+0 −21 annotator/teed/LICENSE.txt
+0 −43 annotator/teed/Xmish.py
+0 −43 annotator/teed/Xsmish.py
+0 −55 annotator/teed/__init__.py
+0 −296 annotator/teed/ted.py
+0 −17 annotator/util.py
+2 −2 annotator/zoe/zoedepth/models/base_models/midas_repo/run.py
+48 −36 install.py
+2 −13 internal_controlnet/external_code.py
+40 −0 scripts/adapter.py
+10 −5 scripts/batch_hijack.py
+34 −121 scripts/controlmodel_ipadapter.py
+231 −302 scripts/controlnet.py
+10 −22 scripts/controlnet_model_guess.py
+327 −501 scripts/controlnet_ui/controlnet_ui_group.py
+1 −1 scripts/controlnet_version.py
+0 −31 scripts/enums.py
+14 −41 scripts/global_state.py
+9 −26 scripts/hook.py
+21 −162 scripts/processor.py
+2 −35 scripts/utils.py
+ tests/images/living_room.webp
+ tests/images/portrait/1.webp
+ tests/images/portrait/2.jpg
+ tests/images/portrait/3.jpeg
+ tests/images/portrait/4.jpg
+ tests/images/portrait/5.jpg
+ tests/images/portrait/6.jpg
+0 −66 tests/web_api/full_coverage/depth_test.py
+0 −34 tests/web_api/full_coverage/inpaint_test.py
+0 −306 tests/web_api/full_coverage/ipadapter_test.py
+5 −33 tests/web_api/full_coverage/template.py
2 changes: 1 addition & 1 deletion extensions-builtin/stable-diffusion-webui-rembg
2 changes: 1 addition & 1 deletion html/locale_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
{"id":"","label":"VAE tiling","localized":"","hint":"Divide large images into overlapping tiles with limited VRAM. Results in a minor increase in processing time"},
{"id":"","label":"Attention slicing","localized":"","hint":"Performs attention computation in steps instead of all at once. Slower inference times, but greatly reduced memory usage"},
{"id":"","label":"Execution Provider","localized":"","hint":"ONNX Execution Provider"},
{"id":"","label":"ONNX show onnx-specific menu","localized":"","hint":"Enable ONNX tab in UI. Restart required"},
{"id":"","label":"ONNX allow fallback to CPU","localized":"","hint":"Allow fallback to CPU when selected execution provider failed"},
{"id":"","label":"ONNX cache converted models","localized":"","hint":"Save the models that are converted to ONNX format as a cache. You can manage them in ONNX tab"},
{"id":"","label":"ONNX unload base model when processing refiner","localized":"","hint":"Unload base model when the refiner is being converted/optimized/processed"},
{"id":"","label":"inference-mode","localized":"","hint":"Use torch.inference_mode"},
Expand Down
2 changes: 1 addition & 1 deletion html/locale_ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@
{"id":"","label":"Diffusers model loading variant","localized":"","hint":""},
{"id":"","label":"Diffusers VAE loading variant","localized":"","hint":""},
{"id":"","label":"Execution Provider","localized":"","hint":"ONNX Execution Provider"},
{"id":"","label":"ONNX show onnx-specific menu","localized":"ONNX 탭 보이기","hint":"UI에서 ONNX 탭을 볼 수 있게 한다. WebUI를 재시작하면 반영된다."},
{"id":"","label":"ONNX allow fallback to CPU","localized":"ONNX 생성 실패 시 CPU를 사용해 다시 시도","hint":"선택한 Execution Provider에서 오류가 발생했을 경우 CPU를 사용해 다시 시도한다."},
{"id":"","label":"ONNX cache converted models","localized":"ONNX 모델 저장 (캐시)","hint":"ONNX 형식으로 변환된 모델을 캐시로 저장한다. ONNX 탭에서 관리할 수 있다."},
{"id":"","label":"ONNX unload base model when processing refiner","localized":"ONNX 리파이너를 처리하고 있을 때 base 모델을 메모리에서 해제","hint":"리파이너 모델이 변환, 최적화 또는 처리되고 있을 때 base 모델을 메모리에서 잠시 해제합니다."}
],
Expand Down
Loading
Loading