.. |
codeformer
|
|
|
textual_inversion
|
removed unused import, fixed typo
|
2022-10-06 08:52:29 +03:00 |
artists.py
|
|
|
bsrgan_model_arch.py
|
remove extra print from BSRGAN
|
2022-09-30 23:18:47 +03:00 |
bsrgan_model.py
|
Add BSRGAN to --add-cpu
|
2022-10-04 05:18:17 -04:00 |
codeformer_model.py
|
send all three of GFPGAN's and codeformer's models to CPU memory instead of just one for #1283
|
2022-10-04 12:32:22 +03:00 |
devices.py
|
Removing parts no longer needed to fix vram
|
2022-10-04 22:31:40 -03:00 |
errors.py
|
|
|
esrgam_model_arch.py
|
|
|
esrgan_model.py
|
Add hypernetwork support to split cross attention v1
|
2022-10-08 09:39:17 +03:00 |
extras.py
|
Merge branch 'master' into fix-vram
|
2022-09-30 18:58:51 -03:00 |
face_restoration.py
|
|
|
generation_parameters_copypaste.py
|
|
|
gfpgan_model.py
|
Merge branch 'master' into cpu-cmdline-opt
|
2022-10-04 07:42:53 -04:00 |
hypernetwork.py
|
fix glob path in hypernetwork.py
|
2022-10-08 15:46:54 +03:00 |
images.py
|
Prefer using Processed.sd_model_hash attribute when filename pattern
|
2022-10-06 20:41:23 +03:00 |
img2img.py
|
check specifically for skipped
|
2022-10-08 13:40:39 +03:00 |
interrogate.py
|
preprocessing for textual inversion added
|
2022-10-02 22:41:21 +03:00 |
ldsr_model_arch.py
|
|
|
ldsr_model.py
|
|
|
lowvram.py
|
|
|
masking.py
|
|
|
memmon.py
|
|
|
modelloader.py
|
Merge branch 'master' into ScuNET
|
2022-10-02 07:56:22 -05:00 |
paths.py
|
remove LDSR warning
|
2022-10-02 23:18:13 +03:00 |
processing.py
|
fix bug where when using prompt composition, hijack_comments generated before the final AND will be dropped
|
2022-10-08 15:48:04 +03:00 |
prompt_parser.py
|
alternate prompt
|
2022-10-08 18:12:19 +03:00 |
realesrgan_model.py
|
|
|
safety.py
|
|
|
scripts.py
|
correct indent
|
2022-10-02 19:26:06 +01:00 |
scunet_model_arch.py
|
Add ScuNET DeNoiser/Upscaler
|
2022-09-30 15:28:37 -05:00 |
scunet_model.py
|
Add --use-cpu command line option
|
2022-10-04 04:24:35 -04:00 |
sd_hijack_optimizations.py
|
simplify xfrmers options: --xformers to enable and that's it
|
2022-10-08 17:02:18 +03:00 |
sd_hijack.py
|
check for ampere without destroying the optimizations. again.
|
2022-10-08 17:54:16 +03:00 |
sd_models.py
|
fix: handles when state_dict does not exist
|
2022-10-08 12:38:50 +03:00 |
sd_samplers.py
|
fix bugs related to variable prompt lengths
|
2022-10-08 15:25:59 +03:00 |
shared.py
|
simplify xfrmers options: --xformers to enable and that's it
|
2022-10-08 17:02:18 +03:00 |
styles.py
|
|
|
swinir_model_arch.py
|
|
|
swinir_model.py
|
Add progress bar for SwinIR in cmd
|
2022-10-01 14:04:20 -04:00 |
txt2img.py
|
option to not show images in web ui
|
2022-10-04 17:23:48 +03:00 |
ui.py
|
Fixed typo
|
2022-10-08 17:15:30 +03:00 |
upscaler.py
|
|
|