Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VisionXLab/OF-Diff
/ decode
Method
decode
ldm/modules/diffusionmodules/upscaling.py:52–53 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
50
return
x, None
51
52
def
decode(self, x):
53
return
x
54
55
56
class
SimpleImageConcat(AbstractLowScaleModel):
Callers
1
read_pfm
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected