Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
stable-diffusion_pytorch
Commits
d7333246
Commit
d7333246
authored
Oct 18, 2023
by
lijian6
Browse files
Update README.md
Signed-off-by:
lijian
<
lijian6@sugon.com
>
parent
df7a7242
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
README.md
README.md
+7
-4
model.properties
model.properties
+1
-1
No files found.
README.md
View file @
d7333246
...
...
@@ -30,7 +30,7 @@ cd stablediffussion/docker
docker build --no-cache -t stablediffussion:test .
docker run --rm --shm-size 10g --network=host --name=stablediffussion --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v path_to_stablediffussion:/home/sd -it stablediffussion:test bash
```
## 下载Stable Diffusion模型
##
#
下载Stable Diffusion模型
```
cd stablediffussion
## 下载checkpoint model
...
...
@@ -52,7 +52,10 @@ git clone https://huggingface.co/runwayml/stable-diffusion-v1-5
git clone https://huggingface.co/CompVis/stable-diffusion-safety-checker
```
## 推理:
## 数据集
无
## 推理
### 1、运行checkpoint version示例:
...
...
@@ -129,10 +132,10 @@ image.save("astronaut_rides_horse.png")
## 应用场景
### 算法类别
`
文图生成
`
`
以文生图
`
### 热点应用行业
`绘画,动漫
,3D人物模型
`
`绘画,动漫`
## 源码仓库及问题反馈
http://developer.hpccube.com/codes/modelzoo/stablediffussion.git
...
...
model.properties
View file @
d7333246
...
...
@@ -5,6 +5,6 @@ modelName=stablediffusion_pytorch
# 模型描述
modelDescription
=
基于pytorch框架的stablediffusion文图生成推理示例
# 应用场景(多个标签以英文逗号分割)
appScenario
=
推理,
文图生成
,绘画,动漫
,3D人物模型
appScenario
=
推理,
以文生图
,绘画,动漫
# 框架类型(多个标签以英文逗号分割)
frameType
=
pytorch
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment