mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
additional python 3.12 compatibility
This commit is contained in:
@@ -32,7 +32,7 @@ class FaceRestorerYolo(FaceRestoration):
|
||||
|
||||
def dependencies(self):
|
||||
import installer
|
||||
installer.install('ultralytics', ignore=True)
|
||||
installer.install('ultralytics', ignore=True, quiet=True)
|
||||
|
||||
def predict(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user