cmdr2
|
f4a6910ab4
|
Work-in-progress: refactored the end-to-end codebase. Missing: hypernetworks, turbo config, and SD 2. Not tested yet
|
2022-12-08 21:39:09 +05:30 |
|
cmdr2
|
fb6a7e04f5
|
Work-in-progress refactor of the backend, to move most of the logic to diffusion-kit and keeping this as a UI around that engine. Does not work yet.
|
2022-12-07 22:15:35 +05:30 |
|
JeLuF
|
427861cf13
|
Add Quadro T2000 to force_full_precision list.
|
2022-12-01 00:59:12 +01:00 |
|
cmdr2
|
8e1ec5903b
|
Don't throw an exception when an invalid device is being checked for compatibility. Report and return false
|
2022-11-15 12:41:10 +05:30 |
|
Marc-Andre Ferland
|
a4a24b1a1a
|
Fixed calling get_device_delta with a single cuda device inside config.json at boot.
|
2022-11-14 22:14:03 -05:00 |
|
cmdr2
|
2967261acb
|
Ensure that we only pick better GPUs than the current one, during the subsequent tasks
|
2022-11-14 21:13:24 +05:30 |
|
cmdr2
|
371e104b00
|
Pick the device id
|
2022-11-14 13:43:37 +05:30 |
|
cmdr2
|
d5aba8eaf1
|
Show free/total mem while starting up
|
2022-11-14 13:40:55 +05:30 |
|
cmdr2
|
027b2e1b88
|
Use the 65 percentile of free_mem for GPU selection, instead of 75 percentile
|
2022-11-14 12:26:21 +05:30 |
|
cmdr2
|
ea03fd22db
|
Start on multiple GPUs by default (top 75 percentile by free_mem); UI selection for 'cpu' or 'auto' or a list of specific GPUs, which is now linked to the backend; Dynamically start/stop render threads for the devices, without requiring a full program restart
|
2022-11-14 11:23:22 +05:30 |
|