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.
William Moorehouse 041d2aefc0
Respect --ckpt-dir command-line argument when merging models (#1261)
* Update .gitignore to ignore *all* checkpoint files in /models
* Fixed typo in UI
3 years ago
..
codeformer clarification for settings; another comment about copied files 3 years ago
artists.py added random artist button 3 years ago
codeformer_model.py Removed stray references to shared.device_codeformer. 3 years ago
devices.py first attempt to produce crrect seeds in batch 3 years ago
errors.py Allow TF32 in CUDA for increased performance #279 3 years ago
esrgam_model_arch.py ESRGAN support 3 years ago
esrgan_model.py Fix/Revert opts name from GAN to ESRGAN 3 years ago
extras.py update lists of models after merging them in checkpoints tab 3 years ago
face_restoration.py codeformer support 3 years ago
generation_parameters_copypaste.py added support for setting hires fix from pasted prompts 3 years ago
gfpgan_model.py gfpgan: just download the damn model 3 years ago
images.py use strftime. update hints.js 3 years ago
img2img.py do nor add log messages to saved iamge parameters 3 years ago
interrogate.py fix for Error Interrogating when user has garbage in text files #479 3 years ago
ldsr_model.py Add LDSR and "GoLatent?" Upscaling (#763) 3 years ago
lowvram.py memory optimization for CLIP interrogator 3 years ago
masking.py make inpaint at full resolution option not discard useful pixels from the image 3 years ago
memmon.py Add some error handling for VRAM monitor 3 years ago
paths.py clone k-diffusion instead of installing it via pip, and do not install its requirements.txt 3 years ago
processing.py do nor add log messages to saved iamge parameters 3 years ago
prompt_parser.py use model's dtype for #707 3 years ago
realesrgan_model.py reworking #775 3 years ago
safety.py put safety checker into a separate file because it's already crowded in processing 3 years ago
scripts.py add attribute to custom script controls 3 years ago
sd_hijack.py switched the token counter to use hidden buttons instead of api call 3 years ago
sd_models.py update lists of models after merging them in checkpoints tab 3 years ago
sd_samplers.py fix broken DDIM with img2img 3 years ago
shared.py update lists of models after merging them in checkpoints tab 3 years ago
styles.py added a second style field 3 years ago
swinir.py Update swinir.py 3 years ago
swinir_arch.py Rename swinir_arch.py to modules/swinir_arch.py 3 years ago
txt2img.py prevent saving settings with bogus values 3 years ago
ui.py Respect --ckpt-dir command-line argument when merging models (#1261) 3 years ago