Emircan ERKUL

Results 57 comments of Emircan ERKUL

+1 Otherwise really hard to develop and debug.

@atgui each iteration should end within 100ms. You should not delay. Using the tick value might solve your problem. if (tick > 1 && tick % (tickrate * 5) ==...

+1 I also installed and ran perfectly. But i need this in UI

@maikelsz Yes indeed. I used&tested on 6800xt Microsoft's DirectML Onnx runtime works perfectly. Just need this in UI setup https://www.travelneil.com/stable-diffusion-windows-amd.html or some bridge that we can enable in UI

Yes, just we need to integrate it into the UI.

@jacksteamdev Sure, Here: https://github.com/emircanerkul/chrome-extension-tools/tree/main/issue/422 Thanks,

@Nonua I know within js scss injection works well but I want to put this in the head due to speed up. Otherwise, CSS does not load earlier. Also, I...

Also, this problem wasn't there when I work without crxjs. I think this might caused by HMR

@pierreneter I know this way works perfectly but I want to separate CSS and js. Otherwise, if I did like you said it will compile as one file and that...

@pierreneter I tried but it included all CSS into the js file as I remember. Also, I want to put it in head tags. Is that possible?