mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-11-27 06:40:10 +08:00
fix --medvram
This commit is contained in:
parent
ebe8be9028
commit
9e404c3154
@ -73,7 +73,7 @@ class SD3Inferencer(torch.nn.Module):
|
||||
def medvram_fields(self):
|
||||
return [
|
||||
(self, 'first_stage_model'),
|
||||
(self, 'cond_stage_model'),
|
||||
(self, 'text_encoders'),
|
||||
(self, 'model'),
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user