Anderson Laverde

Results 48 comments of Anderson Laverde

I am going to test this PR tomorrow and see how it goes

@HaNdTriX do you think you can upload an PR with an example ? I am glad to test it and if works we can merge it. I like the idea...

@mikehenriquezf Thanks for report the error. Sadly you provided few details to reproduce it. Please provide a repository to reproduce the error so I can take a look into it....

@alexis-piquet please fix the remaining conflict to approve.

Lets merge to see how it goes and then we can iterate or revert if needed.

Fixed with [this](https://github.com/electron/universal/issues/41#issuecomment-1181311686), the solution is to exclude C/C++ Files from the asar pack In my case: ``` ... "files": [ "!node_modules/**/*.{mk,a,o,h}" ], ... ```

AFAIK next export does not allow rewrites and that's the strategy that nextron uses, please confirm this. @saltyshiomix

Nvidia Card: ``` ubuntu@ip-172-31-2-139:~/datasets/lora/brooklyn$ nvidia-smi --query-gpu=name --format=csv,noheader Tesla T4 ``` Another error after change to AdamW ``` Traceback (most recent call last): File "/home/ubuntu/kohya_ss/venv/lib/python3.10/site-packages/gradio/routes.py", line 384, in run_predict output =...

@AbyszOne Did you solve it I have the same error: ``` File "/home/ubuntu/kohya_ss/venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 867, in run result = context.run(func, *args) File "/home/ubuntu/kohya_ss/lora_gui.py", line 385, in train_model repeats = int(folder.split('_')[0])...