Commit Graph

23 Commits (f77c5eb5fa6dea0136d36a6fc9f9f00a99d8f2cb)

Author SHA1 Message Date
Chenlei Hu 2daccd995d
🐛 Add dependency on opencv 4.8.0 (#1899)
adding -U to pip
2023-08-09 22:06:52 -04:00
Chenlei Hu daa4159fdf
Revert "🐛 Add dependency on opencv 4.8.0 (#1897)" (#1898)
This reverts commit c48ba24c19.
2023-08-09 13:56:41 -04:00
Chenlei Hu c48ba24c19
🐛 Add dependency on opencv 4.8.0 (#1897) 2023-08-09 13:45:49 -04:00
Chenlei Hu 4fa9190436
Reland Reland "Port DW Pose preprocessor" (#1892)
* Port DW Pose preprocessor (#1856)

*  Add dependencies

* 🚧 wip

* 🚧 wip

* 🚧 download models

* 🚧 Minor fixes

* 🔧 update gitignore

* 🐛 Fix normalization issue

* 🚧 load DW model only when DW preprocessor is selected

*  Change test config

* 🎨 nits

* 🐛 Fix A1111 safe torch issue

📝 v1.1.235 (#1859)

Revert "Port DW Pose preprocessor (#1856)" (#1860)

This reverts commit 0d3310f599.

Reland "Port DW Pose preprocessor" (#1861)

* Revert "Revert "Port DW Pose preprocessor (#1856)" (#1860)"

This reverts commit 17e100e1fe.

* 🐛 Fix install.py

📝 v1.1.236 (#1862)

🐛 Delay import of mmpose (#1866)

📝 v1.1.237 (#1868)

🐛 Fix all keypoints invalid issue (#1871)

🐛 lazy import

🚧 update test expectation

🚧 Switch to onnx

🚧 solve onnx package issue

🔧 Check cuda in more efficient way

🎨 Format code

🔧 Make onnx runtime optional

* Use cv2 to load and run model on cpu

* nit
2023-08-09 00:21:18 -04:00
Chenlei Hu 4fd548b4d2
Revert "Reland dw pose onnx (#1890)" (#1891)
This reverts commit e141d33be9.
2023-08-07 17:50:12 -04:00
Chenlei Hu e141d33be9
Reland dw pose onnx (#1890)
* Port DW Pose preprocessor (#1856)

*  Add dependencies

* 🚧 wip

* 🚧 wip

* 🚧 download models

* 🚧 Minor fixes

* 🔧 update gitignore

* 🐛 Fix normalization issue

* 🚧 load DW model only when DW preprocessor is selected

*  Change test config

* 🎨 nits

* 🐛 Fix A1111 safe torch issue

📝 v1.1.235 (#1859)

Revert "Port DW Pose preprocessor (#1856)" (#1860)

This reverts commit 0d3310f599.

Reland "Port DW Pose preprocessor" (#1861)

* Revert "Revert "Port DW Pose preprocessor (#1856)" (#1860)"

This reverts commit 17e100e1fe.

* 🐛 Fix install.py

📝 v1.1.236 (#1862)

🐛 Delay import of mmpose (#1866)

📝 v1.1.237 (#1868)

🐛 Fix all keypoints invalid issue (#1871)

🐛 lazy import

* 🚧 update test expectation

* 🚧 Switch to onnx

* 🚧 solve onnx package issue

* 🔧 Check cuda in more efficient way

* 🎨 Format code
2023-08-07 17:35:37 -04:00
lvmin 20d25bb546 Revert "Port DW Pose preprocessor (#1856)"
This reverts commit 0d3310f599.
2023-08-05 02:58:03 -07:00
Chenlei Hu 8f44b22ee5
Reland "Port DW Pose preprocessor" (#1861)
* Revert "Revert "Port DW Pose preprocessor (#1856)" (#1860)"

This reverts commit 17e100e1fe.

* 🐛 Fix install.py
2023-08-04 16:04:02 -04:00
Chenlei Hu 17e100e1fe
Revert "Port DW Pose preprocessor (#1856)" (#1860)
This reverts commit 0d3310f599.
2023-08-04 15:13:51 -04:00
Chenlei Hu 0d3310f599
Port DW Pose preprocessor (#1856)
*  Add dependencies

* 🚧 wip

* 🚧 wip

* 🚧 download models

* 🚧 Minor fixes

* 🔧 update gitignore

* 🐛 Fix normalization issue

* 🚧 load DW model only when DW preprocessor is selected

*  Change test config

* 🎨 nits

* 🐛 Fix A1111 safe torch issue
2023-08-04 15:02:58 -04:00
hithereai 1dec3d35e6 uncapitalize (lowercase) a word to align with rest style-wise 2023-04-19 13:55:25 +03:00
hithereai 36c7b29067 stop repetitive mediapipe install at launch 2023-04-19 13:46:32 +03:00
lvmin 8970f838e8 less aggressive install 2023-04-17 18:35:52 -07:00
Mikubill eb84fd9c59 fix: add mmcv fallback - revert 6dea4af 2023-03-04 15:07:06 +00:00
Mikubill 721fd78c0d fix: minor fix 2023-03-04 13:17:51 +00:00
Mikubill 06a4813859 fix: skip if mmcv already installed 2023-03-04 12:16:50 +00:00
Mikubill d0a43a95fb fix: use opemmim to configure mm packages 2023-03-04 12:02:58 +00:00
hithereai e2022355bc + req.txt, install.py takes pip packs from req.txt
remove opencv-python as it's literally listed in more than 5 of the core webui dependencies repos.

It also makes that everytime you launch the UI you get a Installing requirement message.
2023-02-20 01:21:05 +02:00
GeorgLegato c38877c111 Merge branch 'GeorgLegato_SVG_Support' of https://github.com/GeorgLegato/sd-webui-controlnet into GeorgLegato_SVG_Support 2023-02-17 02:10:46 +01:00
GeorgLegato 1440142ab3 simple svg support working 2023-02-17 01:49:16 +01:00
Aarni Koskela 47092d69a2 Patch out prettytable requirement 2023-02-16 16:38:47 +02:00
Mikubill b9efb602e5 fix: impl transfer control from original repo 2023-02-15 20:06:23 +00:00
Yuta Hayashibe f57e0fbf18 Auto install opencv-python if not installed 2023-02-14 20:08:44 +09:00