Skip to content

Commit 6e6c555

Browse files
Mary Hippebr
authored andcommitted
change order of infill methods
1 parent f6b801e commit 6e6c555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/app/api/routers/app_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ async def get_app_deps() -> AppDependencyVersions:
9898

9999
@app_router.get("/config", operation_id="get_config", status_code=200, response_model=AppConfig)
100100
async def get_config() -> AppConfig:
101-
infill_methods = ["tile", "lama", "cv2", "color"] # TODO: add mosaic back
101+
infill_methods = ["lama", "tile", "cv2", "color"] # TODO: add mosaic back
102102
if PatchMatch.patchmatch_available():
103103
infill_methods.append("patchmatch")
104104

0 commit comments

Comments
 (0)