mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-29 02:31:16 +00:00
UNet from Scratch
Now backend rewrite is about 50% finished. Estimated finish is in 72 hours. After that, many newer features will land.
This commit is contained in:
@@ -285,7 +285,7 @@ class ControlNet(ControlBase):
|
||||
|
||||
def pre_run(self, model, percent_to_timestep_function):
|
||||
super().pre_run(model, percent_to_timestep_function)
|
||||
self.model_sampling_current = model.model_sampling
|
||||
self.model_sampling_current = model.prediction
|
||||
|
||||
def cleanup(self):
|
||||
self.model_sampling_current = None
|
||||
|
||||
Reference in New Issue
Block a user