Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix comment | space-nuko | 2022-12-13 | 1 | -1/+1 |
| | |||||
* | Correctly restore default hypernetwork strength | space-nuko | 2022-12-13 | 1 | -0/+3 |
| | |||||
* | Correctly restore hypernetwork from hash | space-nuko | 2022-12-13 | 1 | -0/+30 |
| | |||||
* | Merge pull request #5441 from timntorres/add-5433-avoid-sending-size-option | AUTOMATIC1111 | 2022-12-10 | 1 | -2/+1 |
|\ | | | | | Add option to avoid sending size between interfaces. | ||||
| * | Add opt. to avoid sending size between interfaces. | timntorres | 2022-12-05 | 1 | -2/+1 |
| | | |||||
* | | add Noise multiplier option to infotext | AUTOMATIC | 2022-12-10 | 1 | -0/+1 |
|/ | |||||
* | Fix clip skip of 1 not being restored from prompts | space-nuko | 2022-12-01 | 1 | -0/+4 |
| | |||||
* | fix the bug that makes it impossible to send images to other tabs | AUTOMATIC | 2022-11-27 | 1 | -3/+4 |
| | |||||
* | rework #5012 to also work for pictures dragged into the prompt and also add ↵ | AUTOMATIC | 2022-11-27 | 1 | -0/+1 |
| | | | | Clip skip + ENSD to parameters | ||||
* | renamed Inpainting strength infotext to Conditional mask weight, made it ↵ | AUTOMATIC | 2022-11-19 | 1 | -0/+1 |
| | | | | only appear if using inpainting model, made it possible to read the setting from it using the blue arrow button | ||||
* | add initial version of the extensions tab | AUTOMATIC | 2022-10-31 | 1 | -0/+5 |
| | | | | fix broken Restart Gradio button | ||||
* | shorten Hypernetwork strength in infotext and omit it when it's the default ↵ | AUTOMATIC | 2022-10-30 | 1 | -1/+1 |
| | | | | value. | ||||
* | Read hypernet strength from PNG info. | timntorres | 2022-10-29 | 1 | -0/+1 |
| | |||||
* | fix broken ↙ button, fix field paste ignoring most of useful fields for ↵ | AUTOMATIC | 2022-10-29 | 1 | -10/+26 |
| | | | | for #3768 | ||||
* | make existing image browser extension not break | AUTOMATIC | 2022-10-29 | 1 | -5/+14 |
| | |||||
* | add needed imports fr new code in copypaste.py | AUTOMATIC | 2022-10-29 | 1 | -0/+9 |
| | |||||
* | create send to buttons in one module | yfszzx | 2022-10-27 | 1 | -4/+82 |
| | |||||
* | do not load aesthetic clip model until it's needed | AUTOMATIC | 2022-10-21 | 1 | -2/+16 |
| | | | | | add refresh button for aesthetic embeddings add aesthetic params to images' infotext | ||||
* | generation_parameters_copypaste.py: fix indent | Mackerel | 2022-10-19 | 1 | -2/+2 |
| | |||||
* | Send empty prompts as valid generation parameter | Vladimir Repin | 2022-10-19 | 1 | -3/+0 |
| | |||||
* | update #2336 to prevent reading params.txt when --hide-ui-dir-config option ↵ | AUTOMATIC | 2022-10-13 | 1 | -1/+2 |
| | | | | is enabled (for servers, since this will let some users access others' params) | ||||
* | Restore last generation params | Trung Ngo | 2022-10-13 | 1 | -0/+8 |
| | |||||
* | added support for setting hires fix from pasted prompts | AUTOMATIC | 2022-09-25 | 1 | -15/+19 |
| | | | | added more robust detection of last line with parameters for pasted prompts | ||||
* | add the bitton to paste parameters into UI for txt2img, img2img, and pnginfo ↵ | AUTOMATIC | 2022-09-23 | 1 | -0/+88 |
tabs fixed some [send to..] buttons to work properly with all tabs |