chavinlo
chavinlo
> @chavinlo I am on the same boat. ~24 hour ETA with 4 X 80G A100. My GPU power usage is also low(~80W/300W) which seems to be suspicious. I think...
Doesn't works for me, stuck on playwright install. I've compiled it and it keeps asking me to run playwright install even though I have already done it 5+ times, even...
Turns out playwright saves browsers to `/root/.cache/ms-playwright/` Setting the following env var: PLAYWRIGHT_BROWSERS_PATH=/root/.cache/ms-playwright/ and running it as follows: `PLAYWRIGHT_BROWSERS_PATH=/root/.cache/ms-playwright/ /workspace/yt-dlp-fix-tiktok-user/dist/yt-dlp_linux https://www.tiktok.com/@dancetutorials.tv` Works. However, I still get another error, this time...
I found a script too as I mentioned in the discord https://github.com/huggingface/diffusers/blob/2c4ce96d12a65f08b176a6303a4f1dbb305f4ebd/scripts/convert_original_stable_diffusion_to_diffusers.py This version has an error but switching to the main branch works
This also works for the discord bot
Hello. May I ask how did you got it to run on windows? Were the OSS plugins required?
Can you run "nvidia-smi" and "nvcc --version" on your terminal and post the output? `Warning: caught exception 'Found no NVIDIA driver on your system. Please check that you have an...
Apparently `torchsde` isnt included on the requirements.txt Try running `pip install torchsde` on your system terminal If you get "pip not found" run `python3 -m pip instlal torchsde` instead Once...
Can you try running it with other cuda/torch versions
I got this problem too, just replace every instance of ``` Send, { } ``` for: `Send {Enter}` You can download Notepad++ for easy editing, plus, use CTRL+G to open...