lcolok

Results 25 comments of lcolok

@moimart Great job! How can I import the custom Memoji already made in Messages?

@moimart Thanks!

# Eng Ver. To ensure consistency and maintainability across various environments within the entire project, I have made the same changes to the `close.sh` script as were made to the...

By default, the model file model_large_caption.pth is saved in the following directory on Windows: C:\Users\your_username\.cache\torch\hub\checkpoints\ If you have previously downloaded the model file from Stable Diffusion and found it in...

> I want to move the cache folder altogether from c drive to another location ..how do I do that?? this is sloppy programming afaik as it takes important c...

First, let me provide the solution: Add the TORCH_CUDA_ARCH_LIST environmental variable declaration in the Dockerfile, like this: ```bash RUN git clone --depth=1 https://github.com/IDEA-Research/GroundingDINO.git ENV TORCH_CUDA_ARCH_LIST="6.0;6.1;7.0;7.5;8.0;8.6+PTX;8.9;9.0" RUN cd GroundingDINO/ && python...

> > To be clear the WebUI is still running I can load SD models and everything else seems to work just fine, interacting with the extension does not yield...

Thank you so much for AppleScript support. I can finally set global shortcuts to play and pause IINA, which is great for me as I learn to use Blender while...

@gurtyo 试试写成pip3 install mpg123?

@gurtyo 亲测mac里控制台写 sudo pip3 install mpg123 能成功安装。