..
api
Use the read_info_from_image function directly
2023-01-04 20:36:30 +00:00
codeformer
fix F541 f-string without any placeholders
2022-12-24 21:35:29 +02:00
hypernetworks
rework saving training params to file #6372
2023-01-06 08:52:06 +03:00
textual_inversion
rework saving training params to file #6372
2023-01-06 08:52:06 +03:00
artists.py
added random artist button
2022-09-05 23:08:06 +03:00
call_queue.py
fix an error that happens when you type into prompt while switching model, put queue stuff into separate file
2022-11-28 09:00:10 +03:00
codeformer_model.py
Set device for facelib/facexlib and gfpgan
2022-11-12 03:34:13 -05:00
deepbooru.py
added an option to filter out deepbooru tags
2022-12-24 16:22:47 +03:00
deepbooru_model.py
moved deepdanbooru to pure pytorch implementation
2022-11-20 16:39:20 +03:00
devices.py
Add support for PyTorch nightly and local builds
2023-01-05 20:54:52 -05:00
errors.py
helpful error message when trying to load 2.0 without config
2023-01-04 12:35:07 +03:00
esrgan_model.py
Revert "MPS Upscalers Fix"
2022-11-17 00:08:21 -05:00
esrgan_model_arch.py
fix typo in filename for ESRGAN arch
2022-10-09 15:08:27 +03:00
extensions.py
add built-in extension system
2022-12-03 18:06:33 +03:00
extras.py
fix jpeg
2023-01-04 08:20:42 -05:00
face_restoration.py
codeformer support
2022-09-07 12:32:28 +03:00
generation_parameters_copypaste.py
added the option to specify target resolution with possibility of truncating for hires fix; also sampling steps
2023-01-04 22:04:40 +03:00
gfpgan_model.py
Set device for facelib/facexlib and gfpgan
2022-11-12 03:34:13 -05:00
images.py
Revert "Merge pull request #3791 from shirayu/fix/filename"
2023-01-04 18:20:38 +03:00
img2img.py
make it so that memory/embeddings info is displayed in a separate UI element from generation parameters, and is preserved when you change the displayed infotext by clicking on gallery images
2022-12-31 23:40:55 +03:00
import_hook.py
add a comment for disable xformers hack
2022-12-24 07:57:56 +03:00
interrogate.py
add state to interrogate
2023-01-03 11:01:04 -05:00
localization.py
add ability to create extensions that add localizations
2022-11-06 09:02:35 +03:00
lowvram.py
unload depth model if medvram/lowvram enabled
2022-12-10 11:02:47 -05:00
masking.py
Fix non-square full resolution inpainting.
2022-10-30 15:33:02 -07:00
memmon.py
add additional memory states
2022-12-30 19:36:36 -05:00
modelloader.py
Make it so that upscalers are not repeated when restarting UI.
2023-01-03 18:38:21 +03:00
ngrok.py
Correct singleton comparisons
2022-12-14 20:59:33 +02:00
paths.py
Add support Stable Diffusion 2.0
2022-11-26 16:10:46 +03:00
processing.py
experimental optimization
2023-01-05 21:00:52 +03:00
prompt_parser.py
Fix typo in prompt_parser.py
2022-10-19 11:52:12 +03:00
realesrgan_model.py
Removed duplicate definition model_path
2022-10-09 12:46:07 +03:00
safe.py
Merge pull request #5992 from yuvalabou/F541
2022-12-25 09:16:08 +03:00
script_callbacks.py
add callback for when the script is unloaded
2023-01-06 13:55:50 +03:00
script_loading.py
make existing script loading and new preload code use same code for loading modules
2022-11-12 10:56:06 +03:00
scripts.py
remove restriction for saving dropdowns to ui-config.json
2023-01-06 16:03:53 +03:00
sd_hijack.py
add cross-attention info
2023-01-04 08:04:38 -05:00
sd_hijack_checkpoint.py
Gradient accumulation, autocast fix, new latent sampling method, etc
2022-11-20 12:35:26 +09:00
sd_hijack_clip.py
fix 'RuntimeError: Expected all tensors to be on the same device' error preventing models from loading on lowvram/medvram.
2023-01-01 02:41:15 +03:00
sd_hijack_inpainting.py
find configs for models at runtime rather than when starting
2023-01-04 12:47:42 +03:00
sd_hijack_open_clip.py
Add support Stable Diffusion 2.0
2022-11-26 16:10:46 +03:00
sd_hijack_optimizations.py
Use other MPS optimization for large q.shape[0] * q.shape[1]
2022-12-20 21:30:00 -05:00
sd_hijack_unet.py
Fix various typos
2022-12-14 21:01:32 -05:00
sd_hijack_xlmr.py
alt-diffusion integration
2022-12-31 18:06:35 +03:00
sd_models.py
use commandline-supplied cuda device name instead of cuda:0 for safetensors PR that doesn't fix anything
2023-01-04 15:09:53 +03:00
sd_samplers.py
add Discard penultimate sigma to infotext
2023-01-05 10:43:21 +03:00
sd_vae.py
Add memory cache for VAE weights
2022-12-25 20:49:25 +08:00
sd_vae_approx.py
added cheap NN approximation for VAE
2022-12-24 22:39:10 +03:00
shared.py
typo UI fixes #6391
2023-01-06 16:12:45 +01:00
styles.py
make it possible for StableDiffusionProcessing to accept multiple different negative prompts in a batch
2022-11-19 13:23:25 +03:00
txt2img.py
added the option to specify target resolution with possibility of truncating for hires fix; also sampling steps
2023-01-04 22:04:40 +03:00
ui.py
Changed HTML to textbox instead
2023-01-07 01:15:22 +01:00
ui_components.py
styling rework to make things more compact
2023-01-03 09:04:29 +03:00
ui_extensions.py
sort extensions by date and add an option to sort by other columns
2023-01-06 12:32:44 +03:00
ui_tempdir.py
add support for running with gradio 3.9 installed
2023-01-03 14:18:48 +03:00
upscaler.py
make it possible to use fractional values for SD upscale.
2023-01-02 20:01:16 +03:00
xlmr.py
fix bugs
2022-11-30 14:56:12 +08:00