AUTOMATIC1111
a8ad8666cd
Merge pull request #6261 from vladmandic/api-logging
...
add api logging
3 years ago
AUTOMATIC1111
a2ff57cfb0
Merge pull request #6295 from Gerschel/master
...
better targetting, class tabs was autoassigned
3 years ago
AUTOMATIC1111
6281c1bdb4
Merge pull request #6299 from stysmmaker/feat/latent-upscale-modes
...
Add more latent upscale modes
3 years ago
AUTOMATIC1111
77c3bc7747
Merge pull request #6298 from stysmmaker/fix/intermediate-step-full-res
...
Save full resolution of intermediate step
3 years ago
MMaker
b2151b934f
Rename bicubic antialiased option
...
Comma was causing the the value in PNG info to be quoted, which causes the upscaler dropdown option to be blank when sending to UI
3 years ago
MMaker
f49f917cdd
Merge branch 'AUTOMATIC1111:master' into feat/latent-upscale-modes
3 years ago
AUTOMATIC
4ec6470a1a
fix checkpoint list API
3 years ago
MMaker
15fd0b8bc4
Update processing.py
3 years ago
MMaker
96cf15bede
Add new latent upscale modes
3 years ago
AUTOMATIC
8d8a05a3bb
find configs for models at runtime rather than when starting
3 years ago
AUTOMATIC
02d7abf514
helpful error message when trying to load 2.0 without config
...
failing to load model weights from settings won't break generation for currently loaded model anymore
3 years ago
MMaker
e5b7ee910e
fix: Save full res of intermediate step
3 years ago
Gerschel
4fc8154207
better targetting, class tabs was autoassigned
...
I moved a preset manager into quicksettings, this function
was targeting my component instead of the tabs. This is
because class tabs is autoassigned, while element id #tabs
is not, this allows a tabbed component to live in the quicksettings.
3 years ago
AUTOMATIC1111
7e549468b3
Merge pull request #6285 from abextm/save-sampling-method
...
ui: save dropdown sampling method to the ui-config
3 years ago
Max Weber
917b5bd8d0
ui: save dropdown sampling method to the ui-config
3 years ago
AUTOMATIC
3e22e29413
fix broken send to extras button
3 years ago
MMaker
7c89f3718f
Add image paste fallback
...
Fixes Firefox pasting support
(and possibly other browsers)
3 years ago
AUTOMATIC
82cfc227d7
added licenses screen to settings
...
added footer
removed unused inpainting code
3 years ago
Vladimir Mandic
d8d206c168
add state to interrogate
3 years ago
Vladimir Mandic
cec209981e
log only sdapi
3 years ago
AUTOMATIC
8f96f92899
call script callbacks for reloaded model after loading embeddings
3 years ago
AUTOMATIC
2d5a5076bb
Make it so that upscalers are not repeated when restarting UI.
3 years ago
Vladimir Mandic
192ddc04d6
add job info to modules
3 years ago
Vladimir Mandic
1d9dc48efd
init job and add info to model merge
3 years ago
Vladimir Mandic
aaa4c2aacb
add api logging
3 years ago
AUTOMATIC
e9fb9bb0c2
fix hires fix not working in API when user does not specify upscaler
3 years ago
Shondoit
bddebe09ed
Save Optimizer next to TI embedding
...
Also add check to load only .PT and .BIN files as embeddings. (since we add .optim files in the same directory)
3 years ago
AUTOMATIC
c0ee148870
add support for running with gradio 3.9 installed
3 years ago
hithereai
9a3b0ee960
update req.txt
...
The old 'opencv-python' package is very limiting in terms of optical flow - so I propose a package change to 'opencv-contrib-python', which has more cv2.optflow methods.
These are needed for optical flow trickery in auto1111 and its extensions, and it cannot be installed by an extension as only a single package of opencv needs to be installed for optical flow to work properly. Change of the main one is Inevitable.
3 years ago
AUTOMATIC
fda1ed1843
some minor improvements for dark mode UI
3 years ago
AUTOMATIC
a1cf55a9d1
add option to reorder items in main UI
3 years ago
AUTOMATIC
9d4eff097d
add a button to show all setting pages
3 years ago
AUTOMATIC
2bc86712ec
make quicksettings UI elements appear in same order as they are listed in the setting
3 years ago
AUTOMATIC
18c03cdeac
styling rework to make things more compact
3 years ago
AUTOMATIC
269f6e8676
change settings UI to use vertical tabs
3 years ago
AUTOMATIC
1d7a31def8
make edit fields for sliders not get hidden by slider's label when there's not enough space
3 years ago
AUTOMATIC
251ecee694
make "send to" buttons send actual dimension of the sent image rather than fields
3 years ago
AUTOMATIC
8d12a729b8
fix possible error with accessing nonexistent setting
3 years ago
AUTOMATIC
84dd7e8e24
error out with a readable message in chwewckpoint merger for incompatible tensor shapes (ie when trying to merge SD1.5 with SD2.0)
3 years ago
AUTOMATIC
4dbde228ff
make it possible to use fractional values for SD upscale.
3 years ago
AUTOMATIC
ef27a18b6b
Hires fix rework
3 years ago
AUTOMATIC1111
fd4461d44c
Merge pull request #6196 from philpax/add-embeddings-api
...
feat(api): add /sdapi/v1/embeddings
3 years ago
AUTOMATIC1111
f39a79d143
Merge pull request #6183 from Kryptortio/add_more_element_ids
...
Add additional elem_id/HTML ids
3 years ago
Philpax
c65909ad16
feat(api): return more data for embeddings
3 years ago
Philpax
b5819d9bf1
feat(api): add /sdapi/v1/embeddings
3 years ago
AUTOMATIC
311354c0bb
fix the issue with training on SD2.0
3 years ago
me
a005fccddd
Add a lot more elem_id/HTML id, modified some that were duplicates for seed section
3 years ago
AUTOMATIC
e672cfb074
rework of callback for #6094
3 years ago
AUTOMATIC1111
6062c85d4d
Merge pull request #6094 from AlUlkesh/master
...
Adding image numbers on grids
3 years ago
AUTOMATIC
524d532b38
moved roll artist to built-in extensions
3 years ago