Marc-Andre Ferland
|
4e5ddca3bd
|
Display the failure detail when there is one at that step.
Was checking the json object, not the server response.
|
2022-10-19 05:10:37 -04:00 |
|
Marc-Andre Ferland
|
3bdc90451a
|
Dont preload on cpu.
|
2022-10-19 04:34:54 -04: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 |
|
Marc-Andre Ferland
|
3fc66ec525
|
Removed empty lines left over from merge.
|
2022-10-19 00:27:51 -04:00 |
|
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 |
|
Marc-Andre Ferland
|
5e461e9b6b
|
Fixed is_alive with render_threads that can update the device name after starting.
|
2022-10-18 13:21:15 -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 |
|
Marc-Andre Ferland
|
578b3ba4f4
|
Force encoding to utf-8 on text file operations Fixes #332
# Conflicts:
# ui/server.py
|
2022-10-17 23:15:36 -04:00 |
|
Marc-Andre Ferland
|
5b0b582039
|
Force encoding to utf-8 on text file operations Fixes #332
|
2022-10-17 22:38:29 -04:00 |
|
Marc-Andre Ferland
|
e24be913e5
|
Merge branch 'beta' into multi-gpu
|
2022-10-17 21:35:24 -04:00 |
|
Marc-Andre Ferland
|
4d3358ba66
|
Fixed file path bugs introduced by mistake and made img_id sequential based on time for better sorting of renders.
|
2022-10-17 21:29:14 -04:00 |
|
Marc-Andre Ferland
|
ffe40fa3a3
|
Fixed file path bugs introduced by mistake and made img_id sequential based on time for better sorting of renders.
|
2022-10-17 21:27:15 -04:00 |
|
cmdr2
|
cb82170187
|
Fix the bug where custom models weren't getting picked up
|
2022-10-17 21:22:05 +05:30 |
|
Marc-Andre Ferland
|
c92129ac63
|
Improved detection of missing cuda:0 and added warning to console about how to fix.
|
2022-10-17 03:32:23 -04:00 |
|
Marc-Andre Ferland
|
554b67a2f0
|
Fixing bug in is_alive.
|
2022-10-17 01:05:51 -04:00 |
|
Marc-Andre Ferland
|
012243a880
|
Process GPU tasks on CPU when there are no cuda devices at all.
|
2022-10-17 01:05:27 -04:00 |
|
Marc-Andre Ferland
|
d4a348a2b2
|
Process GFPGANer on cuda:0 when possible, otherwise use cpu.
|
2022-10-16 23:12:46 -04:00 |
|
Marc-Andre Ferland
|
41bfb96b6b
|
Fixed bug in task_manager.is_alive and added way to check for first device.
|
2022-10-16 23:06:41 -04:00 |
|
Marc-Andre Ferland
|
7c72608e1c
|
First draft for Multi-GPU support
|
2022-10-16 21:41:39 -04:00 |
|
Marc-Andre Ferland
|
cbdf03450d
|
Added timeout to critical locking tasks with matching exception
|
2022-10-15 05:31:17 -04:00 |
|
Marc-Andre Ferland
|
8fdb1e7ec9
|
Improved locking and logging when cleaning old cached sessions.
|
2022-10-15 04:39:45 -04:00 |
|
Marc-Andre Ferland
|
d3b28c42e6
|
Better error handling with cache.put
|
2022-10-15 04:08:17 -04:00 |
|
Marc-Andre Ferland
|
7de699c7fa
|
Moved a lot of code into task_manager.py
|
2022-10-15 03:28:20 -04:00 |
|
Marc-Andre Ferland
|
c7f6763c48
|
Runtime cleanup and moved apply_filters to it's own function
|
2022-10-14 23:20:57 -04:00 |
|
cmdr2
|
7ae70d5a4d
|
Don't delete the model variables twice
|
2022-10-08 13:58:44 +05:30 |
|
cmdr2
|
883dc72fc6
|
Unload the previous model while reloading
|
2022-10-08 13:19:18 +05:30 |
|
cmdr2
|
3b923e0d37
|
Didn't fix the ckpt bug properly
|
2022-10-08 12:48:37 +05:30 |
|
cmdr2
|
a208564f06
|
Wait for the model to load before changing the global 'model loaded' state
|
2022-10-08 12:35:23 +05:30 |
|
cmdr2
|
cec203a6db
|
Allow saving in jpeg or png format; Default to saving in jpeg
|
2022-10-06 15:05:34 +05:30 |
|
cmdr2
|
cf8bb9efb0
|
Don't reload the model when using an initial image; Work in half-precision for txt2img as well, no change in the output image noticed
|
2022-10-06 14:42:47 +05:30 |
|
cmdr2
|
201a053025
|
Support an arbitrary number of custom models, placed in the models/stable-diffusion folder. Shows an option in the UI to select which model to use
|
2022-10-06 14:28:02 +05:30 |
|
cmdr2
|
b4c68a8ae5
|
Save the negative prompt in the text file
|
2022-09-28 18:33:08 +05:30 |
|
cmdr2
|
008b4228d2
|
Support negative prompts. Credit for the approach: https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Negative-prompt
|
2022-09-27 19:41:21 +05:30 |
|
cmdr2
|
ca704e1d51
|
Revert "Merge pull request #250 from cmdr2/win-installer-no-activate"
This reverts commit 04eb356c89 , reversing
changes made to 300159c03b .
|
2022-09-26 20:07:04 +05:30 |
|
cmdr2
|
b3e9b266fa
|
Use python 3.8.13 instead of 3.8.5, since 3.8.5 seems to be missing openssl in some pip repositories
|
2022-09-26 12:05:07 +05:30 |
|
cmdr2
|
661cf440f3
|
Remove debugging log
|
2022-09-24 14:11:26 +05:30 |
|
cmdr2
|
3822058daf
|
More debugging
|
2022-09-24 14:05:45 +05:30 |
|
cmdr2
|
9bb091d31e
|
Fix a bug where DDIM wouldn't get the correct steps from the UI after the first run
|
2022-09-23 21:22:44 +05:30 |
|
cmdr2
|
8cb340be9d
|
Merge branch 'main' into beta
|
2022-09-23 20:19:12 +05:30 |
|
cmdr2
|
5c827703a1
|
Report the steps for img2img correctly
|
2022-09-23 13:38:33 +05:30 |
|
cmdr2
|
a3de0820b3
|
Fix the 'Expected all tensors to be on the same device' error
|
2022-09-23 11:44:50 +05:30 |
|
cmdr2
|
83cb473a45
|
Fix the ddim_timesteps attribute missing error for txt2img with the ddim sampler
|
2022-09-23 11:14:06 +05:30 |
|
cmdr2
|
e7f9db5e56
|
Fix blurry img2img
|
2022-09-23 11:05:35 +05:30 |
|