mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
fix format error
This commit is contained in:
parent
3369fb27df
commit
dd07b5193e
1 changed files with 1 additions and 1 deletions
|
|
@ -770,7 +770,7 @@ class Api:
|
|||
except Exception as err:
|
||||
cuda = {'error': f'{err}'}
|
||||
return models.MemoryResponse(ram=ram, cuda=cuda)
|
||||
|
||||
|
||||
def get_extensions_list(self):
|
||||
from modules import extensions
|
||||
extensions.list_extensions()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue