easydiffusion/ui/easydiffusion
2023-02-09 01:46:32 +01:00
..
utils Merge pull request #733 from JeLuF/mrgui 2023-01-25 19:38:21 +05:30
__init__.py Rename the python package name to easydiffusion (from sd_internal) 2022-12-19 19:39:15 +05:30
app.py Don't use Rich Tracebacks, can cause a memory leak. It keeps a reference to the Exception object (which in turn keeps references to any torch Tensors in the stack, preventing their garbage-collection) 2023-02-01 11:50:27 +05:30
device_manager.py Add T500 to list of full precision cards 2023-02-09 01:46:32 +01:00
model_manager.py Don't force the user to 'low' VRAM usage automatically, if their GPU is less than 4 GB of VRAM. We need a better way to set 'low' as the default in the UI, but the user should be able to override it if they want 2023-02-08 19:41:55 +05:30
renderer.py Fix the broken 'Make Similar Images' button 2023-02-03 21:40:03 +05:30
server.py Fix import, remove debug output 2023-01-10 20:34:17 +01:00
task_manager.py Fix a memory leak. Apparently the Exception object keeps references to torch Tensors in the stack, so keeping a reference to the Exception object prevents those Tensors from getting garbage-collected. 2023-02-01 11:49:18 +05:30
types.py Merge pull request #733 from JeLuF/mrgui 2023-01-25 19:38:21 +05:30