Skip to content

Commit da01036

Browse files
authored
Update VRAM options in ComfyUI
Removed 'normalvram' option
1 parent 9934870 commit da01036

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

StabilityMatrix.Core/Models/Packages/ComfyUI.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,9 @@ IPipWheelService pipWheelService
221221
InitialValue = HardwareHelper.IterGpuInfo().Select(gpu => gpu.MemoryLevel).Max() switch
222222
{
223223
MemoryLevel.Low => "--lowvram",
224-
MemoryLevel.Medium => "--normalvram",
225224
_ => null,
226225
},
227-
Options = ["--highvram", "--normalvram", "--lowvram", "--novram"],
226+
Options = ["--highvram", "--lowvram", "--novram"],
228227
},
229228
new()
230229
{

0 commit comments

Comments
 (0)