Results 8 comments of Xiaobo Hu

Sorry, same problem here. of0.9.7 + vs2015 + windows 10. I just used the example code and unicode characters won't show up.

Now it works after I change LocaleToUtf8() to a previous version: string LocaleToUtf8(const string & locale){ int size = MultiByteToWideChar(CP_THREAD_ACP, // code page MB_ERR_INVALID_CHARS, // character-type options locale.c_str(), // address...

> > Have also been getting this same error, full details attached > > NB GPU is 6GB GTX980TI > > [Run01_Errors.txt](https://github.com/bmaltais/kohya_ss/files/11030778/Run01_Errors.txt) > > fixed it and currently training ....

Yes, version 3.0.8 works now under the same environment described at the top. Thank you for your support!

Do the settings you have right now work on Cloudflare Workers? I followed this [doc](https://nitro.build/guide/tasks#platform-support) to define a task and have similar settings to yours. It works locally but doesn’t...

Update: If i use NuxtHub to deploy the project, the scheduled task won't get called. If i deploy the project manually on Cloudflare, it works. Nuxt 3.17.3 with Nitro 2.11.12

> If you can deploy nitro only to cloudflare but only hub fails, i suggest to report it in nuxt hub repo. Sure, sorry for the off-topic. I reported it...

> Have you found a way to fix this directly in nuxt with nuxthub without having to put create them manually in cloudflare interface? [@agalloch21](https://github.com/agalloch21) Nope. But creating a new...