Ivan Nikitin

Results 24 comments of Ivan Nikitin

Add parameter { views: 'themes/skeleton/views/' } to consolidate options. This will fix the problem with dustjs.

I can confirm openh264's video quality is considerable worse that x264. Sample video I used for the test is available here: https://www.sample-videos.com/ I used 30mb mp4 1280x720 clip. Encoding parameters...

My guess is that you're importing code using bcryptjs from a client-side component. Make sure the code using bcryptjs reside on the server-side only. Here is how: https://nextjs.org/docs/app/building-your-application/rendering/composition-patterns#keeping-server-only-code-out-of-the-client-environment Adding `import...

@fax1ty I removed the hardwareAcceleration option in my private fork: https://github.com/chebum/diffusionstudio-core It's published to github's NPM repo. You can install the fork as following: 1. Create .npmrc file, if it's...