Commit Graph

1514 Commits (f7e4eae4e66beff89ef00928b6564116bcf8d12d)

Author SHA1 Message Date
kabachuha 22b8d3d527
Merge pull request #161 from rewbs/allow-URL-for-parseq-manifest
Add support for reading parseq manifest from a remote URL.
2022-12-20 22:35:42 +03:00
kabachuha 91b1bfb1cd
Merge pull request #162 from Funofabot/save-prompt-per-batch
Save prompts for batch settings
2022-12-20 21:16:58 +03:00
kabachuha e13e0e45fb
fixup prompts param name 2022-12-20 21:15:53 +03:00
Funofabot 9fdb78f122
Save prompts for batch settings
Save prompts for batch settings
2022-12-20 06:48:53 -07:00
rewbs 2c2cc25681 Add support for reading parseq manifest from a remote URL. 2022-12-20 16:56:08 +11:00
kabachuha b3ac894ebc kernel size to int 2022-12-20 00:30:26 +03:00
kabachuha 64dbc9649e fixup reroll dropdown loading from file
fixup reroll dropdown loading from file

38th html block fix
2022-12-20 00:26:33 +03:00
kabachuha 78ed389bbb anti-blur
using unsharp mask, from #74
2022-12-19 23:51:00 +03:00
kabachuha 1dcd214623 cadence to number instead of slider 2022-12-19 23:27:40 +03:00
kabachuha 07229b44a0 blank frames reroll model fix from pr74 2022-12-19 23:25:23 +03:00
kabachuha f99ffe7410 add blank frames reroll 2022-12-19 23:14:21 +03:00
Matisse 10d4d46086
Merge branch 'deforum-art:automatic1111-webui' into frame-insertion 2022-12-19 10:41:20 -08:00
kabachuha a4c42e58b1
Merge pull request #156 from phi-line/always-load-midas
Always load the midas model on predict_depths
2022-12-19 02:54:05 +03:00
kabachuha 4c6ca3757b
Merge pull request #155 from phi-line/resume-with-saved-depth-maps
fix resume issue w/ depth maps saved in output dir
2022-12-19 02:49:02 +03:00
kishan e22d6edc57 Always load the midas model on predict_depths
Before, the midas model would only be loaded if the midas_weight
was 1.0 or higher. With this change, we sync the logic between the
main deforum-stable-diffusion v.6 repo and this one.
2022-12-18 13:25:18 -08:00
kishan 4a94690fae fix resume issue w/ depth maps saved in output dir
Before, the depth maps would interfere with counting of the number
of frames. This change includes filenames that contain the resume
timestring, but does not include those that are depth maps.
2022-12-18 12:52:37 -08:00
kabachuha 3ff1149173 a better scalable way for the prev commit 2022-12-18 19:43:01 +03:00
kabachuha 0ede3a83da detach 'deforum_helpers' from 'scripts'
Should prevent "No module named 'scripts.deforum_helpers'"  error causing Deforum's tab not show up in some cases when you've might've broken the environment with webui packages updates
2022-12-18 19:23:46 +03:00
Matisse b4fd1e79b5 describe new requirements for frame distance 2022-12-17 09:16:13 -08:00
Matisse d50c53106b no longer bound to 50 frames between images 2022-12-17 09:15:17 -08:00
Matisse bf2eed031e allow for frames to be inserted on any speed > 20 2022-12-17 09:09:26 -08:00
Matisse 525f6077a8
Merge branch 'deforum-art:automatic1111-webui' into frame-insertion 2022-12-13 10:32:10 -08:00
kabachuha 7872b8c989
Merge pull request #68 from rewbs/parseq-integration
Parseq integration: adds a tab into which you can paste an sd-parseq manifest for animation control
2022-12-13 13:27:00 +03:00
rewbs a5b4b27e66 Merge from master 2022-12-13 15:32:18 +11:00
rewbs 1b5dd9df63 Merge branch 'parseq-integration' of https://github.com/rewbs/deforum-for-automatic1111-webui into parseq-integration 2022-12-13 15:22:32 +11:00
rewbs 0542082ccf Merge from master 2022-12-13 15:21:27 +11:00
Matisse 63622b1b20 Adding getting started info and cleaning up 2022-12-12 13:44:24 -08:00
Matisse d879e1eea0 Adding some notes for getting started 2022-12-12 13:14:04 -08:00
Matisse 535c203b2b Cleaning up printouts and line numbering 2022-12-12 10:38:32 -08:00
Matisse 601332c0f8 allowing as many frames as wanted, no 200 lock 2022-12-12 10:28:30 -08:00
Matisse 1f4d05bd5d Adding readme for requirements of this branch 2022-12-12 10:15:16 -08:00
Matisse 992f4b0763 initial form of infinite loop 2022-12-12 09:38:53 -08:00
Funofabot 7b4d7d7eb1
get closer to notebook 2022-12-10 19:09:50 -07:00
Funofabot 0d15fb0c8d
get closer to notebook 2022-12-10 19:09:20 -07:00
Funofabot f2fd6d553b
get closer to notebook 2022-12-10 19:08:40 -07:00
kabachuha ff1769dab5
Merge pull request #111 from Funofabot/full-precision-midas
Full precision midas
2022-12-08 22:25:54 +03:00
kabachuha e7b4eb587f
Merge pull request #133 from Funofabot/fix-for-vid2frames
Fix for vid2frames QOL
2022-12-08 15:11:19 +03:00
Funofabot c4b9bf6197
Added state.interrupted to vid2frames 2022-12-07 18:41:52 -07:00
Funofabot 17e7d81766
Update render.py 2022-12-07 18:29:51 -07:00
Funofabot f37a670c3c
Added import function 2022-12-07 18:25:07 -07:00
Funofabot cf7f681032
Changed next frame init for video 2022-12-07 18:23:58 -07:00
Funofabot 8466fff816
Fix less frames in mask than init video
Fix less frames in mask than init video
2022-12-07 18:21:31 -07:00
Funofabot 8920126faa
Add import 2022-12-07 18:14:20 -07:00
Funofabot b68146d543
Update vid2frames
Changed the way that vid2frames reports problems
vid2frames addresses pathing errors 
vid2frames checks if setting are changed.
vid2frames has input name + frame#
2022-12-07 18:12:32 -07:00
Funofabot 1f32a9d52b
Change convert to tensor. 2022-12-07 18:06:39 -07:00
kabachuha c5e8cf624c
Merge pull request #126 from rewbs/fix-color-correction
Add option to fix color correction / degradation / posterisation issue
2022-12-06 01:00:03 +03:00
rewbs 8961efac9a As discussed in https://github.com/deforum-art/deforum-for-automatic1111-webui/pull/112\#issuecomment-1333896001, add option for histogram matching. 2022-12-05 12:56:12 +11:00
kabachuha 272b0ff87a
Merge pull request #122 from Zarxrax/checksum
add checksum for downloaded models
2022-12-02 17:51:01 +03:00
Zarxrax 3ee58dc5ad
Update depth.py 2022-12-02 08:19:42 -05:00
Zarxrax 78d0b5615d
add checksum for downloaded models 2022-11-30 20:27:02 -05:00