Skip to content

Commit

Permalink
Merge pull request AUTOMATIC1111#10550 from akx/git-blame-ignore-revs
Browse files Browse the repository at this point in the history
Add .git-blame-ignore-revs
  • Loading branch information
AUTOMATIC1111 authored May 19, 2023
2 parents 994f56c + 2725dfd commit a6bf4aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Apply ESlint
9c54b78d9dde5601e916f308d9a9d6953ec39430
2 changes: 1 addition & 1 deletion extensions-builtin/Lora/scripts/lora_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def api_loras(_: gr.Blocks, app: FastAPI):
@app.get("/sdapi/v1/loras")
async def get_loras():
return [create_lora_json(obj) for obj in lora.available_loras.values()]

@app.post("/sdapi/v1/refresh-loras")
async def refresh_loras():
return lora.list_available_loras()
Expand Down

0 comments on commit a6bf4aa

Please sign in to comment.