Skip to content

Commit 6dcaa3a

Browse files
authored
Merge pull request #8 from devsapp/dev
2 parents 154b660 + e3b5ce5 commit 6dcaa3a

File tree

1,506 files changed

+374895
-254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,506 files changed

+374895
-254
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
node_modules
22
.s
3-
.DS_Store
3+
.DS_Store
4+
5+
nas

publish-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: fc-stable-diffusion-api
33
Provider:
44
- 阿里云
5-
Version: 1.0.6
5+
Version: 1.0.7
66
Description: 使用serverless devs将stable-diffusion-api部署到阿里云函数计算上
77
HomePage: https://github.com/OhYee/fc-stable-diffuson
88
Tags: #标签详情

publish-plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: fc-stable-diffusion-plus
33
Provider:
44
- 阿里云
5-
Version: 1.0.6
5+
Version: 1.0.7
66
Description: 使用serverless devs将stable-diffusion-plus部署到阿里云函数计算上
77
HomePage: https://github.com/OhYee/fc-stable-diffuson
88
Tags: #标签详情

publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: fc-stable-diffusion
33
Provider:
44
- 阿里云
5-
Version: 1.0.6
5+
Version: 1.0.7
66
Description: 使用serverless devs将stable-diffusion部署到阿里云函数计算上
77
HomePage: https://github.com/OhYee/fc-stable-diffuson
88
Tags: #标签详情

readme-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<codeUrl>
2626

27-
- [:smiley_cat: 代码](https://github.com/devsapp/fc-stable-diffusion-api)
27+
- [:smiley_cat: 代码](https://github.com/devsapp/fc-stable-diffuson)
2828

2929
</codeUrl>
3030
<preview>

readme-plus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<codeUrl>
2424

25-
- [:smiley_cat: 代码](https://github.com/devsapp/fc-stable-diffusion-plus)
25+
- [:smiley_cat: 代码](https://github.com/devsapp/fc-stable-diffuson)
2626

2727
</codeUrl>
2828
<preview>

src/Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ help: ## 帮助文件
1313

1414
NAMESPACE=aliyun-fc
1515
REPO=fc-stable-diffusion
16-
BASE_TAG=basev2
16+
BASE_TAG=basev3
1717

18-
SD15_VERSION=v2
19-
ANIME_VERSION=v2
20-
REALMAN_VERSION=v2
18+
SD15_VERSION=v3
19+
ANIME_VERSION=v3
20+
REALMAN_VERSION=v3
2121

2222

2323
push: push-beijing push-shanghai push-shenzhen push-hangzhou ## push 镜像到所有 registry
@@ -27,13 +27,13 @@ build-base: ## 构建基础镜像
2727
DOCKER_BUILDKIT=1 docker build -f code/images/base/Dockerfile -t registry.cn-hangzhou.aliyuncs.com/${NAMESPACE}/${REPO}:${BASE_TAG} code/images/base
2828

2929
build-sd1.5: ## 构建 sd 1.5
30-
docker build -f code/images/Dockerfile --target sd1.5 -t stable-diffusion:sd1.5-${SD15_VERSION} code/images/
30+
DOCKER_BUILDKIT=1 docker build -f code/images/Dockerfile --target sd1.5 -t stable-diffusion:sd1.5-${SD15_VERSION} code/images/
3131

3232
build-anime: ## 构建动漫风格
33-
docker build -f code/images/Dockerfile --target anime -t stable-diffusion:anime-${ANIME_VERSION} code/images/
33+
DOCKER_BUILDKIT=1 docker build -f code/images/Dockerfile --target anime -t stable-diffusion:anime-${ANIME_VERSION} code/images/
3434

3535
build-realman: ## 构建真人风格
36-
docker build -f code/images/Dockerfile --target realman -t stable-diffusion:realman-${REALMAN_VERSION} code/images/
36+
DOCKER_BUILDKIT=1 docker build -f code/images/Dockerfile --target realman -t stable-diffusion:realman-${REALMAN_VERSION} code/images/
3737

3838
build: build-sd1.5 build-anime build-realman # 构建全部镜像
3939

src/code/filemgr/105.async.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/code/filemgr/196.async.js

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/code/filemgr/202.async.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)