mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
2.1.790
2.1.790
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import cv2
|
||||
import fooocus_extras.face_crop as cropper
|
||||
|
||||
|
||||
img = cv2.imread('lena.png')
|
||||
result = cropper.crop_image(img)
|
||||
cv2.imwrite('lena_result.png', result)
|
||||
Reference in New Issue
Block a user