[2.1.831] Fooocus Describe

This commit is contained in:
lllyasviel
2023-12-12 19:34:18 -08:00
parent d4a062f8e1
commit f8e651a483
32 changed files with 3825 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
import cv2
import extras.face_crop as cropper
img = cv2.imread('lena.png')
result = cropper.crop_image(img)
cv2.imwrite('lena_result.png', result)