add upload api endpoint

Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-03-09 16:02:05 +01:00
parent 9fa6304cbc
commit 20e8b8ab18
6 changed files with 93 additions and 7 deletions
-1
View File
@@ -3,7 +3,6 @@ from modules import shared
from modules.api import models, helpers
def get_samplers():
from modules import sd_samplers_diffusers
all_samplers = []