Lincoln Stein
2b1aaf4ee7
rename all modules from ldm.dream to ldm.invoke
...
- scripts and documentation updated to match
- ran preflight checks on both web and CLI and seems to be working
2022-10-08 11:37:23 -04:00
Lincoln Stein
4d5b208601
multiple fixes in response to preflight testing bug reports
...
- updated environment-mac.yml #932
- use the upstream GFPGAN library now that issues with color-changing fixed
and facial recognition improved #905
- preload_models fixed to download additional models needed by gfpgan
2022-10-05 12:44:16 -04:00
Lincoln Stein
488890e6bb
preload script more robust for downloading gfpgan
2022-10-05 11:29:48 -04:00
blessedcoolant
d80fff70f2
ESRGAN Improvements
2022-09-26 03:28:23 -04:00
blessedcoolant
53b4c3cc60
Upgrade GFPGAN to Version 1.4
2022-09-24 05:09:45 -04:00
Lincoln Stein
cd69d258aa
combine PRs #690 and #683
2022-09-20 23:38:03 -04:00
Joseph Dries III
27b238999f
Use model_url instead of model_path for gfpgan and CodeFormer. Fixes lstein/stable-diffusion#678
2022-09-20 07:15:54 -04:00
blessedcoolant
f3292a6953
Implement CodeFormer Face Restoration ( #669 )
...
* Implement CodeFormer Face Restoration
* fix codeformer model destination path
Co-authored-by: Lincoln Stein <lincoln.stein@gmail.com>
2022-09-18 15:01:05 -04:00
Lincoln Stein
062f3e8f31
Gfpgan download fix ( #655 )
...
* restore ability to save files to directories named after prompt
* don't download gfpgan model file if it exists
- Fixes #647
2022-09-18 14:42:43 -04:00
Lincoln Stein
31daf1f0d7
preload_models.py now downloads gfpgan model
2022-09-17 01:32:31 -04:00
blessedcoolant
6e49c070bb
Optimize and Improve GFPGAN and Real-ESRGAN Pipeline
2022-08-29 08:14:29 +12:00
Lincoln Stein
4f02b72c9c
prettified all the code using "blue" at the urging of @tildebyte
2022-08-26 03:15:42 -04:00
Lincoln Stein
8f89a2456a
something is not quite right; when providing -G1 option on one prompt, and then omitting it on the next, I see a "images do not match" error from GFPGAN
2022-08-26 01:20:01 -04:00
Lincoln Stein
3393b8cad1
added assertion checks for out-of-bound arguments; added various copyright and license agreement files
2022-08-24 09:22:27 -04:00
Lincoln Stein
a20827697c
adjusted instructions for the released stable-diffusion-v1 weights
2022-08-22 15:33:27 -04:00
Lincoln Stein
63989ce6ff
tidied up scripts directory by moving the original CompViz scripts into a subfolder
2022-08-22 10:11:54 -04:00
Lincoln Stein
78aba5b770
preparing for merge into main
2022-08-21 19:57:48 -04:00
Lincoln Stein
0cea751476
remove shebang line from scripts; suspected culprit in Windows "module ldm.simplet2i not found" error
2022-08-19 06:33:42 -04:00
Lincoln Stein
831bbd7a54
improved error reporting when a missing online dependency can't be downloaded
2022-08-17 18:06:30 -04:00
Lincoln Stein
a7532b386a
simplified instructions to preload Bert and kornia prerequisites; fixed --grid and --batch handling; added timing information after image generation
2022-08-17 12:00:00 -04:00