change default interactive_seg_device to cpu;add interactive seg model/device to web_config
This commit is contained in:
@@ -141,7 +141,7 @@ class Config(BaseModel):
|
||||
# plugins
|
||||
enable_interactive_seg: bool = False
|
||||
interactive_seg_model: str = "vit_l"
|
||||
interactive_seg_device: str = "cuda"
|
||||
interactive_seg_device: str = "cpu"
|
||||
enable_remove_bg: bool = False
|
||||
enable_realesrgan: bool = False
|
||||
realesrgan_device: str = "cpu"
|
||||
|
||||
Reference in New Issue
Block a user