cmdr2
|
3983cb001f
|
Save the VAE model to the metadata text file
|
2022-11-12 13:29:24 +05:30 |
|
Marc-Andre Ferland
|
aa21115e26
|
Always return a byte buffer. Sending the picture as URL text fails in some browsers.
|
2022-11-11 20:44:39 -05:00 |
|
cmdr2
|
3fdd8d91e2
|
Handle device init failures and record that as an error, if the GPU has less than 3 gb of VRAM
|
2022-11-11 16:13:27 +05:30 |
|
cmdr2
|
c13bccc7ae
|
Fix the error where a device named 'None' would get assigned for incompatible GPUs
|
2022-11-11 15:43:20 +05:30 |
|
cmdr2
|
bd56795c62
|
Switch to using cuda:N instead of N (integer device ids)
|
2022-11-11 14:46:05 +05:30 |
|
cmdr2
|
b9a12d1562
|
Restrict device selection id to 'cpu' or integers (and 'auto' in the initial device selection functions)
|
2022-11-10 20:03:11 +05:30 |
|
cmdr2
|
9bc7521de0
|
Make custom VAE an Image Setting, rather than a System Setting; Don't load a VAE into memory by default
|
2022-11-08 16:54:15 +05:30 |
|
cmdr2
|
67cca3bc00
|
Print the devices for which rendering threads have started; Prettier print of the model data
|
2022-11-07 18:26:10 +05:30 |
|
cmdr2
|
90b1609d4e
|
device_selection is already a string, since we've used string functions before this line
|
2022-11-07 18:08:43 +05:30 |
|
cmdr2
|
abbfae2fc0
|
Simplify the logic used for displaying the GFPGAN warning
|
2022-11-07 17:55:27 +05:30 |
|
JeLuF
|
59e4c1cf79
|
Sanitize session id's before using them as path components
|
2022-11-03 00:43:44 +01:00 |
|
Marc-Andre Ferland
|
6229cdb1ba
|
Added a missing device_name
|
2022-10-29 17:47:45 -04:00 |
|
Marc-Andre Ferland
|
b7a663ed20
|
Implement complete device selection in the backend.
|
2022-10-29 17:34:53 -04:00 |
|
cmdr2
|
a8c16e39b8
|
Support custom VAE files; Use vae-ft-mse-840000-ema-pruned as the default VAE, which can be overridden by putting a .vae.pt file inside models/stable-diffusion with the same name as the ckpt model file. The UI / System Settings allows setting the default VAE model to use
|
2022-10-28 20:06:44 +05:30 |
|
Marc-Andre Ferland
|
c52fc843f6
|
Comment...
|
2022-10-28 02:09:11 -04:00 |
|
Marc-Andre Ferland
|
02240bda25
|
Moved up to not duplicate if statement.
|
2022-10-28 02:05:48 -04:00 |
|
Marc-Andre Ferland
|
0185ef7c83
|
Apply force_full_precision if was set on device_select.
|
2022-10-28 02:02:09 -04:00 |
|
Marc-Andre Ferland
|
71c6beadb4
|
Only default to cpu on auto or current.
Not when a specific device was requested.
|
2022-10-28 01:09:38 -04:00 |
|
cmdr2
|
284b95213e
|
Fix a bug where the device wouldn't get set if no cuda-compatible hardware was found
|
2022-10-27 22:59:55 +05:30 |
|
cmdr2
|
952854f64e
|
Revert 554650c18d
|
2022-10-27 22:59:17 +05:30 |
|
cmdr2
|
554650c18d
|
Fix a bug where the device wouldn't get set if no cuda-compatible hardware was found
|
2022-10-27 22:51:45 +05:30 |
|
cmdr2
|
3fb5d886dc
|
Merge pull request #398 from madrang/mGpu-crashHandling
mGpu crash handling
|
2022-10-27 13:44:26 +05:30 |
|
Marc-Andre Ferland
|
d3df113fb0
|
When reduced_memory is True, on crash only move model back to Cpu.
|
2022-10-26 16:52:31 -04:00 |
|
Marc-Andre Ferland
|
06c2ab045a
|
Fix TypeError: string indices must be integers
|
2022-10-26 16:14:29 -04:00 |
|
Marc-Andre Ferland
|
c41baf3aeb
|
Moved img_id creation inside save image loop.
|
2022-10-25 02:10:52 -04:00 |
|
Marc-Andre Ferland
|
fc875651d3
|
Removed unused vars
|
2022-10-23 05:00:21 -04:00 |
|
Marc-Andre Ferland
|
0d62123a0b
|
Replaced missing gpu_name by device_name
|
2022-10-22 21:28:12 -04:00 |
|
Marc-Andre Ferland
|
8adf965d0b
|
Formatting changes.
|
2022-10-22 19:02:02 -04:00 |
|
Marc-Andre Ferland
|
cd6d49860f
|
Missing a 'r' in progress
|
2022-10-22 01:23:39 -04:00 |
|
Marc-Andre Ferland
|
8a10fcf7ea
|
updated print statement.
|
2022-10-22 00:34:33 -04:00 |
|
Marc-Andre Ferland
|
ce2b711b1f
|
Newlines...
|
2022-10-21 21:44:15 -04:00 |
|
Marc-Andre Ferland
|
7befa94e6d
|
More comments and cleanup.
|
2022-10-21 20:56:24 -04:00 |
|
Marc-Andre Ferland
|
88ef1a3c5b
|
Moved time before model.to
|
2022-10-21 20:22:34 -04:00 |
|
Marc-Andre Ferland
|
ccb7a553c2
|
Memory improvements
|
2022-10-21 19:34:29 -04:00 |
|
Marc-Andre Ferland
|
849d1d7ebd
|
Merge branch 'beta' of https://github.com/cmdr2/stable-diffusion-ui.git into multi-gpu
# Conflicts:
# ui/media/js/main.js
# ui/sd_internal/runtime.py
# ui/server.py
|
2022-10-20 20:08:23 -04:00 |
|
cmdr2
|
9d16898926
|
Merge branch 'beta' into merge
|
2022-10-20 15:57:46 +05:30 |
|
rbertus2000
|
01fb1bde8b
|
fix seed for parallel renders with filters applied
|
2022-10-19 23:16:51 +02:00 |
|
Marc-Andre Ferland
|
21afe077d7
|
Removed Cpu from the devices allowed to run GFPGANer.
Added clear error for the user.
|
2022-10-19 03:02:26 -04:00 |
|
cmdr2
|
0922ba938c
|
Remove unnecessary tabs
|
2022-10-19 09:59:18 +05:30 |
|
Marc-Andre Ferland
|
3fc66ec525
|
Removed empty lines left over from merge.
|
2022-10-19 00:27:51 -04:00 |
|
cmdr2
|
44191cd908
|
Merge pull request #357 from rbertus2000/beta
fixed img_id for parallel renders
|
2022-10-19 09:57:05 +05:30 |
|
Marc-Andre Ferland
|
0da0c6bd77
|
Merge branch 'beta' of https://github.com/cmdr2/stable-diffusion-ui.git into multi-gpu
|
2022-10-19 00:26:09 -04:00 |
|
Marc-Andre Ferland
|
6098b196dc
|
Text header, comments and better validations.
|
2022-10-18 23:58:55 -04:00 |
|
Marc-Andre Ferland
|
53cdeeff03
|
More fixes to devices changing names.
|
2022-10-18 21:08:04 -04:00 |
|
Marc-Andre Ferland
|
fcdb086daf
|
Fixed is_alive to work with devices that can change name after init.
|
2022-10-18 20:33:37 -04:00 |
|
rbertus2000
|
d2d9c2dd0f
|
fixed corresponding txt file id
|
2022-10-19 01:17:44 +02:00 |
|
rbertus2000
|
4241fb9386
|
fixed img_id for parallel renders
|
2022-10-18 22:38:37 +02:00 |
|
Marc-Andre Ferland
|
cfd6751777
|
Merge branch 'beta' of https://github.com/cmdr2/stable-diffusion-ui.git into multi-gpu
|
2022-10-18 13:21:26 -04:00 |
|
cmdr2
|
83d6c3ba88
|
Fix the broken 'time remaining' counter
|
2022-10-18 16:12:17 +05:30 |
|
cmdr2
|
926e3e2712
|
Merge pull request #351 from madrang/fix-bug332
Force encoding to utf-8 on text file operations Fixes #332
|
2022-10-18 09:40:54 +05:30 |
|