This website requires JavaScript.
Explore
Help
Sign In
extern
/
easydiffusion
Watch
1
Star
0
Fork
1
You've already forked easydiffusion
mirror of
https://github.com/easydiffusion/easydiffusion.git
synced
2025-06-02 08:05:53 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
easydiffusion
/
ui
/
easydiffusion
History
cmdr2
96b45385e8
Merge pull request
#803
from JeLuF/patch-10
...
Add T600 to list of FP only GPUs
2023-02-03 19:56:54 +05:30
..
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 T1000, make Quadro equivalent to nvidia or geforce
2023-01-28 20:51:01 +01:00
model_manager.py
Revert "Revert "Don't set the specific vram optimizations to use, instead use the new sdkit API for setting the vram usage level directly""
2023-01-18 17:03:14 +05:30
renderer.py
Proactively delete the partial samples from the callbacks
2023-02-01 11:50:50 +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