Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
piralocoplasticone
/
Fooocus
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d6e0179
Fooocus
/
face_experiments.py
piralocoplasticone
Upload 254 files
02ebd03
about 1 year ago
raw
Copy download link
history
blame
Safe
157 Bytes
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)