New UI; A library of image modifier tags like 'realistic', 'artstation', 'pencil sketch' etc

This commit is contained in:
cmdr2
2022-08-31 12:16:25 +05:30
parent 05434d3575
commit 7dc1c54578
3 changed files with 520 additions and 82 deletions

View File

@ -67,3 +67,7 @@ async def image(req : ImageRequest):
@app.get('/media/ding.mp3')
def read_root():
return FileResponse('media/ding.mp3')
@app.get('/modifiers.json')
def read_modifiers():
return FileResponse('modifiers.json')