mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-03 03:59:50 +00:00
Update unet_patcher.py
This commit is contained in:
@@ -102,7 +102,7 @@ class UnetPatcher(ModelPatcher):
|
||||
self.append_model_option('conditioning_modifiers', modifier, ensure_uniqueness)
|
||||
return
|
||||
|
||||
def add_memory_peak_estimation_modifier(self, modifier):
|
||||
def set_memory_peak_estimation_modifier(self, modifier):
|
||||
self.model_options['memory_peak_estimation_modifier'] = modifier
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user