mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-19 04:50:52 -07:00
fix --medvram
This commit is contained in:
parent
ebe8be9028
commit
9e404c3154
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue