Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
sunzx0810
/
farfetch_controlnet
like
1
License:
controlnet
Model card
Files
Files and versions
Community
main
farfetch_controlnet
/
annotator
/
uniformer
/
mmcv
/
arraymisc
/
__init__.py
sunzx0810
shawn
0fbed26
about 1 year 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'
]