Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
dikdimon
/
extenew
like
0
TF Lite
ONNX
Model card
Files
Files and versions
Community
f4a41d8
extenew
/
extensions
/
automatic1111-extension-custom-text-overlay
/
lib
/
custom_text_overlay
/
util.py
dikdimon
Upload extensions using SD-Hub extension
f4a41d8
verified
6 months ago
raw
Copy download link
history
blame
62 Bytes
def
percentToByte
(
percent
):
return
int
(percent *
255
/
100
)