Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
MultiMatrix
/
DiffBIR
like
0
Image-to-Image
arxiv:
2308.15070
License:
apache-2.0
Model card
Files
Files and versions
Community
cfb9ad6
DiffBIR
/
model
/
open_clip
/
__init__.py
MultiMatrix
Upload 19 files
5d60839
verified
7 months ago
raw
Copy download link
history
blame
Safe
88 Bytes
from
.model
import
CLIP
from
.tokenizer
import
tokenize
__all__ = [
"CLIP"
,
"tokenize"
]