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-05-30 06:40:09 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
easydiffusion
/
ui
/
easydiffusion
History
cmdr2
666c2f8771
Merge pull request
#831
from ogmaresca/remove-promt-strength-txt2img
...
Restore VAE model in metadata files and remove prompt strength in txt2img generations
2023-02-09 19:23:54 +05:30
..
utils
Also remove Hypernetwork Strength if not using a hypernetwork
2023-02-06 23:35:23 -05:00
__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
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