update
This commit is contained in:
@@ -43,19 +43,19 @@ def get_models() -> Dict[str, Any]:
|
||||
"mask2former": {"name": "Mask2Former (not implemented)"},
|
||||
},
|
||||
"inpaint": {
|
||||
"copy": {"name": "Copy (no-op)", "params": []},
|
||||
"sdxl_inpaint": {
|
||||
"name": "SDXL Inpaint",
|
||||
"params": [
|
||||
{"id": "prompt", "label": "提示词", "optional": True},
|
||||
],
|
||||
"flux_fill": {
|
||||
"name": "FLUX.1 Fill (default)",
|
||||
"params": [{"id": "prompt", "label": "prompt", "optional": True}],
|
||||
},
|
||||
"lama": {"name": "LaMa (Erase / Remove Object)", "params": []},
|
||||
"sdxl_inpaint": {
|
||||
"name": "sdxl_inpaint",
|
||||
"params": [{"id": "prompt", "label": "prompt", "optional": True}],
|
||||
},
|
||||
"lama": {"name": "lama", "params": []},
|
||||
"copy": {"name": "copy (debug)", "params": []},
|
||||
"controlnet": {
|
||||
"name": "ControlNet Inpaint (canny)",
|
||||
"params": [
|
||||
{"id": "prompt", "label": "提示词", "optional": True},
|
||||
],
|
||||
"name": "controlnet",
|
||||
"params": [{"id": "prompt", "label": "prompt", "optional": True}],
|
||||
},
|
||||
},
|
||||
"animation": {
|
||||
|
||||
Reference in New Issue
Block a user