|
|
@ -130,6 +130,13 @@ public class ComfyUI( |
|
|
|
] |
|
|
|
] |
|
|
|
}, |
|
|
|
}, |
|
|
|
new LaunchOptionDefinition |
|
|
|
new LaunchOptionDefinition |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
Name = "Force Floating Point Precision", |
|
|
|
|
|
|
|
Type = LaunchOptionType.Bool, |
|
|
|
|
|
|
|
InitialValue = Compat.IsMacOS ? "--force-fp16" : null, |
|
|
|
|
|
|
|
Options = ["--force-fp32", "--force-fp16"] |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
new LaunchOptionDefinition |
|
|
|
{ |
|
|
|
{ |
|
|
|
Name = "Disable Xformers", |
|
|
|
Name = "Disable Xformers", |
|
|
|
Type = LaunchOptionType.Bool, |
|
|
|
Type = LaunchOptionType.Bool, |
|
|
|