Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VisionXLab/OF-Diff
/ disable_verbosity
Function
disable_verbosity
cldm/hack.py:11–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
10
11
def
disable_verbosity():
12
logging.set_verbosity_error()
13
print(
'logging improved.'
)
14
return
15
16
17
def
enable_sliced_attention():
Callers
1
hack_everything
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected