(self, latent_model_input, timestep)
| 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): |
no outgoing calls
no test coverage detected