MCPcopy Create free account
hub / github.com/294coder/Dif-PAN / unorm

Function unorm

diffusion_engine.py:38–40  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

36
37
38def unorm(x):
39 # x range is [-1, 1]
40 return (x + 1) / 2
41
42
43def clamp_fn(g_sr):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected