mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-12-29 19:05:05 +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):
|
def medvram_fields(self):
|
||||||
return [
|
return [
|
||||||
(self, 'first_stage_model'),
|
(self, 'first_stage_model'),
|
||||||
(self, 'cond_stage_model'),
|
(self, 'text_encoders'),
|
||||||
(self, 'model'),
|
(self, 'model'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user