Commit Graph

446 Commits

Author SHA1 Message Date
cmdr2
3b47eb3b07 Bug fix - tasks with an initial image were not resizing the initial image to the desired dimension 2022-09-14 11:36:55 +05:30
cmdr2
d13e08e53b Make Prompt Strength editable via a text box; Restrict the max prompt strength to 0.99, since 1 caused CUDA errors for a few users; Color tweak for the stop button 2022-09-14 11:01:12 +05:30
cmdr2
4685461282 Allow editing the guidance scale using a textbox for finer control; Fix a bug where the image name would contain the wrong guidance scale 2022-09-14 10:46:07 +05:30
cmdr2
885759abc5 Return the image metadata and disk path in the response 2022-09-14 10:15:35 +05:30
cmdr2
0c0c8e503e Reset the stop button once a task finishes normally 2022-09-13 22:57:32 +05:30
cmdr2
5605cfe213 Don't run the remaining batches of a stopped task 2022-09-13 22:55:45 +05:30
cmdr2
3e3fc54da4 Stop button in the UI 2022-09-13 22:25:28 +05:30
cmdr2
e59c66ae26 Backend changes to support stopping a task mid-way. Uses a custom patch for the stable-diffusion codebase, to make it call a callback for DDIM 2022-09-13 19:59:41 +05:30
cmdr2
d74eef8088
Merge pull request #178 from mrbusysky/main
Read me updates
2022-09-13 16:39:43 +05:30
mrbusysky
88a240b0f6
Update README.md 2022-09-13 04:02:01 -07:00
mrbusysky
ee21f41b25 Create config-v6.png 2022-09-13 04:01:03 -07:00
cmdr2
9ec2010ac2 Log python version in the linux build 2022-09-13 11:41:38 +05:30
cmdr2
e928fee26f Log python version 2022-09-13 11:38:28 +05:30
cmdr2
79f6723678
Merge pull request #169 from cmdr2/beta
PYTHONPATH during installer
2022-09-13 11:10:32 +05:30
cmdr2
db1fbad0db Force install basicsr, investigating a support query 2022-09-13 11:00:55 +05:30
cmdr2
812a0a14fc Export PYTHONPATH on linux 2022-09-13 10:36:50 +05:30
cmdr2
852875b440 Try force installing basicsr 1.4.2 2022-09-12 23:42:48 +05:30
cmdr2
d1dd1b8a9b
Merge pull request #164 from mrbusysky/main
Updating issues to allow multiple cats
2022-09-12 23:21:24 +05:30
cmdr2
30974482c5 The seed displayed in the UI was wrong 2022-09-12 23:15:41 +05:30
mrbusysky
982696fb3b Update to ignore . idea folders 2022-09-12 10:40:30 -07:00
mrbusysky
cf43dc7b5c Updating issues to allow multiple cats 2022-09-12 10:36:54 -07:00
cmdr2
4444525c01 Set the PYTHONPATH explicitly for the conda env 2022-09-12 23:06:51 +05:30
cmdr2
760cc89449
Merge pull request #161 from cmdr2/beta
Fix linux file size check
2022-09-12 21:59:43 +05:30
cmdr2
ba26f22f53 Compare file sizes 2022-09-12 21:44:16 +05:30
cmdr2
e1f37a2f3c Fix the comparison check for linux 2022-09-12 21:34:53 +05:30
cmdr2
e59287d736 Tweak the linux file size check code 2022-09-12 21:12:44 +05:30
cmdr2
5cda0c7684
Merge pull request #160 from cmdr2/beta
Waifu weights
2022-09-12 20:46:32 +05:30
cmdr2
717a1d8f57 Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta 2022-09-12 20:45:07 +05:30
cmdr2
a955730086 Allow using waifu 7 GB weights 2022-09-12 20:44:54 +05:30
cmdr2
d5ccee7bbb
Merge pull request #156 from cmdr2/main
Merge main
2022-09-12 19:32:25 +05:30
cmdr2
97e2a17ce1
Merge pull request #155 from cmdr2/beta
Allow using the 7 GB model as well
2022-09-12 17:55:42 +05:30
cmdr2
a32a58bd0f Allow using the 7 GB model as well 2022-09-12 17:36:50 +05:30
cmdr2
093201ef65
Merge pull request #153 from cmdr2/beta
Tell conda to skip any pre-installed packages in the users' home/.loc…
2022-09-12 17:00:32 +05:30
cmdr2
ef46603f4e Tell conda to skip any pre-installed packages in the users' home/.local folder, since that can cause conflicts 2022-09-12 16:39:23 +05:30
cmdr2
3483f63b72 Merge branch 'main' of github.com:cmdr2/stable-diffusion-ui 2022-09-12 13:04:59 +05:30
cmdr2
8bee8060f9 Higher resolution options 2022-09-12 13:04:49 +05:30
cmdr2
db58c9aca9
Merge pull request #145 from MrManny/main
Minor README.md updates
2022-09-12 12:29:25 +05:30
cmdr2
75f5ec8575
Merge pull request #152 from cmdr2/beta
Auto-switch to CPU for GPUs with less 3 GB of VRAM
2022-09-12 11:17:04 +05:30
cmdr2
246ceebe0e Merge branch 'main' into beta 2022-09-12 11:12:41 +05:30
Manuel Warum
a294b128c7
Update README.md
Some minor text adjustments
2022-09-11 13:04:45 +02:00
Manuel Warum
7879bf19eb
Update README.md
Add note about Stable Diffusion model version
2022-09-11 13:00:13 +02:00
cmdr2
80082d9c26
Merge pull request #141 from youmslinky/main
Update CONTRIBUTING.md to instruct commenting out multiple lines
2022-09-11 11:30:28 +05:30
cmdr2
9fe1709bf7 Catch 16xx cards without the NVIDIA name in them 2022-09-11 11:16:05 +05:30
cmdr2
fec21f1208 Catch 16xx cards without the NVIDIA name in them 2022-09-11 11:10:54 +05:30
cmdr2
1d4b34c0dd Print GPU name 2022-09-11 10:59:45 +05:30
cmdr2
d88e0f16ac Use CPU mode for graphics cards with less than 3 GB of RAM 2022-09-11 10:34:04 +05:30
youmslinky
8d31c474df
Update CONTRIBUTING.md to instruct commenting out multiple lines
Need to comment out most of the lines so the `ui` folder symlink doesn't get removed and the `.sh` and `.bat` file changes don't get rolled back on next startup.
2022-09-10 15:39:38 -05:00
cmdr2
a1e5a2cb67
Update modifiers.json 2022-09-10 22:58:16 +05:30
cmdr2
3668c87e0d
Update modifiers.json 2022-09-10 22:58:13 +05:30
cmdr2
28c8dc4bcc
Update CONTRIBUTING.md 2022-09-10 22:45:12 +05:30