mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-02-07 22:22:53 +08:00
fix format error
This commit is contained in:
parent
3369fb27df
commit
dd07b5193e
@ -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…
Reference in New Issue
Block a user