You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AUTOMATIC b6e5edd746 add built-in extension system
add support for adding upscalers in extensions
move LDSR, ScuNET and SwinIR to built-in extensions
3 years ago
..
api prevent include_init_images from being passed to StableDiffusionProcessingImg2Img in API #4989 3 years ago
codeformer clarification for settings; another comment about copied files 3 years ago
hypernetworks Merge branch 'master' into racecond_fix 3 years ago
textual_inversion Merge branch 'master' into racecond_fix 3 years ago
artists.py added random artist button 3 years ago
call_queue.py fix an error that happens when you type into prompt while switching model, put queue stuff into separate file 3 years ago
codeformer_model.py Set device for facelib/facexlib and gfpgan 3 years ago
deepbooru.py Change .cuda() to .to(devices.device) 3 years ago
deepbooru_model.py moved deepdanbooru to pure pytorch implementation 3 years ago
devices.py add built-in extension system 3 years ago
errors.py Allow TF32 in CUDA for increased performance #279 3 years ago
esrgan_model.py Revert "MPS Upscalers Fix" 3 years ago
esrgan_model_arch.py fix typo in filename for ESRGAN arch 3 years ago
extensions.py add built-in extension system 3 years ago
extras.py rework #5012 to also work for pictures dragged into the prompt and also add Clip skip + ENSD to parameters 3 years ago
face_restoration.py codeformer support 3 years ago
generation_parameters_copypaste.py Fix clip skip of 1 not being restored from prompts 3 years ago
gfpgan_model.py Set device for facelib/facexlib and gfpgan 3 years ago
images.py rework #5012 to also work for pictures dragged into the prompt and also add Clip skip + ENSD to parameters 3 years ago
img2img.py Merge pull request #4459 from kavorite/color-sketch-inpainting 3 years ago
interrogate.py Use devices.autocast instead of torch.autocast 3 years ago
localization.py add ability to create extensions that add localizations 3 years ago
lowvram.py make SD2 compatible with --medvram setting 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 built-in extension system 3 years ago
ngrok.py Merge branch 'master' into patch-1 3 years ago
paths.py Add support Stable Diffusion 2.0 3 years ago
processing.py Merge pull request #5251 from adieyal/bug/negative-prompt-infotext 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 Fixed safe.py for pytorch 1.13 ckpt files 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 API for scripts to add elements anywhere in 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 Add API for scripts to add elements anywhere in UI. 3 years ago
sd_hijack.py Merge pull request #5194 from brkirch/autocast-and-mps-randn-fixes 3 years ago
sd_hijack_checkpoint.py Gradient accumulation, autocast fix, new latent sampling method, etc 3 years ago
sd_hijack_clip.py Add support Stable Diffusion 2.0 3 years ago
sd_hijack_inpainting.py Add support Stable Diffusion 2.0 3 years ago
sd_hijack_open_clip.py Add support Stable Diffusion 2.0 3 years ago
sd_hijack_optimizations.py Remove wrong self reference in CUDA support for invokeai 3 years ago
sd_models.py make it possible to save nai model using safetensors 3 years ago
sd_samplers.py Rework MPS randn fix, add randn_like fix 3 years ago
sd_vae.py Merge branch 'a1111' into vae-misc 3 years ago
shared.py add built-in extension system 3 years ago
styles.py make it possible for StableDiffusionProcessing to accept multiple different negative prompts in a batch 3 years ago
txt2img.py change StableDiffusionProcessing to internally use sampler name instead of sampler index 3 years ago
ui.py add built-in extension system 3 years ago
ui_extensions.py add built-in extension system 3 years ago
ui_tempdir.py if image on disk was deleted between being generated and request being completed, do use temporary dir to store it for the browser 3 years ago
upscaler.py fix upscale loop erroneously applied multiple times 3 years ago