Skip to content

[Paddle 热身打卡」 Stable-Difusion 推理经历分享 #1134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jiangtao-zha opened this issue Mar 18, 2025 · 0 comments
Open

[Paddle 热身打卡」 Stable-Difusion 推理经历分享 #1134

jiangtao-zha opened this issue Mar 18, 2025 · 0 comments
Assignees

Comments

@jiangtao-zha
Copy link

jiangtao-zha commented Mar 18, 2025

环境:AI Studio V100 gpu-cuda11.8-cudnn8 CUDA12.0
在打卡任务中,配置环境遇到了非常多的问题,最终通过以下环境配置实现训练和推理,供大家参考:
1.安装miniconda 新建环境python3.10
2.安装Paddle3.0rc pip CUDA11.8
python -m pip install paddlepaddle-gpu==3.0.0rc1 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/
3.安装PaddleNLP
pip install --upgrade --pre paddlenlp
4.遇到cannot import name ‘cached_download‘ from ‘huggingface_hub‘ ,解决参考:
https://blog.csdn.net/weixin_41492426/article/details/143215577

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@JunnYu @jiangtao-zha and others