Commit Graph

741 Commits (f7e4eae4e66beff89ef00928b6564116bcf8d12d)

Author SHA1 Message Date
hithereai 78b5639227 better folder name 2023-01-20 20:34:02 +02:00
hithereai 96635be7a5 Delete inference_img.py 2023-01-20 20:29:02 +02:00
hithereai 8ff265f7db remove print statement 2023-01-20 20:27:52 +02:00
hithereai ed20c17342 move license to correct file 2023-01-20 20:26:55 +02:00
hithereai 7fe85a81ca less files more happy, add rife 4.0, revert args 2023-01-20 20:23:55 +02:00
hithereai 94aa4052c7 tiny fixes 2023-01-20 18:04:39 +02:00
hithereai 46e02c063f Delete README.md 2023-01-20 17:31:38 +02:00
hithereai 4a53e275aa Working properly v1 2023-01-20 17:29:38 +02:00
hithereai 60363b555c still not 100% there, getting closer 2023-01-19 10:25:59 +02:00
hithereai 6517100c4d Merge branch 'frame_interpolation' of https://github.com/hithereai/deforum-for-automatic1111-webui into frame_interpolation 2023-01-18 02:00:42 +02:00
hithereai 2c30e1ae93 Getting there, not ready yet, add rife 4.3 2023-01-18 02:00:36 +02:00
hithereai 4b5c44e4a6
Merge branch 'deforum-art:automatic1111-webui' into frame_interpolation 2023-01-17 18:17:23 +02:00
hithereai 0a91f4db11 Initial GUI Accordion 2023-01-17 18:16:41 +02:00
hithereai 39c2c6f1f6 make it actually work on autos env 2023-01-17 16:55:27 +02:00
hithereai c73a80b62d
Add Practical-RIFE files to src 2023-01-17 13:48:52 +02:00
kabachuha a51c22c553 remove references to p.sd_model
it was removed as a param in e0e8005009, this commit fixes the compatibility.

Closes #228
2023-01-17 01:48:30 +03:00
kabachuha 6777e0d927 fix set difference 2023-01-16 20:14:23 +03:00
kabachuha ebe657f630 Merge branch 'automatic1111-webui' into masking-overhaul 2023-01-16 19:43:31 +03:00
kabachuha 9ba8462efd add defaults so the var keys are always found 2023-01-16 19:31:52 +03:00
hithereai 446e3430a6 Fixes, -1 as default for unlimited frames and more checks 2023-01-16 18:12:14 +02:00
kabachuha afa80cd231 more mask format conversion checks 2023-01-16 18:52:39 +03:00
kabachuha 19d106fc9c convert all input masks to binary 2023-01-16 18:31:24 +03:00
kabachuha 4b311bf874 none to blank to simplity compose logic 2023-01-16 18:28:00 +03:00
kabachuha 32df52f511 Merge branch 'automatic1111-webui' into masking-overhaul 2023-01-16 18:25:01 +03:00
kabachuha 585b2e2051 mask schedule logic 2023-01-16 18:24:46 +03:00
hithereai 76f90e058f Update deforum.py to be compatible with latest main version 2023-01-16 17:24:31 +02:00
hithereai 9e0ae9ef26 add extract_from_frame and extract_to_frame to input vid options
The current code will always extract all of the input video frames.

This PR adds two new input parameters for extracting an input video:
extract from frame, and extract to frame.

Now we can only test frames 0 to 50, 50 to 100, etc.
2023-01-16 00:56:16 +02:00
kabachuha c9f41faf3e use clipseg inference to get word masks 2023-01-16 00:24:43 +03:00
kabachuha bba868fead
Merge pull request #221 from hithereai/automatic1111-webui
Minor improvements to human masking and hybrid video
2023-01-16 00:10:34 +03:00
hithereai 898a261f32 Minor improvements +
better handling of wrong file/folder names, added function to delete all imgs from a folder (shorter code); now users can generate only the masks again even without having the 'generate_hybrid_frames' button selected
2023-01-15 22:39:47 +02:00
kabachuha 97516023dd fix Generate button not working after auto update 2023-01-15 22:01:34 +03:00
kabachuha 8d09bc7ddf
upload clipseg directly to src
as the current webui's transformers version (4.19) doesn't include it
2023-01-15 18:18:59 +03:00
kabachuha 31df9ed541
add parser for multiple masks boolean combinations 2023-01-15 17:40:14 +03:00
kabachuha a1d5ed7752
Merge pull request #216 from hithereai/HumanMasking
Masking Humans automatically using RVM
2023-01-15 17:36:20 +03:00
hithereai 1336e84e10 revert pathlib removal 2023-01-15 03:24:53 +02:00
hithereai fcafc74c1d
enable offline usage for 3D animation mode
It will fetch the model from cache if it's there, so only need to run 3D mode online once for it to work offline afterwards. 

* Currently it will work only for windows users.
2023-01-15 03:13:15 +02:00
hithereai ecd35261b5 remove pathlib import 2023-01-15 02:53:16 +02:00
hithereai 891b682c49 enable offline usage after initial run
This PR enables to use the new human_mask feature while offline. It only needs to be run once when online, then it will use its cache as first priority.
2023-01-15 02:51:36 +02:00
hithereai 269d8011e6 fixed setting load/save and comments 2023-01-14 23:35:53 +02:00
hithereai e09eecfeb3
Update human_masking.py 2023-01-14 23:13:57 +02:00
hithereai fc1faadaae
not needed, being loaded to cache with torch.load 2023-01-14 23:12:26 +02:00
hithereai 5abe55d1d4 Sync fps according to extract_nth_frame and more 2023-01-14 23:10:08 +02:00
hithereai 18c89806c2 revert model to mobilenetv3 2023-01-14 17:19:11 +02:00
hithereai c9fe53b75f use extracted input imgs instead of input vid 2023-01-14 16:55:01 +02:00
hithereai 690deb04a9
Add RobustVideoMatting repo for human masking 2023-01-14 16:08:05 +02:00
hithereai 5d5287d6cf V01 of human masking 2023-01-14 15:49:52 +02:00
rewbs 9636a7510b Make parseq adapter directly search the JSON data for a likely match if an unrecognised series is requested. This ensures that, when new schedules are added to Deforum, only the Parseq UI needs to be updated to support them (and this can be improved in the future with support for custom fields). 2023-01-12 21:27:54 +11:00
kabachuha 7fc51359a8 add 'Init Video' soundtrack option 2023-01-09 22:43:48 +03:00
hithereai b4c764a90a
added missing imports for interpolation mode in prompt.py
added imports for 'pandas' and 'numpy'
2023-01-07 23:49:26 +02:00
kabachuha aa9bffded9 lower default antiblur amount a bit 2023-01-07 13:54:03 +03:00
kabachuha 0b9ac68ce4 rounds steps to int to fix error 2023-01-06 18:26:26 +03:00
kabachuha 4b352d3ccc change ffmpeg preset to veryslow
to increase the quality per video size

TODO: add dropdown in the settings
2023-01-06 18:10:07 +03:00
Kitchen 23657be814 removed untested code 2023-01-05 21:12:46 -06:00
Kitchen 8cf083b6ae added optional step scheduling 2023-01-05 21:09:20 -06:00
Kitchen 2770a1f423 fixed typo 2023-01-05 11:01:30 -06:00
kabachuha 28317a5633 fixup? 2023-01-05 19:13:53 +03:00
kabachuha 12bf30d9b5 remove file duplicates 2023-01-05 19:01:53 +03:00
kabachuha f2d0bba323 Merge branch 'store-frames-in-ram' into automatic1111-webui 2023-01-05 18:51:50 +03:00
kabachuha f4dce23721 Merge branch 'pr/204' into automatic1111-webui 2023-01-05 16:42:20 +03:00
kabachuha d1715bcbd4
Merge pull request #198 from reallybigname/automatic1111-webui
Hybrid Video Compositing
2023-01-05 16:05:33 +03:00
Kitchen beffcbeed6 fixed merge errors, added sampler scheduling 2023-01-04 21:49:16 -06:00
Kitchen 669401c059 reverted and resolved merge errors. 2023-01-04 21:48:27 -06:00
Kitchen a739beb0e2 Merge branch 'automatic1111-webui' into Kitchen_add_sampler_scheduling 2023-01-04 21:25:13 -06:00
Kitchen 73e2ad6b56 added checkbox to enable/disable sampler scheduling
sampler names are now case insensitive
2023-01-04 21:16:44 -06:00
Kitchen 2b24935fe4 added schedule sampling 2023-01-04 20:16:34 -06:00
reallybigname cc52c96a61 Hybrid Video Compositing - 3D working 2D broken
First commit. 3D mode works
2023-01-04 06:35:51 -08:00
rewbs 9a43333267 Ensure parseq settings are included in the {timestamp}_settings.txt that is generated with a render beings. If the Parseq manifest is fectched from URL, include a summary so that you can always see exactly which parseq prompts and keyframes were used, even if the URL content changes. 2023-01-04 11:42:23 +11:00
kabachuha 8ec6e7755a fixup gc import 2023-01-03 03:36:42 +03:00
kabachuha 354afa97bd add gc collect to reset frames 2023-01-03 01:51:23 +03:00
kabachuha b8f5b2eb2b option to store frames in RAM instead of disc
for faster animation making on fast gpus at the cost of increased ram usage
2023-01-03 01:12:22 +03:00
kabachuha b6cf3d110b
fix broken math support 2023-01-02 20:24:18 +03:00
Funofabot ec52a1c6a2
Add files via upload 2023-01-01 13:00:30 -07:00
Matisse 485d41a6cd Merge remote-tracking branch 'upstream/automatic1111-webui' into frame-insertion 2022-12-31 21:13:21 -08:00
Matisse 64b1b5c591 Getting a basic ui element added 2022-12-31 18:22:48 -08:00
Funofabot 069dbded18
Add files via upload 2022-12-31 14:03:17 -07:00
Funofabot 5edb2c4e8c
Add files via upload 2022-12-31 14:02:50 -07:00
Funofabot c6d018c830
Add files via upload 2022-12-31 14:02:05 -07:00
Funofabot f06c05c82b
Add files via upload 2022-12-31 13:19:15 -07:00
kabachuha 2e462f049d fixup saved settings loading 2022-12-30 15:27:35 +03:00
kabachuha 394bada75d link perlin noise note to wikipedia 2022-12-30 15:25:40 +03:00
kabachuha 2720a116e3 add more useful links to the header 2022-12-30 15:17:01 +03:00
kabachuha c730ab0a41 add note about Perlin noise to the header 2022-12-30 15:16:45 +03:00
kabachuha 7e375aae38 set perlin noise by default
it's just too good and addresses many beginner questions, especially related to frame coherence, detail loss and picture flattening as Perlin noise's organic nature counters all of them
2022-12-30 14:29:12 +03:00
kabachuha 125abc3114 make perlin octaves a slider 2022-12-30 14:22:46 +03:00
Matisse e059ecab7e json when looping none or url when not 2022-12-28 19:15:27 -08:00
kabachuha 1cf9434a80 fixup args and tensor shapes to make it work 2022-12-28 20:38:56 +03:00
kabachuha 134130a3ac typo 2022-12-28 19:10:42 +03:00
kabachuha 296393ceb7 fix run args 2022-12-28 19:10:22 +03:00
kabachuha 1b0fdd0937 safer noise_type loading from settings 2022-12-28 19:05:32 +03:00
kabachuha aa2651260d add noise params to args 2022-12-28 18:56:42 +03:00
kabachuha f2ee0335bd add 2D Perlin noise 2022-12-28 13:41:17 +03:00
Matisse 0b60889aa3
Merge branch 'deforum-art:automatic1111-webui' into frame-insertion 2022-12-26 10:50:30 -08:00
Funofabot 48ba5d10b1
Resume animation
Color was being converted but was already a cv2 image
Start frame was calculating .txt files still causing resume to break
2022-12-25 15:40:52 -07:00
rewbs 54dd79b36f Add antiblur params to parseq, and fall back to normal Deforum anim series if a series isn't defined in Parseq. 2022-12-25 12:19:30 +11:00
kabachuha a164a20a21
Merge branch 'automatic1111-webui' into get-closer-to-notebook 2022-12-24 14:26:08 +03:00
Matisse 5cc7f69cbb
Merge branch 'deforum-art:automatic1111-webui' into frame-insertion 2022-12-22 16:54:50 -08:00
kabachuha 5aa9f38417
Merge pull request #159 from deforum-art/QOL-only-from-pr74
QoL-only features from #74: blank frames reroll, anti-blur
2022-12-22 20:57:36 +03:00
kabachuha 072963ad3e add mydrive locations to sys.path when on colab
addresses #163
2022-12-22 20:48:33 +03:00
Matisse aa69d74a1c
Merge branch 'deforum-art:automatic1111-webui' into frame-insertion 2022-12-20 18:29:55 -08:00
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 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
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 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
rewbs a5b4b27e66 Merge from master 2022-12-13 15:32:18 +11:00
rewbs 0542082ccf Merge from master 2022-12-13 15:21:27 +11: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 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
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
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
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
Funofabot a05d9341f7
changes where code diverges from defourm main 2022-11-27 09:24:21 -07: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
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
Zarxrax 6995a16f14
Update depth.py
replace wget code
2022-11-19 19:32:38 -05: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
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
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
Funofabot 8891c25f4d
More mask args
More mask args
2022-11-02 21:10:45 -06:00
Funofabot ad06dc4a51
added function
added render_animation_with_video_mask
allows a mask video to be used when video init is not wanted. 
The purpose is to be able to apply an animated masks when not using init video.
Work can be done to delete the old directory and replace it. Currently you have to delete mask frames independently. That will be for another session of fixes however.
2022-11-02 21:10:05 -06:00
Funofabot 3405569836
More masking arguments from img2img
More work with mask args.
function call to prepare_mask changed again with the addition of more available masking options.
These are some of the inpainting mask options.
2022-11-02 21:04:44 -06:00
Funofabot 0fa9407f2c
Additional mask args exposed
Added ui elements for some inpaint masking arguments.
2022-11-02 21:01:55 -06:00
Funofabot 5a8d7854d2
Add more masking arguments
Exposes some of img2img inpaint arguments to the init tab in Deforum.
Full res mask, full res padding, and fill action type.
Added the ability to use video mask without using video for init image. Just check the use video mask box.
2022-11-02 20:57:11 -06:00
Funofabot 8ca73e6882
Added mask_contrast_adjust arguments
Added mask_contrast_adjust arguments in appropriate locations.
2022-11-02 13:47:57 -06:00
Funofabot c6488a66d5
Added mask_contrast_adjust arguments
Added mask_contrast_adjust arguments in appropriate locations
2022-11-02 13:47:07 -06:00
Funofabot f2233a7930
Add argument for mask_contrast_adjust
Added argument for mask_contrast_adjust in appropriate locations.
2022-11-02 13:45:24 -06:00
Funofabot d104536412
fixes for masking arguments
Returned call to prepare_mask to use mask args instead of constants that were used to get masking working initially.
2022-11-02 13:41:32 -06:00
Funofabot e51fa8e7f1
Negative mask
needed to import PIL
2022-11-01 21:43:16 -06:00
Funofabot 449d74a15e
fix for masking
Comments added in changed lines of code as an explanation. #HOTFIXISSUE33 provides lookup to code that has been changed. Very simple fix for functionality which should not affect anything beyond masking.
2022-11-01 21:40:09 -06:00
rewbs 8041097f9f Ensure subseed and subseed strength are not ignored. 2022-11-02 13:37:41 +11:00
rewbs 4b07ae5e65 Merge branch 'automatic1111-webui' of https://github.com/deforum-art/deforum-for-automatic1111-webui into parseq-integration 2022-11-02 10:30:48 +11:00
kabachuha 04eb7fff15 add a notice about 'Generate' until #53 is fixed 2022-11-01 17:13:23 +03:00
kabachuha 82a3708461 unreset sd_model
auto's webui now resets the sampler and the model after each generation for some reason resulting in #55. This attempts to fix it
2022-11-01 16:51:44 +03:00
kabachuha 52f496ab24 add deforum-for-automatic1111-webui also to path 2022-11-01 16:44:41 +03:00
rewbs 41a2cb5394 Don't force histogram matching. Add quick access to normal deforum anim series inside parseq datastructure (for debugging). 2022-10-29 00:16:58 +11:00
rewbs 16490176ad [wip] Initial support for mapping animation series from a Parseq manifest into Deforum. You can play with a UI that generates the manifest here: https://sd-parseq--staging-idlaaizi.web.app/ . Currently generates garbage from frame 2. 2022-10-28 16:25:32 +11:00
kabachuha 2f2bf94dda ceil the steps count 2022-10-27 21:41:26 +03:00
kabachuha 6f7743e818 fixup 2022-10-27 21:13:15 +03:00
kabachuha 7713d4d329 fix args forwarding 2022-10-27 21:05:40 +03:00
kabachuha cd662e4dc9 attempt to fix the progressbar 2022-10-27 20:56:05 +03:00
kabachuha ccc1963fc4 fix cfg_scale for the first frame 2022-10-26 18:28:45 +03:00
kabachuha 3550312c46 deduplicate code 2022-10-26 18:28:27 +03:00
kabachuha 7a089c1344 move info and links under collapsible cell 2022-10-26 02:01:50 +03:00
kabachuha 10d7e37d27 fixed load settings button!
closes #23
2022-10-26 00:39:05 +03:00
kabachuha 053a94e46f add warning 2022-10-24 19:35:47 +03:00
kabachuha f960d2375b fix json loading 2022-10-24 19:25:00 +03:00
kabachuha 62b013fdc6 finally fix in-ui load settings! 2022-10-24 17:27:00 +03:00
kabachuha f97eb75f22 fix for subseed 2022-10-24 16:53:16 +03:00
kabachuha 0d5668048f import gradio 2022-10-24 16:50:59 +03:00
kabachuha fe7baed2b9 path fixup 2022-10-24 16:43:47 +03:00
kabachuha 65d031fc25 in-ui settings IO 2022-10-24 16:32:50 +03:00
kabachuha 330243415a remove more of the useless margin 2022-10-24 15:15:04 +03:00
kabachuha 6dc6b8666e make fov, near, far params keyframable 2022-10-24 15:07:14 +03:00
kabachuha 682c70f0c8 video settings dump fixup 2022-10-24 14:49:23 +03:00
kabachuha a6d803a146 save video settings 2022-10-24 14:25:50 +03:00
kabachuha 63d66c39f6 increase default noise schedule for better details 2022-10-24 14:04:18 +03:00
kabachuha 8a84c19516 remove extra margins 2022-10-24 14:01:39 +03:00
kabachuha 5eb5029411 add math-less negative prompt example 2022-10-24 13:58:08 +03:00
kabachuha 5a0a8a8de9 deprecate the script in favor of extension format 2022-10-24 13:57:47 +03:00
kabachuha c54e7f6876 hide 'prompts' to avoid confusion 2022-10-24 13:17:41 +03:00
kabachuha 4daf9ae437 hide the buttons while they're unused 2022-10-24 03:53:07 +03:00
kabachuha 9872d5a65c info display fixup 2022-10-24 03:42:58 +03:00
kabachuha a6b4886808 run animation in extension 2022-10-24 03:41:09 +03:00
kabachuha 89130497e0 wrap the submit function 2022-10-24 02:53:49 +03:00
kabachuha dc175f53a4 add subseed 2022-10-24 01:54:34 +03:00
kabachuha 97d3dad97e fixup shared 2022-10-24 01:52:23 +03:00
kabachuha 2ecb80a0ed arghs! 2022-10-24 01:50:45 +03:00
kabachuha a29490e97b var name fixup 2022-10-24 01:49:16 +03:00
kabachuha 77ec26db1a add more args from webui 2022-10-24 01:43:32 +03:00
kabachuha ec8756a97d moving closer to extension launch 2022-10-24 00:29:14 +03:00
kabachuha b7de563d35 test if the button works 2022-10-23 23:25:53 +03:00
kabachuha 2c3237fbf0 move to javascript 2022-10-23 23:08:48 +03:00
kabachuha b4707a4066 add progressbar and other stuff
also move stuff around so script.js fits within the dir
2022-10-23 22:46:04 +03:00
deforum 393620b08c
Delete scripts directory 2022-10-05 10:09:26 -07:00
Doggettx a1fbe55f85 Set model to half
Set model to half in txt2img and img2img for less memory usage.
2022-09-06 09:09:49 +02:00
Patrick Esser 69ae4b35e0 Release under CreativeML Open RAIL M License
Update license, readme, models, model card, requirements and sampling
script.
2022-08-22 16:57:55 +00:00
Patrick Esser 673b0ab3a3 update safety model id 2022-08-22 16:11:52 +00:00
Patrick von Platen b9851783e5 fix to numpy 2022-08-19 17:14:29 +00:00
Patrick von Platen 239ed0fd02 fix more 2022-08-19 17:09:41 +00:00
Patrick von Platen f3f60fccc3 correct merg 2022-08-19 17:08:10 +00:00
Patrick von Platen eef5da90db finish 2022-08-19 17:05:39 +00:00
Patrick von Platen 536eb1a8ba
Apply suggestions from code review 2022-08-19 18:03:22 +02:00
Patrick von Platen d0c714ae4a [Safety Checker] Add Safety Checker Module 2022-08-19 16:01:56 +00:00
Robin Rombach 2ff270f4e0 stable diffusion 2022-08-10 16:30:49 +02:00
ablattmann 171cf29fb5 add configs for training unconditional/class-conditional ldms 2021-12-22 15:57:23 +01:00
Patrick Esser 32a9661b4e add inpainting model 2021-12-21 11:35:45 +00:00
ablattmann e66308c7f2 add code 2021-12-21 03:23:41 +01:00