patriceac
a69d4c279e
Make seed field behavior deterministic
...
Copying the image settings while 'Random' is enabled would cause the seed to be randomized. This was misleading as what I see wasn't what I would get.
2022-11-29 19:04:42 -08:00
patriceac
69f14edd80
Tweak the seed behavior
...
Update the seed *before* starting the processing, so interrupting the processing retains the seed being used for the batch being currently processed.
The idea behind that is that if I like the gen I'm currently seeing and want to build on top of it, I can create a new task with the same seed without having to wait for the current task to complete.
2022-11-28 01:19:31 -08:00
cmdr2
13654cb8c0
Make on_sd_start.sh executable
2022-11-28 13:00:02 +05:30
cmdr2
347fa0fda1
Update on_sd_start.bat
2022-11-26 01:50:30 +05:30
cmdr2
6510d4cb02
Merge pull request #553 from cmdr2/revert-552-beta
...
Revert "Patching patch again"
2022-11-26 01:45:57 +05:30
cmdr2
91e4ccf6f8
Update on_sd_start.bat
2022-11-26 01:43:41 +05:30
cmdr2
36249874bc
Revert "Patching patch again"
2022-11-26 01:42:16 +05:30
cmdr2
d2b5d6cce9
Merge pull request #552 from jsuelwald/beta
...
Patching patch again
2022-11-26 01:40:02 +05:30
Jens Sülwald
b2922741c9
Patching patch again
2022-11-25 21:06:19 +01:00
cmdr2
300f3e27db
Merge pull request #551 from cmdr2/revert-549-patch-2
...
Revert "Update ddim_callback_sd2.patch"
2022-11-26 01:25:17 +05:30
cmdr2
d7330b80a9
Revert "Update ddim_callback_sd2.patch"
2022-11-26 01:22:35 +05:30
cmdr2
acdd7667b7
Merge pull request #549 from jsuelwald/patch-2
...
Update ddim_callback_sd2.patch
2022-11-26 01:19:08 +05:30
jsuelwald
8114fa3f5d
Update ddim_callback_sd2.patch
2022-11-25 20:46:24 +01:00
cmdr2
4bc5508f38
Rollback
2022-11-26 01:07:55 +05:30
cmdr2
e503c6092e
Ddim decode for img2img
2022-11-26 00:55:39 +05:30
cmdr2
6a8985d8dd
Update ddim_callback_sd2.patch
2022-11-26 00:49:15 +05:30
cmdr2
bee67fd883
Shape
2022-11-25 23:54:08 +05:30
cmdr2
a1d75d40aa
Update runtime.py
2022-11-25 23:36:43 +05:30
cmdr2
29484867ca
Typo
2022-11-25 23:32:56 +05:30
cmdr2
7fa983b971
Img2img sd2 attempt 2
2022-11-25 23:28:31 +05:30
cmdr2
617a8b2814
Fix for make_schedule error in sd2
2022-11-25 23:15:22 +05:30
cmdr2
b924d323d4
img2img attempt for sd2
2022-11-25 22:36:02 +05:30
cmdr2
642c114501
Working txt2img
2022-11-25 14:29:24 +05:30
cmdr2
02dd3e457d
Tweaks to load sd1 models in sd2 code, typos
2022-11-25 13:57:15 +05:30
cmdr2
ea7b28c9d5
Placeholder changes for SD 2.0 support, haven't tested yet
2022-11-25 12:17:44 +05:30
cmdr2
b70235ff92
Set the PYTHONPATH in the developer console, before the prompt shows up
2022-11-24 11:48:27 +05:30
cmdr2
8a0ec95fe1
Merge branch 'main' into beta
2022-11-23 15:08:34 +05:30
cmdr2
7cbf62cf12
Revert whitespace fix
2022-11-22 23:30:03 +05:30
cmdr2
3b0ace3410
Revert whitespace fix
2022-11-22 23:27:46 +05:30
cmdr2
5a9c8e1d87
Warn but don't fix whitespaces in a patch
2022-11-22 23:21:11 +05:30
cmdr2
daaa65dc0a
Warn but don't fix whitespaces in a patch
2022-11-22 23:20:24 +05:30
cmdr2
ab4e371524
Fix whitespace during git apply
2022-11-22 22:25:36 +05:30
cmdr2
927fd304b0
Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta
2022-11-22 22:22:07 +05:30
cmdr2
5af84b8e90
Fix whitespace during git apply
2022-11-22 22:21:54 +05:30
cmdr2
d425dac499
Merge pull request #529 from madrang/dragNdrop
...
Fixing file drag and drop.
2022-11-22 21:57:34 +05:30
cmdr2
d056459e76
Merge pull request #529 from madrang/dragNdrop
...
Fixing file drag and drop.
2022-11-22 21:56:07 +05:30
Marc-Andre Ferland
3169485f33
Fixing file drag and drop.
2022-11-22 11:11:06 -05:00
cmdr2
d9b9f80a93
diffusion-kit upgrade
2022-11-22 17:39:51 +05:30
cmdr2
d429505b71
Update version of diffusion-kit
2022-11-22 17:14:20 +05:30
cmdr2
72ee708917
Remove the need to install realesrgan, gfpgan and certain specific package versions, since the new backend should install them directly
2022-11-22 16:50:10 +05:30
cmdr2
93bbfac29a
Change the backend to a custom fork of SD, since basujindal's fork is no longer under development. This fork is intended to include the common models/tools used like RealESRGAN, GFPGAN, Codeformer etc, and is meant to be a community-developed project
2022-11-22 16:38:39 +05:30
cmdr2
040d7a6563
Merge pull request #528 from patriceac/patch-1
...
Add support for custom modifiers to d&d and clipboard
2022-11-22 16:06:26 +05:30
patriceac
e8dd930a50
Add support for custom modifiers to d&d and clipboard
...
Add support for custom modifiers to d&d and clipboard and remove now-redundant code in restoreTaskToUI.
2022-11-22 00:06:43 -08:00
cmdr2
31c049ebfe
Version css
2022-11-22 11:09:01 +05:30
cmdr2
d343a37fb2
Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta
2022-11-22 11:08:07 +05:30
cmdr2
7097175c6f
CSS tweak for logo and version
2022-11-22 11:07:50 +05:30
cmdr2
8e57c49043
Merge pull request #527 from cmdr2/beta
...
Beta
2022-11-22 11:00:25 +05:30
cmdr2
9f036ceefd
Merge branch 'main' into beta
2022-11-22 10:59:51 +05:30
cmdr2
ff3ca8b36b
link to new downloads
2022-11-22 10:48:43 +05:30
cmdr2
87a7b70a27
Shell error code check
2022-11-22 10:40:20 +05:30