Vlad

Results 6 comments of Vlad

@Villanuevand Thank you you are a life saver :)

@paulo-coronado I'm looking for the same thing how can I merge a controlnet model to my custom one, where you able to get that going?

> @deifos Hey brother! You can merge by following this [guide](https://github.com/lllyasviel/ControlNet/discussions/12). Although, the author is not recommending merging that way anymore, because the results are a little bit different. The...

Setting i18n to undefined solved my problem but now I see that the locale in the request.nextUrl is removed by nextJS, any work arounds for this?

I'm on using the App router and was having the same issue but setting my next.config.js like this fixes the issue. ` /** @type {import('next').NextConfig} */ const nextConfig = {};...

> > ``` > > const config = nextTranslate(nextConfig); > > config.i18n = undefined; > > module.exports = config; > > ``` > > With this solution the react hydration...