Jarrad Cutting

Results 11 comments of Jarrad Cutting

I followed the instructions exactly, can confirm with "ls" that the file "model.ckpt" is indeed in "models/ldm/stable-diffusion-v1" and still get a filenotfound error.

I did get it working, must have been to do with linking, thanks. On Mon, 16 Jan 2023 at 21:33, MKrbm ***@***.***> wrote: > Did you solve the problem? >...

Tried running the code again, and received this crash today (also at a random interval), possibly related: ``` java.util.ConcurrentModificationException at java.util.ArrayDeque.nonNullElementAt(ArrayDeque.java:278) at java.util.ArrayDeque$DeqIterator.next(ArrayDeque.java:708) at com.google.common.collect.ImmutableCollection$Builder.addAll(ImmutableCollection.java:450) at com.google.common.collect.ImmutableCollection$ArrayBasedBuilder.addAll(ImmutableCollection.java:555) at com.google.common.collect.ImmutableList$Builder.addAll(ImmutableList.java:818) at...

Thanks, I've implemented this now, but I am noticing every now and then that writeSampleData() function is taking a long time to finish (> 200ms) causing a jitter in output...

Ok - but is there any reason there is a visible hiccup in the video when this happens? Given I'm providing the timestamps to my encoder and then to the...

Yes, there is a noticeable skip of frames which, when observing with the debugger, coincides with the batch writing. Here's a link to view a sample. You can visibly see...

Hi there I was actually able to find a workaround, sharing with you incase it's relevant for potentially improving the performance of writeSampelData(), check out this article: https://petrakeas.medium.com/optimizing-mediamuxer-s-writing-speed-4b2a7641db72 When encoding...

We are not using the sample copy api so default sample copying should be enabled. The main reason we wanted to move to Mp4Muxer is so we could leverage the...

Yes, I had noticed that Mp4Muxer was sufficient to prevent corrupt video from crash (without using FragmentedMp4Muxer). But the issues we had persisted with both. I suspect the NAL unit...

Thanks, it is much appreciated. Is there any harm in using the main branch as a local dependency until the release?