Robin Fernandes

Results 24 issues of Robin Fernandes

Hi all, I'm not deeply familiar with the code I've touched here, so I'm very open to feedback on this PR. ## Description Currently `apply_ipadapter` reconstructs an `IPAdapter` instance on...

`if true 10 else 5/2` evaluates as `(if true 10 else 5)/2`, instead of `if true 10 else (5/2)` .

Currently there's nothing preventing you from having 2 keyframes with the same frame number. This causes errors (with poor error messages) when using some functions like cubic spline. Even without...

Wavesurfer 7 has some performance improvements so would be a worthwhile upgrade. This would be a good opportunity to drop the react wrapper which isn't helping us that much. This...

The A1111 Deforum extension integration is working well, but many users prefer plain old Deforum :) There's no reason we can't do a Parseq integration there too.

Add short cuts for: - `info_match_next("X")-info_match_last("X")`, perhaps called `info_match_gap("X")`? - `f-info_match_last("Beep")`, perhaps called `frames_since_match("X")` . It would then be sensible to add a `frames_until_match("X")` for completeness. - `frames_since_match("X")/info_match_gap("X")` aka `progress_between_matches("X")...

`npm install` currently fails due to incompatibilities in transitive dependencies. This is harmless at the moment and can be worked around with `npm install --force`. However, that command is somewhat...

Currently if all frames are set to -1, you'll get a random seed on every frame. This is likely not what people expect. Consider replacing -1 with a single random...

new feature

As requested in https://github.com/rewbs/sd-parseq/discussions/92 , the interval of the values on the graph's scale could be smarter, and take into account the current FPS.