Commit Graph

172 Commits

Author SHA1 Message Date
hlky
9e42c836cd
Update README.md 2022-08-26 23:31:04 +01:00
hlky
22fdaf63e7
images 2022-08-26 23:30:46 +01:00
hlky
d310ca68b9 CPU support for RealESRGAN/GFPGAN 💻
Also, a new way to set gpu device for RealESRGAN/GFPGAN

Usage:
--extra-models-cpu
or a combination of
--gfpgan-cpu and --esrgan-cpu
2022-08-26 22:44:57 +01:00
hlky
ee5537d8f4 GFPGAN/RealESRGAN CPU support
Test on this branch for now until I add a cli argument
Tested working on my machine, RealESRGAN ran on CPU, result attached to #81
2022-08-26 22:44:57 +01:00
Craftyawesome
d973e5c6d1 Use GC before GAN 2022-08-26 22:17:24 +01:00
hlky
3ed1c6be34
Update README.md 2022-08-26 21:58:43 +01:00
hlky
a7fa62bbfe Revert to os.listdir() 2022-08-26 21:49:08 +01:00
Steve Stavropoulos
1f4a0eb310 Make --gpu argument use the correct GPU 2022-08-26 21:41:19 +01:00
hlky
51edb7259e Possible fix 2022-08-26 21:41:19 +01:00
hlky
5df44e95da
Adding .png metadata 🔥 Merge pull request #78 from georgzoeller/patch-1
Adding .png metadata 🔥
2022-08-26 20:36:48 +01:00
hlky
e655d4f58f
🔴 💚 2022-08-26 20:35:26 +01:00
hlky
0b6811464a
stderr + part of flagging got deleted?? 2022-08-26 20:33:13 +01:00
hlky
87f8712f53
defaults 2022-08-26 20:29:26 +01:00
hlky
7b44c49680
fix conflicts 2022-08-26 20:26:10 +01:00
hlky
18415d704f
Revert "Merge branch 'master' into patch-1"
This reverts commit f13f810af7, reversing
changes made to 4f8dd02ccb.
2022-08-26 20:22:25 +01:00
hlky
f13f810af7
Merge branch 'master' into patch-1 2022-08-26 20:20:57 +01:00
JohannesGaessler
a167ac9860 Fixed setting environmental variable on Linux 2022-08-26 20:18:28 +01:00
Georg Zoeller
4f8dd02ccb
Adding .png metadata
This may open the option to read data from images dragged into the tool later.  Activated with --save_metadata

Properties (example output from imagemagic 'identify -verbose' command:
    SD:cfg_scale: 7.5
    SD:GFPGAN: False
    SD:height: 512
    SD:normalize_prompt_weights: True
    SD:prompt: a beautiful matte painting of a cottage on a magical fantasy island, unreal engine, barometric projection, rectilinear
    SD:seed: 247624793
    SD:steps: 50
    SD:width: 512
2022-08-27 03:08:15 +08:00
hlky
187c77e9c7 force GFPGAN/RealESRGAN to selected gpu 2022-08-26 19:58:01 +01:00
_nderscore
63f16a2b25 fix: prevent memory monitoring from breaking on non-nvidia gpus 2022-08-26 19:58:01 +01:00
_nderscore
a8bf8941b1 feat: add --gpu argument for users with multiple gpus 2022-08-26 19:58:01 +01:00
JohannesGaessler
33eac66a85 Fixed config values not being applied 2022-08-26 19:38:11 +01:00
JohannesGaessler
cab0681bb5 Working glob pattern for counting png files 2022-08-26 16:49:58 +01:00
hlky
f5228aadf6
jpg samples 🔥
#15 implemented
2022-08-26 16:38:24 +01:00
oldfndm
46d6740f02 fix(): fix mask errors when sending 2022-08-26 15:30:11 +01:00
hlky
ec43d18ee5
fix pr 🐸 2022-08-26 15:14:40 +01:00
hlky
dcc5431e5e
Update README.md 2022-08-26 14:50:40 +01:00
hlky
0a79a66527
separate directories for samples 🔥 🔥 Merge pull request #29 from JohannesGaessler/separate_outpath
separate directories  for samples   🔥 🔥
2022-08-26 14:21:53 +01:00
JohannesGaessler
b57d2bc3c9 separate output directories, sample info files 2022-08-26 15:11:34 +02:00
hlky
1d4ece76b8
Disable telemetry + add title
#62 implemented
2022-08-26 13:12:08 +01:00
hlky
44fd95aa1f
Update sync.yml 2022-08-26 12:24:48 +01:00
hlky
2eb5ce0fed
RealESRGAN Integration Merge pull request #58 from chanoc1/55-realesrgan-support
RealESRGAN Integration
2022-08-26 12:09:37 +01:00
hlky
d184f373fc
Merge branch 'master' into 55-realesrgan-support 2022-08-26 11:47:20 +01:00
hlky
aaa4b9d1b7
Add support for configuring UI defaults Merge pull request #40 from green-s/defaults-support
Add support for configuring UI defaults
2022-08-26 11:39:29 +01:00
chanoc
912efc60aa Merge branch '55-realesrgan-support' of https://github.com/chanoc1/stable-diffusion-webui into 55-realesrgan-support 2022-08-26 03:02:50 -07:00
chanoc
164b318fb4 Update copy-paste generation parameters to reflect RealESRGAN usage
Fix minor error in README
2022-08-26 03:02:04 -07:00
chanoc
fd571f95c8 Update copy-paste generation parameters to reflect RealESRGAN usage 2022-08-26 03:01:09 -07:00
chanoc
585d81e1ab Update README to reflect RealESRGAN support 2022-08-26 03:00:37 -07:00
chanoc
601b176a18 Add support for RealESRGAN upscaling 2022-08-26 02:37:35 -07:00
hlky
ab2770ef12
Update README.md 2022-08-26 05:20:00 +01:00
Sam Green
844311fe7b Add support for configuring defaults. 2022-08-26 04:28:36 +01:00
hlky
41dbcae10e
Merge pull request #47 from oldfndm/master
feat(): add copy to img2img
2022-08-26 03:53:21 +01:00
oldfndm
524bdfe731 feat(): add copy to img2img 2022-08-25 22:49:23 -04:00
hlky
6f61f44119
fix(): fix error when generating from crop mode Merge pull request #45 from oldfndm/master
fix(): fix error when generating from crop mode
2022-08-26 03:04:25 +01:00
oldfndm
17b382fcc2
Merge branch 'hlky:master' into master 2022-08-25 22:00:50 -04:00
oldfndm
73d5588723 fix(): fix error when generating from crop mode 2022-08-25 21:59:54 -04:00
hlky
09282f6a31
Update README.md 2022-08-26 02:55:06 +01:00
hlky
224403d977
🔥 🔥 🔥 img2img crop AND mask 🔥 🔥 🔥 UI updates 🔥 🔥 🔥 Merge pull request #44 from oldfndm/master
🔥 🔥 🔥 img2img crop AND mask 🔥 🔥 🔥 UI updates 🔥 🔥 🔥
2022-08-26 02:43:03 +01:00
oldfndm
7eea0a2906 fix whitespace 2022-08-25 21:36:39 -04:00
oldfndm
2171399708 feat(): copy output image to input 2022-08-25 21:18:50 -04:00