- 博客(14)
- 收藏
- 关注
原创 一个安装pytorch3d绝对不会出错的方法|超简单!!
比如我的环境是linux,python版本3.8,pytorch版本2.0.0,cuda版本11.8,那么对应的文件是linux-64/pytorch3d-0.7.5-py38_cu118_pyt200.tar.bz2。使用conda进行pytorch3d的本地安装,可以任意选择需要的版本。
2024-12-02 22:06:40
272
原创 Python 3.6下pip安装opencv-python不成功/卡住的解决办法
【代码】Python 3.6下pip安装opencv-python不成功/卡住的解决办法。
2024-10-30 10:44:02
302
1
原创 常规的VSCode免密方法不起作用?来试试这个方法吧!
如果有多个用户可能会提示你选择用户,选择之前放置authorized_keys的用户。
2024-04-19 14:17:16
220
1
原创 Load LoRA XXX.safetensors to diffusers (StableDiffusionPipeline/StableDiffusionControlNetPipeline)
【代码】Load LoRA XXX.safetensors to diffusers (StableDiffusionPipeline/StableDiffusionControlNetPipeline)
2023-07-06 11:44:48
1162
2
原创 Stable Diffusion Base Model from safetensors transfer to diffusers
【代码】Stable Diffusion Base Model from safetensors transfer to diffusers。
2023-07-05 17:00:34
913
原创 ImportError: cannot import name ‘FLAX_WEIGHTS_NAME‘ from ‘transformers.utils‘ (/root/miniconda3/envs
pip install transformers==4.28.1
2023-04-26 21:58:21
1134
1
原创 【报错解决】ModuleNotFoundError: No module named ‘kornia‘
pip install kornia==0.6.0
2023-04-18 17:28:01
3197
原创 ModuleNotFoundError: No module named ‘taming‘
To solve this problem. Please refer to the link down below:ModuleNotFoundError: No module named 'taming' · Issue #90 · XavierXiao/Dreambooth-Stable-Diffusion · GitHub
2023-04-18 16:02:26
1568
原创 ImportError: cannot import name ‘OrderedDict‘ from ‘typing‘ (/root/miniconda3/envs/clip/lib/...)
出现这个错误的原因是因为python和pytorch的版本不一致,pytorch里的torchvision模块需要从typing中导入OrderedDict,但是python 3.7对应的typing包里没有OrderedDict,所以无法导入导致报错。然后修改报错位置的maxvit.py文件,在我这里也就是“/root/miniconda3/envs/clip/lib/python3.7/site-packages/torchvision/models/maxvit.py”,不从typing中导入。
2023-04-07 14:56:59
7874
5
原创 urllib.error.URLError: <urlopen error EOF occurred in violation of protocol (_ssl.c:1045)>
再次直接python脚本的时候,网络下载速度正常了,问题解决~模型下载不下来,下载速度很慢,并且会报题目的错误。
2023-04-07 14:48:16
810
1
原创 Acquiring lock on /XXX/XXXXX/, If you continue to see this message, you can try toggling the remote.
vscode ssh连接失败
2022-10-19 20:45:06
412
2
原创 cv2.error: OpenCV(4.6.0) /io/opencv/modules/imgcodecs/src/grfmt_exr.cpp:103: error
使用opencv过程中遇到的问题
2022-10-18 21:54:41
7656
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人