stable-diffusion-for-fun/utilities
HappyZ ec6e24ba8a changes guidance scale default to 7.5 instead of 12.5 2023-05-24 14:15:47 -07:00
..
BUILD adds inpainting capability 2023-05-14 18:26:21 -07:00
__init__.py adds initial model loading flow 2023-04-25 21:46:16 -07:00
config.py fix bug config should not set upper() case which ignored configs 2023-05-05 00:22:06 -07:00
constants.py changes guidance scale default to 7.5 instead of 12.5 2023-05-24 14:15:47 -07:00
database.py adds inpainting capability 2023-05-14 18:26:21 -07:00
envvar.py adds web API 2023-04-28 17:00:18 -07:00
envvar_test.py adds web API 2023-04-28 17:00:18 -07:00
images.py supports image output folder instead of storing it in database 2023-05-08 23:38:21 -07:00
img2img.py [BE] supports more than 77 tokens 2023-05-24 14:14:18 -07:00
inpainting.py [BE] supports more than 77 tokens 2023-05-24 14:14:18 -07:00
logger.py adds config and text2img barebone, python formats 2023-04-26 23:07:24 -07:00
logger_test.py adds config and text2img barebone, python formats 2023-04-26 23:07:24 -07:00
memory.py adds scheduler config and barebone of text2img 2023-04-27 00:39:02 -07:00
model.py enhances interface 2023-04-29 00:45:07 -07:00
text2img.py [BE] supports more than 77 tokens 2023-05-24 14:14:18 -07:00
times.py adds txt2img capability with interactive prompt input 2023-04-27 18:55:45 -07:00
times_test.py adds txt2img capability with interactive prompt input 2023-04-27 18:55:45 -07:00
translator.py adds missing files separating frontend and backend 2023-05-08 16:06:09 -07:00