Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
svjack
/
ControlNet-Canny-Chinese
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ControlNet-Canny-Chinese
/
annotator
/
uniformer
/
mmcv
/
arraymisc
/
__init__.py
svjack
Upload with huggingface_hub
6039b8b
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
133 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from
.quantization
import
dequantize, quantize
__all__ = [
'quantize'
,
'dequantize'
]