Commit Graph

21 Commits (7e25cdbec55573b3851fc50c741f267a5404bdb8)

Author SHA1 Message Date
MMaker 7e25cdbec5
Docs update 2022-11-17 19:21:02 -05:00
MMaker 9137aa7bc9
feat: Pair text with random ckpt
Useful for inserting text into a prompt that Dreambooth models were
trained on. Eventually should revisit this to allow for some
sort of way to specify where to insert text into the prompt.
(Or not. I personally always put it at the front with a ,)
2022-11-17 18:28:53 -05:00
MMaker f4372062fd
feat: Randomize checkpoint 2022-11-17 18:15:43 -05:00
MMaker 08cf2a7683
Rearrange highres. fix vars 2022-11-12 11:46:08 -05:00
MMaker 3c265fc853
fix: Re-init processing when highres. fix invoked
Closes #4
2022-11-12 11:44:22 -05:00
MMaker 298d3cb412
hotfix: Remove keyword arg for seed 2022-11-12 11:25:04 -05:00
MMaker d0ce8732c9
Rollback seed randomization feature
Not sure if this can be implemented currently? We don't have a
way to tell what iteration of the batch process we're in (afaik),
so the all_seeds list is randomized every time. Will re-implement
when possible, keeping in mind to resolve #5.
2022-11-12 11:19:25 -05:00
MMaker ed07f6063f
Placeholder hinting for params 2022-11-12 09:58:29 -05:00
MMaker c3a12c7d32
Use `process_batch` instead of `process`
Hope this doesn't break anything else :^)
2022-11-12 09:38:54 -05:00
MMaker 77d7b409e1
Add seed to randomize, limit script to txt2img 2022-11-12 09:26:18 -05:00
MMaker 9c0c409782
feat: Move params out of options
This became an annoyance since settings can be frozen
with the `--freeze-settings` flag. Should prevent cluttering
up the UI as well.
2022-11-12 08:49:17 -05:00
MMaker f55fa7d4e6
Better error handling 2022-11-11 10:49:08 -05:00
MMaker 075fde56b3
Explicitly check if pair of 3 values in opts 2022-11-11 10:38:02 -05:00
MMaker 6964fb985b
Strip spaces in randomize options 2022-11-11 10:29:37 -05:00
MMaker a5914e4c1d
Minor cleanup 2022-11-09 20:59:02 -05:00
MMaker 934c7ce649
feat: Support randomizing CLIP skip 2022-11-09 20:56:14 -05:00
MMaker c0000fe2cf
Round float values based on step value 2022-11-09 20:14:11 -05:00
MMaker e05d6cbf9a
fix: Parse denoising strength correctly 2022-11-09 20:07:11 -05:00
MMaker 20be77ad03
fix: Correct comparison for highres. fix 2022-11-09 19:42:27 -05:00
MMaker f82a376987
cleanup: Better variable names 2022-11-09 19:41:55 -05:00
MMaker 1b9787a57d
Initial commit 2022-11-09 19:29:36 -05:00