Commit 043528fb authored by chenzk's avatar chenzk
Browse files

Update sf.md

parent a5dcf9ee
...@@ -37,7 +37,7 @@ FLUX.1 以序列 Embedding 的形式处理文本输入和视觉隐空间特征 ...@@ -37,7 +37,7 @@ FLUX.1 以序列 Embedding 的形式处理文本输入和视觉隐空间特征
docker run --shm-size 10g --network=host --name=flux --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v 项目地址(绝对路径):/home/ -v /opt/hyhal:/opt/hyhal:ro -it <your IMAGE ID> bash docker run --shm-size 10g --network=host --name=flux --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v 项目地址(绝对路径):/home/ -v /opt/hyhal:/opt/hyhal:ro -it <your IMAGE ID> bash
### Anaconda(方法三) ### Anaconda(方法三)
关于本项目DCU显卡所需的特殊深度学习库可从[光合](https://developer.hpccube.com/tool/)开发者社区下载安装。 关于本项目DCU显卡所需的特殊深度学习库可从[光合](https://developer.sourcefind.cn/tool/)开发者社区下载安装。
``` ```
DTK驱动:dtk24.04 DTK驱动:dtk24.04
python:python3.10 python:python3.10
...@@ -47,7 +47,7 @@ deepspped: 0.12.3 ...@@ -47,7 +47,7 @@ deepspped: 0.12.3
``` ```
`Tips:以上dtk驱动、python、paddle等DCU相关工具版本需要严格一一对应` `Tips:以上dtk驱动、python、paddle等DCU相关工具版本需要严格一一对应`
关于本项目DCU显卡所需的特殊深度学习库可从[光合](https://developer.hpccube.com/tool/)开发者社区下载安装。 关于本项目DCU显卡所需的特殊深度学习库可从[光合](https://developer.sourcefind.cn/tool/)开发者社区下载安装。
``` ```
conda create -n flux python=3.10 conda create -n flux python=3.10
...@@ -70,7 +70,7 @@ pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple ...@@ -70,7 +70,7 @@ pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple
### 安装diffuser和依赖 ### 安装diffuser和依赖
``` ```
git clone http://developer.hpccube.com/codes/modelzoo/flux.1_diffusers.git git clone http://developer.sourcefind.cn/codes/modelzoo/flux.1_diffusers.git
cd flux.1_diffusers cd flux.1_diffusers
git submodule init && git submodule update git submodule init && git submodule update
...@@ -107,7 +107,7 @@ python Flux_test.py ...@@ -107,7 +107,7 @@ python Flux_test.py
`绘画,动漫,媒体` `绘画,动漫,媒体`
## 源码仓库及问题反馈 ## 源码仓库及问题反馈
http://developer.hpccube.com/codes/modelzoo/flux.1_diffusers.git http://developer.sourcefind.cn/codes/modelzoo/flux.1_diffusers.git
## 参考资料 ## 参考资料
https://hf-mirror.com/black-forest-labs/FLUX.1-dev https://hf-mirror.com/black-forest-labs/FLUX.1-dev
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment