Skip to content

Commit

Permalink
Verify ControlNet v1.1.455
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuullll committed Jul 23, 2024
1 parent 119d4b2 commit e56bbab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ This is an extension for [stable-diffusion-webui](https://github.com/AUTOMATIC11
- Fix `torch.nn.functional.interpolate` for XPU when `align_corners=True`, IPEX < 2.1.30
+ Known impact: controlnet annotator MLSD
- Offload the following **controlnet annotators** to CPU, as IPEX XPU backend doesn't work as expected.
- lineart_anime_denoise
- inpaint_only+lama
- normal_bae
- mlsd
- seg_anime_face, seg_ofade20k, seg_ofcoco, seg_ufade20k
- Offload `torchvision.ops.nms` to XPU, to W/A flaky Access Violation when using [adetailer](https://github.com/Bing-su/adetailer) with `torchvision==0.15.2a0+fa99a53`.
1 change: 0 additions & 1 deletion ipex_hijack/controlnet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def is_controlnet_device_xpu(*args, **kwargs):
return devices.get_device_for("controlnet").type == "xpu"

for func in [
"annotator.manga_line.MangaLineExtration.__init__", # lineart_anime_denoise
"annotator.lama.LamaInpainting.__init__", # inpaint_only+lama
"annotator.normalbae.NormalBaeDetector.__init__", # normal_bae
"annotator.anime_face_segment.AnimeFaceSegment.__init__", # seg_anime_face
Expand Down

0 comments on commit e56bbab

Please sign in to comment.