Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Eugeoter
/
ControlNeXt
like
17
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d5e0448
ControlNeXt
/
tmp.py
Eugeoter
updated
d5e0448
8 months ago
raw
Copy download link
history
blame
170 Bytes
from
PIL
import
Image
import
cv2
import
numpy
as
np
image = Image.
open
(
r"examples/image - 2024-08-19T203141.618.png"
)
image.save(
r"examples/example_2.jpg"
, quality=
90
)