easydiffusion/ui/easydiffusion
cmdr2 e358a72925
Merge pull request #1397 from ogmaresca/restart-needed
Add Restart needed to diffusers-only fields if you enable diffusers then refresh without restarting EasyDiffusion
2023-07-16 13:23:04 +05:30
..
utils Format LoRA model/strength as comma separated string in text metadata 2023-07-15 12:57:37 -04:00
__init__.py Rename the python package name to easydiffusion (from sd_internal) 2022-12-19 19:39:15 +05:30
app.py Rename method 2023-07-09 16:58:51 -04:00
device_manager.py 2 GB cards aren't exactly 2 GB 2023-05-19 17:56:20 +05:30
model_manager.py Allow the UI to send (and resolve) multiple model paths 2023-07-15 12:09:20 +05:30
renderer.py Use only realesrgan_x4 (not anime) for upscaling in codeformer 2023-06-07 16:37:44 +05:30
server.py Improve responsiveness of UI startup by not waiting for render threads to start up before showing the UI. Errors while starting the render thread will be logged anyway, so there's no need to block the main thread for this 2023-07-08 23:28:47 +05:30
task_manager.py Revert the speed up from starting the browser early. Not sure why the fastapi server isn't ready to serve static html by this point, will need to investigate later 2023-07-10 09:01:48 +05:30
types.py Allow the UI to send (and resolve) multiple model paths 2023-07-15 12:09:20 +05:30