Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
smrgrghf
/
img-gen-with-fooocus-space
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
61ebe0c
img-gen-with-fooocus-space
/
experiments_face.py
smraux
Add new files and directories
61ebe0c
about 1 year ago
raw
Copy download link
history
blame
Safe
149 Bytes
import
cv2
import
extras.face_crop
as
cropper
img = cv2.imread(
'lena.png'
)
result = cropper.crop_image(img)
cv2.imwrite(
'lena_result.png'
, result)