Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/XPixelGroup/DiffBIR
/ EmptyCaptioner
Class
EmptyCaptioner
diffbir/utils/caption.py:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
48
49
class
EmptyCaptioner(Captioner):
50
51
def
__call__(self, image: Image.Image) -> str:
52
return
""
53
54
55
class
LLaVACaptioner(Captioner):
Callers
2
run_gradio.py
File · 0.90
load_captioner
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected