MCPcopy
hub / github.com/kohya-ss/sd-scripts / scale_model_input

Method scale_model_input

tests/library/test_leco_train_util.py:83–84  ·  view source on GitHub ↗
(self, latent_model_input, timestep)

Source from the content-addressed store, hash-verified

81
82 class DummyScheduler:
83 def scale_model_input(self, latent_model_input, timestep):
84 return latent_model_input
85
86 class DummyUNet:
87 def __call__(self, x, timesteps, context, y):

Callers 9

__call__Method · 0.80
__call__Method · 0.80
generate_imageFunction · 0.80
__call__Method · 0.80
__call__Method · 0.80
predict_noiseFunction · 0.80
predict_noise_xlFunction · 0.80
__call__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected