Commit Graph

1514 Commits (f7e4eae4e66beff89ef00928b6564116bcf8d12d)

Author SHA1 Message Date
Funofabot a05d9341f7
changes where code diverges from defourm main 2022-11-27 09:24:21 -07:00
Robin Fernandes 75d14bcea2
Merge branch 'automatic1111-webui' into parseq-integration 2022-11-26 23:16:07 +11:00
Funofabot 9a5764cff4
Update render.py 2022-11-24 06:12:48 -07:00
Funofabot dda94f75ca
Update depth.py 2022-11-24 06:11:18 -07:00
Funofabot 8f00e8b262
Update render.py
fix for midas fp32
2022-11-24 06:01:30 -07:00
Funofabot 0491256d16
Update depth.py
fixing not able to use fp32
2022-11-24 05:56:08 -07:00
rewbs 34cc81a32b Don't require toggle to enable pseudo-3D anim. Don't use deltas for fv. 2022-11-24 13:24:32 +11:00
kabachuha 44070d0fb7
sampler index -> sampler name (due to webui's api change)
Adapt to a1111 change to expect sampler name rather than sampler index (fix #102)
2022-11-23 23:08:29 +03:00
kabachuha 465ef11f0b
Add prompt interpolation mode
Add interpolation animation mode
2022-11-23 22:07:02 +03:00
rewbs 2753859268 Ensure subseed and subseed_strength are correctly honouring in internal processing 2022-11-23 16:35:01 +11:00
rewbs 66136300ba Merge branch 'fix-to-use-sampler-name' into parseq-integration 2022-11-23 15:45:24 +11:00
rewbs 954777dbde Adapt to A1111 change to expect sampler name rather than sampler index (cdc8020d13) 2022-11-23 15:26:39 +11:00
rewbs f370e9067d Allow interpolation mode to pick up Parseq seed and subseed declarations. 2022-11-23 15:22:46 +11:00
rewbs c8cfab82e4 Merge support for prompt interpolation 2022-11-23 11:18:31 +11:00
rewbs d16a8f1e4b Ensure prompts are sorted numerically by keyframe. 2022-11-23 10:52:41 +11:00
rewbs 25af0a6dfd Add prompt interpolation animation mode (using composable diffusion) 2022-11-23 10:38:40 +11:00
Robin Fernandes 2676133b46
Merge branch 'deforum-art:automatic1111-webui' into parseq-integration 2022-11-22 15:07:45 +11:00
kabachuha 2040418d3a
add notice about automatic depth models downloads 2022-11-20 13:29:52 +03:00
kabachuha aa4db2a1df
automatic depth models download on windows
Update depth.py
2022-11-20 13:27:21 +03:00
Zarxrax 6995a16f14
Update depth.py
replace wget code
2022-11-19 19:32:38 -05:00
kabachuha 6785b88b94
update readme, now depth resolution issue is fixed 2022-11-13 23:23:05 +03:00
kabachuha 5371c92c8a
Merge pull request #84 from Zarxrax/fix-depthmap
Update depth.py

fixes #73
2022-11-13 22:58:42 +03:00
Zarxrax 45e77020ec
Update depth.py
convert midas_depth to a tensor before adding to adabins_depth
2022-11-13 13:48:41 -05:00
rewbs 9e55c3fad3 Merge branch 'automatic1111-webui' into parseq-integration 2022-11-10 20:59:14 +11:00
rewbs ebad8b06dd Fix overall Deforum progress bar when using Parseq 2022-11-10 02:02:04 +11:00
kabachuha 53e7b74797 move stuff to deforum_helpers to fix #76 2022-11-09 14:24:18 +03:00
kabachuha 183b331f4d workaround/fix for apple silicon mps
Fixes #7

Co-Authored-By: julianko13 <30486126+julianko13@users.noreply.github.com>
2022-11-07 20:03:10 +03:00
rewbs 12eff16070 Fix to fix for loading settings file without fill value. 2022-11-06 16:53:53 +11:00
rewbs ec78dedff9 Tolerate loading settings if no 'fill' value exists. 2022-11-06 14:19:45 +11:00
rewbs c90d02a06b Move parseq to the bottom of the Keyframes tab. 2022-11-06 11:30:51 +11:00
rewbs 1f60996220 Merge from master 2022-11-06 11:24:29 +11:00
kabachuha a9c1a4729c apple -> cherry not to get the wrong 'Apple' 2022-11-05 02:37:31 +03:00
kabachuha 8db624749f fixup default prompts weighting
add brackets to suit automatic1111's weight format
2022-11-05 02:05:34 +03:00
kabachuha 9f3de6ae09 fixup
this series of commits fixes #59
2022-11-05 01:50:52 +03:00
kabachuha ebc7417bfa add hide video button 2022-11-05 01:40:02 +03:00
kabachuha ea57979f14 fix mask fill mode settings loading 2022-11-05 01:39:31 +03:00
kabachuha c4451dda37
allow video masks not only in video init mode
Masking updates
2022-11-04 19:06:30 +03:00
rewbs ae2583c491 Merge branch 'automatic1111-webui' of https://github.com/deforum-art/deforum-for-automatic1111-webui into parseq-integration 2022-11-04 20:36:34 +11:00
Funofabot c123931139
Merge pull request #2 from Funofabot/Expose-more-masking-arguments
Expose more masking arguments
2022-11-04 01:18:42 -06:00
Funofabot 7a047ebb4f
Merge branch 'deforum-art:automatic1111-webui' into automatic1111-webui 2022-11-04 01:16:22 -06:00
Funofabot 1db8688551
Clean up code
Removed comments related to masking work
Moved masking assignments to appropriate location
** The open question about shape is narrowed down to the mask image size, the init image size or args W,H **
Moving closer to the notebook
2022-11-04 00:58:37 -06:00
Funofabot 1a27618aac
Merge branch 'deforum-art:automatic1111-webui' into Expose-more-masking-arguments 2022-11-03 22:01:00 -06:00
rewbs 5ead341e61 Remove test code 2022-11-04 14:32:17 +11:00
rewbs 1663c7dd19 Remove debug logging 2022-11-04 14:28:25 +11:00
rewbs 0102aee8b9 Add support for delta values, fix save/load settings 2022-11-04 13:24:23 +11:00
Funofabot 8217a36998
Update generate.py
Revert to OP's assumption that we need image size. Still not convinced that the args.W and H are the correct answer but I want to make a point that I help with this little line of code.
2022-11-03 11:38:27 -06:00
kabachuha 055632740f
Merge pull request #66 from deforum-art/38-add-tooltips
Add tooltips
2022-11-03 18:41:25 +03:00
kabachuha baf07d2643 newer deforum tooltips
Co-Authored-By: Zarxrax <16127268+Zarxrax@users.noreply.github.com>
2022-11-03 18:27:07 +03:00
kabachuha 407d79868a Merge branch 'automatic1111-webui' into 38-add-tooltips 2022-11-03 18:24:03 +03:00
Funofabot 8891c25f4d
More mask args
More mask args
2022-11-02 21:10:45 -06:00