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-31 07:05:45 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
easydiffusion
/
ui
/
sd_internal
History
cmdr2
35ff4f439e
Refactor save_to_disk
2022-12-14 16:30:19 +05:30
..
__init__.py
Use the new 'diffusionkit' package name
2022-12-12 20:46:11 +05:30
app.py
Tweak logging to increase the space available by 3 characters
2022-12-11 13:19:22 +05:30
device_manager.py
Get rid of the ugly copying around (and maintaining) of multiple request-related fields. Split into two objects: task-related fields, and render-related fields. Also remove the ability for request-defined full-precision. Full-precision can now be forced by using a USE_FULL_PRECISION environment variable
2022-12-11 18:16:29 +05:30
model_manager.py
Simplify the code for VAE loading, and make it faster to load VAEs (because we don't reload the entire SD model each time a VAE changes); Record the error and end the thread if the SD model fails to load during startup
2022-12-13 15:46:04 +05:30
renderer.py
Refactor save_to_disk
2022-12-14 16:30:19 +05:30
runtime.py
The exception should also mention dpm2
2022-12-12 16:24:03 +01:00
save_utils.py
Refactor save_to_disk
2022-12-14 16:30:19 +05:30
task_manager.py
Simplify the code for VAE loading, and make it faster to load VAEs (because we don't reload the entire SD model each time a VAE changes); Record the error and end the thread if the SD model fails to load during startup
2022-12-13 15:46:04 +05:30