图片生成模型微调报错 #588
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#588
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
运行 jupyter notebook --ip=127.0.0.1 --port=6006 --allow-root命令后,出现图1的错,运行命令
pip install numpy==1.24.4后,报错如图2, 虽然报错了,冲突了,numpy 1.24.4安装成功了,后边在jupyter里还是报图1 的错,按网上搜到的,还是没解决,麻烦老师帮忙看看
我也报这个错。
等老师有空了看看,我搞了半天,也没解决
图一:尝试再降低一下numpy版本 pip install numpy==1.23
图二:重新安装一下pytorch,
pip install torch==2.1.0
torchvision==0.16.0
torchaudio==2.1.0
同学你可以跑起来了么,我按老师说的,
pip install torch==2.1.0
torchvision==0.16.0
torchaudio==2.1.0
这三个都降到了这个指定的版本,还是不行,报同样的错,numpy无论是1.23还是 1.24.4,都不行。
stable diffusion微调的环境问题,因为jupyter下载依赖默认下载每个依赖的最新版本,不会考虑依赖包之间的兼容,因此需要改成基于pip install -r requirements.txt下载,请大家去百度网盘重新下载FinetuningStableDiffusion.ipynb和requirements.txt,然后再尝试一下
好的,我试试
老师能看下编号#659的工单吗