cheadrian
cheadrian
Did you skip setting up ssh? I'll investigate further.
Can you provide more details? On what device you are running the proot? Try to alternate the _[--no-sysvipc](https://github.com/cheadrian/termux-chroot-proot-wine-box86_64/blob/5ef4f614330ca4584cb33eb00fc7d55cb004bba3/Scripts/Stage_1_Install_Proot_VirGL_Box86_Wine.sh#L132C20-L132C20)_ inside _LaunchXFCE_proot_.
`*** *** WARNING: nvcc not in path. *** *** May need to set CUDA_INC_DIR for installation to succeed.` Installing [Cuda Toolkit V11.8](https://developer.nvidia.com/cuda-11-8-0-download-archive?target_os=Windows&target_arch=x86_64&target_version=11&target_type=exe_local) fixed this issue. Also, I have Visual C++...
> > So, let's try the A1111 method, change this line > > https://github.com/comfyanonymous/ComfyUI/blob/d9d8702d8dd2337c64610633f5df2dcd402379a8/comfy/utils.py#L13 > > > > to this > > ```python > > sd = safetensors.torch.load(open(ckpt, 'rb').read()) >...