mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-15 14:50:55 -08:00
fix error when editing extra networks card
This commit is contained in:
parent
9f3ba38314
commit
2600370659
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ def get_single_card(page: str = "", tabname: str = "", name: str = ""):
|
|||
item = page.items.get(name)
|
||||
|
||||
page.read_user_metadata(item)
|
||||
item_html = page.create_item_html(tabname, item)
|
||||
item_html = page.create_item_html(tabname, item, shared.html("extra-networks-card.html"))
|
||||
|
||||
return JSONResponse({"html": item_html})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue