aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #8782 from FNSpd/masterAUTOMATIC11112023-03-251-0/+1
|\ \ \ | | | | | | | | --upcast-sampling support for CUDA
| * | | Update lora.pyFNSpd2023-03-211-0/+1
| | | |
* | | | initial gradio 3.22 supportAUTOMATIC2023-03-251-11/+4
|/ / /
* | | Add view metadata button for Lora cards.AUTOMATIC2023-03-142-1/+21
| | |
* | | save previews for extra networks in the selected formatAUTOMATIC2023-03-111-1/+1
| | |
* | | remove underscores from function names in #8366AUTOMATIC2023-03-111-2/+2
| | | | | | | | | | | | remove LRU from #8366 because I don't know why it's there
* | | Extra networks: support .txt description sidecar fileAarni Koskela2023-03-061-0/+1
| | |
* | | Deduplicate extra network preview-search codeAarni Koskela2023-03-061-9/+1
| |/ |/|
* | support for searching subdirectory names for extra networksAUTOMATIC2023-01-291-0/+1
| |
* | add checkpoints tab for extra networks UIAUTOMATIC2023-01-281-1/+1
|/
* add dropdowns in settings for hypernets and lorasAUTOMATIC2023-01-282-1/+10
|
* add an experimental option to apply loras to outputs rather than inputsAUTOMATIC2023-01-252-2/+10
|
* Also make SwinIR skippablecatboxanon2023-01-241-2/+2
|
* Make SwinIR interruptiblecatboxanon2023-01-241-1/+7
|
* make loras before 0.4.0 ALSO workAUTOMATIC2023-01-231-1/+2
|
* add support for loras trained on kohya's scripts 0.4.0 (alphas)AUTOMATIC2023-01-231-7/+11
|
* add a slider for default value of added extra networksAUTOMATIC2023-01-211-1/+2
|
* add --lora-dir commandline optionAUTOMATIC2023-01-213-6/+11
|
* load Lora from .ckpt alsoAUTOMATIC2023-01-211-2/+4
|
* Lora support!AUTOMATIC2023-01-214-0/+283
| | | | update readme to reflect some recent changes
* make CLIP interrogator download original text files if the directory does ↵AUTOMATIC2023-01-211-50/+0
| | | | | | | | not exist remove random artist built-in extension (to re-added as a normal extension on demand) remove artists.csv (but what does it mean????????????????????) make interrogate buttons show Loading... when you click them
* move token counter to the location of the prompt, add token counting for the ↵AUTOMATIC2023-01-201-22/+23
| | | | negative prompt
* add handling to some places in javascript that can potentially cause issues ↵AUTOMATIC2023-01-191-4/+6
| | | | #6898
* add option to show/hide warningsAUTOMATIC2023-01-181-3/+0
| | | | | removed hiding warnings from LDSR fixed/reworked few places that produced warnings
* moved roll artist to built-in extensionsAUTOMATIC2023-01-011-0/+50
|
* fix F541 f-string without any placeholdersYuval Aboulafia2022-12-241-1/+1
|
* Add safetensors support to LDSRwywywywy2022-12-102-4/+14
|
* Merge pull request #5586 from wywywywy/ldsr-improvementsAUTOMATIC11112022-12-102-15/+35
|\ | | | | LDSR improvements - cache / optimization / opt_channelslast
| * Made device agnosticwywywywy2022-12-101-3/+6
| |
| * LDSR cache / optimization / opt_channelslastwywywywy2022-12-102-12/+29
| |
* | Fix token counter color on dark themeBwin4L2022-12-101-1/+1
|/
* change color of the valid prompt to black - back to how it wasAUTOMATIC2022-12-101-1/+1
|
* Merge pull request #5502 from Bwin4L/masterAUTOMATIC11112022-12-101-0/+107
|\ | | | | Add bracket checking functionality to the txt2img/img2img prompts
| * Add bracket checking functionality to the txt2img/img2img prompts and ↵Bwin4L2022-12-071-0/+107
| | | | | | | | negative prompts.
* | Reinstate DDPM V1 to LDSRwywywywy2022-12-043-1/+1451
|/
* fix accessing options when they are not ready for SwinIR.AUTOMATIC2022-12-031-2/+6
|
* move #5216 to the extensionAUTOMATIC2022-12-032-0/+287
|
* add built-in extension systemAUTOMATIC2022-12-0310-0/+2715
add support for adding upscalers in extensions move LDSR, ScuNET and SwinIR to built-in extensions