Commit Graph

29 Commits

Author SHA1 Message Date
Zyin055
da63276b4b Update README.md 2022-12-21 17:11:46 -06:00
Zyin055
c41d6344ee Update README.md 2022-12-21 17:03:58 -06:00
Zyin055
c993d13625 Merge branch 'save-and-delete-functionality' 2022-12-21 16:56:31 -06:00
Zyin055
aa58d6579a final touches
component_labels data structure change
code cleanup
2022-12-21 16:52:30 -06:00
Zyin055
baa36af763 Update README.md 2022-12-21 00:28:17 -06:00
Zyin055
c84d4b61a0 img2img tab support
and code cleanup
2022-12-20 22:05:47 -06:00
Zyin055
6d6c466071 Added save/delete functionality in the UI for config presets
New buttons: Add/Remove..., 🗑️, Create, Open..., Cancel
New textbox: New preset name
2022-12-20 21:16:12 -06:00
Zyin055
4503743faf Update README.md 2022-12-19 12:23:23 -06:00
Zyin055
5883ffa296 Update README.md 2022-12-19 11:58:34 -06:00
Zyin055
2ac60d43f9 Update README.md 2022-12-19 11:56:50 -06:00
Zyin055
a6c9149bd4 Update README.md 2022-12-19 11:55:58 -06:00
Zyin055
721e6129b0 Removed config.json
config.json is now created on first startup.
2022-12-19 11:48:28 -06:00
Zyin055
3d3e7ed8ff Merge branch 'main' of https://github.com/Zyin055/Config-Presets 2022-12-19 11:43:29 -06:00
Zyin055
24639a5c7c Create config.json on first load
added to .gitignore so that user changes won't be overwritten when updating
2022-12-19 11:41:39 -06:00
Zyin055
d6750987ab Update README.md 2022-12-16 11:51:51 -06:00
Zyin055
797c4bd928 Update README.md 2022-12-15 13:05:39 -06:00
Zyin055
5036218ac2 Update README.md 2022-12-15 12:22:30 -06:00
Zyin055
24801fc3f1 use / instead of \ for config file path
#7 \ may not work in linux
2022-12-15 10:35:14 -06:00
Zyin055
3208f3eccd Update README.md 2022-12-13 13:29:02 -06:00
Zyin055
1992e1eed7 Added Firstpass width/height
firstphase_width and firstphase_height are now recognized values in config.json
2022-12-13 13:26:05 -06:00
Zyin055
0fe5fc5383 Update README.md 2022-12-13 13:02:51 -06:00
Zyin055
55343dd1ec Merge pull request #1 from Gerschel/main
Refactor, made it work with img2img
2022-12-13 12:57:23 -06:00
Zyin055
30f96f8c52 edited gerschel's pr
basedir() needs to be called in the global space to get the full path.
AVAILABLE_COMPONENTS doesn't need to be global anymore.
don't use exception handling as logic for component_map[], bad practice.
formatting tweaks.
2022-12-13 12:53:57 -06:00
Gerschel
624f16e8d1 Fixed missing back slash, brought others to parity 2022-12-13 03:31:01 -08:00
Gerschel
318de88d00 Refactor, made it work with img2img
Removed ast and replaced with json,
ast uses eval, not safe

Used a dictionary as a map and a Constant
as a settings area
2022-12-13 03:01:23 -08:00
Zyin055
258c347a0c Update README.md 2022-12-13 01:12:52 -06:00
Zyin055
d9e56da045 Update README.md 2022-12-13 01:07:14 -06:00
Zyin055
e0845cd6b9 Update README.md 2022-12-13 01:06:25 -06:00
Zyin055
8c90a927c0 Initial commit 2022-12-13 01:04:06 -06:00