cmdr2
|
af28d82ebc
|
Merge pull request #377 from madrang/beta
Missing '?' in case renderRequest is ever undefined.
|
2022-10-25 10:46:17 +05:30 |
|
cmdr2
|
e287df1320
|
Allow loading UI plugins from a /plugins/ URL path, which loads files ending with .plugin.js inside the plugins/ui folder
|
2022-10-19 21:34:40 +05:30 |
|
Marc-Andre Ferland
|
89b1b6e242
|
Replaced 'return HTTPException' by 'raise HTTPException'
|
2022-10-18 02:30:30 -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
|
7625e591fe
|
Fixed output_dir not liking the move to JSONResponse
|
2022-10-15 04:47:12 -04:00 |
|
Marc-Andre Ferland
|
1b32423881
|
Renamed a missing ServerStates to task_manager.ServerStates
|
2022-10-15 03:32:00 -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
|
e9f9670eb5
|
Changed '/get' from a query to a path parameter
|
2022-10-15 01:32:53 -04:00 |
|
Marc-Andre Ferland
|
3d4e961320
|
time.time() is in seconds not ms.
|
2022-10-15 00:51:06 -04:00 |
|
Marc-Andre Ferland
|
ff3db04ab7
|
temp_images needs twice the size if show_only_filtered_image is false
|
2022-10-14 23:21:44 -04:00 |
|
Marc-Andre Ferland
|
6ae3b77c2f
|
LoadingModel detection
|
2022-10-14 06:03:18 -04:00 |
|
Marc-Andre Ferland
|
4a7260b1be
|
StopAsyncIteration should not trigger HTTP500.
Now returns faster into the ready state.
|
2022-10-14 05:20:44 -04:00 |
|
Marc-Andre Ferland
|
1ec9d986bb
|
Render queue first draft
|
2022-10-14 03:47:25 -04:00 |
|
Marc-Andre Ferland
|
bc56226a28
|
Grouped many endpoints into one
|
2022-10-14 03:42:43 -04:00 |
|
cmdr2
|
cec203a6db
|
Allow saving in jpeg or png format; Default to saving in jpeg
|
2022-10-06 15:05:34 +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
|
2696da7337
|
Allow using a custom ckpt model
|
2022-09-28 15:10:05 +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
|
102e454902
|
Don't log thumbnail requests into the access log, makes it hard to answer support queries since the server and access logs are the same right now
|
2022-09-24 15:55:45 +05:30 |
|
cmdr2
|
657129e4a7
|
Don't cache modifiers; rearrange the modifier controls
|
2022-09-23 22:01:38 +05:30 |
|
cmdr2
|
5e7c376950
|
Move the thumbnails into the existing 'media' folder; split the CSS for the thumbnails into a separate file
|
2022-09-23 19:32:48 +05:30 |
|
cmdr2
|
4f6287c163
|
Merge branch 'beta' into mod-thumbnails
|
2022-09-23 18:54:53 +05:30 |
|
cmdr2
|
956b3d89db
|
New samplers for txt2img: "ddim", "plms", "heun", "euler", "euler_a", "dpm2", "dpm2_a", "lms"
|
2022-09-23 00:19:05 +05:30 |
|
cmdr2
|
b934a6b6e9
|
Compatibility mode for API calls made without the streaming flag
|
2022-09-22 22:55:57 +05:30 |
|
Haka
|
12e6baa925
|
Modifier Thumbnail Feature
Additional changes
- Changed some innerHTML to innerText
|
2022-09-22 18:01:30 +03:00 |
|
cmdr2
|
ef1bbda49c
|
Inpainting editor
|
2022-09-15 23:29:55 +05:30 |
|
cmdr2
|
27071cfa29
|
Live preview of images
|
2022-09-14 22:29:42 +05:30 |
|
cmdr2
|
9f48d5e5ff
|
Show the progress percentage while generating images
|
2022-09-14 16:52:03 +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
|
a6b4d59d94
|
Fix unnecessary warning for config.json
|
2022-09-10 00:29:46 +05:30 |
|
cmdr2
|
666bf0ebb4
|
Merge branch 'main' into beta
|
2022-09-09 21:54:27 +05:30 |
|
cmdr2
|
c283d3181f
|
Don't cache the index page
|
2022-09-09 21:54:13 +05:30 |
|
cmdr2
|
65b2c056c6
|
Revert "Revert "Revert "Revert "Merge pull request #112 from cmdr2/develop""""
This reverts commit 0dd38870e0 .
|
2022-09-09 21:05:24 +05:30 |
|
cmdr2
|
512ffa9030
|
UI for setting the beta/main channel
|
2022-09-09 20:34:32 +05:30 |
|
cmdr2
|
0dd38870e0
|
Revert "Revert "Revert "Merge pull request #112 from cmdr2/develop"""
This reverts commit 788dcbf471 .
|
2022-09-08 23:45:21 +05:30 |
|
cmdr2
|
788dcbf471
|
Revert "Revert "Merge pull request #112 from cmdr2/develop""
This reverts commit 9051bf6e68 .
|
2022-09-08 23:19:35 +05:30 |
|
cmdr2
|
9051bf6e68
|
Revert "Merge pull request #112 from cmdr2/develop"
This reverts commit 598de3697d , reversing
changes made to 0eae17075f .
|
2022-09-08 22:54:54 +05:30 |
|
cmdr2
|
10ed23e144
|
Merge branch 'develop' of github.com:cmdr2/stable-diffusion-ui into develop
|
2022-09-08 21:20:39 +05:30 |
|
cmdr2
|
253e75c747
|
v2.1 - Face correction (GFPGAN) and Upscaling (RealESRGAN)
|
2022-09-08 21:20:27 +05:30 |
|
cmdr2
|
6efbe62dca
|
Don't log /ping healthcheck requests
|
2022-09-08 18:43:22 +05:30 |
|
cmdr2
|
ec49c96219
|
Ko-fi button
|
2022-09-05 18:03:19 +05:30 |
|
cmdr2
|
835dd4da9d
|
Configurable path to save to disk
|
2022-09-05 17:25:25 +05:30 |
|
cmdr2
|
472b8d0e51
|
Keep v2 files in the repo, for the updater
|
2022-09-02 13:58:36 +05:30 |
|