MCPcopy Create free account
hub / github.com/openai/point-e / karras_sample

Function karras_sample

point_e/diffusion/k_diffusion.py:111–115  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

109
110
111def karras_sample(*args, **kwargs):
112 last = None
113 for x in karras_sample_progressive(*args, **kwargs):
114 last = x["x"]
115 return last
116
117
118def karras_sample_progressive(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected