| .. |
|
api
|
change StableDiffusionProcessing to internally use sampler name instead of sampler index
|
3 years ago |
|
codeformer
|
clarification for settings; another comment about copied files
|
3 years ago |
|
hypernetworks
|
change StableDiffusionProcessing to internally use sampler name instead of sampler index
|
3 years ago |
|
textual_inversion
|
change StableDiffusionProcessing to internally use sampler name instead of sampler index
|
3 years ago |
|
artists.py
|
added random artist button
|
3 years ago |
|
codeformer_model.py
|
send all three of GFPGAN's and codeformer's models to CPU memory instead of just one for #1283
|
3 years ago |
|
deepbooru.py
|
fix part2
|
3 years ago |
|
devices.py
|
change formatting to match the main program in devices.py
|
3 years ago |
|
errors.py
|
Allow TF32 in CUDA for increased performance #279
|
3 years ago |
|
esrgan_model.py
|
add resrgan 8x, allow use 1x and up to 8x extra models, move BSRGAN model, add nearest
|
3 years ago |
|
esrgan_model_arch.py
|
fix typo in filename for ESRGAN arch
|
3 years ago |
|
extensions.py
|
make existing script loading and new preload code use same code for loading modules
|
3 years ago |
|
extras.py
|
extras - skip unnecessary second hash of image
|
3 years ago |
|
face_restoration.py
|
codeformer support
|
3 years ago |
|
generation_parameters_copypaste.py
|
add initial version of the extensions tab
|
3 years ago |
|
gfpgan_model.py
|
Merge branch 'master' into cpu-cmdline-opt
|
3 years ago |
|
images.py
|
change StableDiffusionProcessing to internally use sampler name instead of sampler index
|
3 years ago |
|
img2img.py
|
change StableDiffusionProcessing to internally use sampler name instead of sampler index
|
3 years ago |
|
interrogate.py
|
Added "--clip-models-path" switch to avoid using default "~/.cache/clip" and enable to run under unprivileged user without homedir
|
3 years ago |
|
ldsr_model.py
|
Removed duplicate definition model_path
|
3 years ago |
|
ldsr_model_arch.py
|
Fixes LDSR upscaler producing black bars
|
3 years ago |
|
localization.py
|
add ability to create extensions that add localizations
|
3 years ago |
|
lowvram.py
|
Unload sd_model before loading the other
|
3 years ago |
|
masking.py
|
Fix non-square full resolution inpainting.
|
3 years ago |
|
memmon.py
|
Add some error handling for VRAM monitor
|
3 years ago |
|
modelloader.py
|
add resrgan 8x, allow use 1x and up to 8x extra models, move BSRGAN model, add nearest
|
3 years ago |
|
ngrok.py
|
Add username and password in ngrok.
|
3 years ago |
|
paths.py
|
added guard for torch.load to prevent loading pickles with unknown content
|
3 years ago |
|
processing.py
|
change StableDiffusionProcessing to internally use sampler name instead of sampler index
|
3 years ago |
|
prompt_parser.py
|
Fix typo in prompt_parser.py
|
3 years ago |
|
realesrgan_model.py
|
Removed duplicate definition model_path
|
3 years ago |
|
safe.py
|
add load_with_extra function for modules to load checkpoints with extended whitelist
|
3 years ago |
|
safety.py
|
put safety checker into a separate file because it's already crowded in processing
|
3 years ago |
|
script_callbacks.py
|
add callback for creating a tab in train UI
|
3 years ago |
|
script_loading.py
|
make existing script loading and new preload code use same code for loading modules
|
3 years ago |
|
scripts.py
|
make existing script loading and new preload code use same code for loading modules
|
3 years ago |
|
scunet_model.py
|
MPS Upscalers Fix
|
3 years ago |
|
scunet_model_arch.py
|
chore: Fix typos
|
3 years ago |
|
sd_hijack.py
|
use the new devices.has_mps() function in register_buffer for DDIM/PLMS fix for OSX
|
3 years ago |
|
sd_hijack_inpainting.py
|
move DDIM/PLMS fix for OSX out of the file with inpainting code.
|
3 years ago |
|
sd_hijack_optimizations.py
|
Remove wrong self reference in CUDA support for invokeai
|
3 years ago |
|
sd_models.py
|
restore #4035 behavior
|
3 years ago |
|
sd_samplers.py
|
change StableDiffusionProcessing to internally use sampler name instead of sampler index
|
3 years ago |
|
sd_vae.py
|
Option to use selected VAE as default fallback instead of primary option
|
3 years ago |
|
shared.py
|
change text for sd_vae_as_default that makes more sense to me
|
3 years ago |
|
styles.py
|
styles.csv encoding utf8 to utf-8-sig
|
3 years ago |
|
swinir_model.py
|
MPS Upscalers Fix
|
3 years ago |
|
swinir_model_arch.py
|
chore: Fix typos
|
3 years ago |
|
swinir_model_arch_v2.py
|
Add files via upload
|
3 years ago |
|
txt2img.py
|
change StableDiffusionProcessing to internally use sampler name instead of sampler index
|
3 years ago |
|
ui.py
|
change StableDiffusionProcessing to internally use sampler name instead of sampler index
|
3 years ago |
|
ui_extensions.py
|
run installers for newly installed extensions
|
3 years ago |
|
upscaler.py
|
fix upscale loop erroneously applied multiple times
|
3 years ago |