Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
Stable Diffusion Webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
novelai-storage
Stable Diffusion Webui
Commits
1c238d4a
Commit
1c238d4a
authored
Nov 04, 2022
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git.mycard.moe:novelai-storage/stable-diffusion-webui
parents
c005b57a
a2ac911c
Pipeline
#17730
failed with stages
in 15 minutes and 40 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
.gitlab-ci.yml
View file @
1c238d4a
...
...
@@ -27,7 +27,7 @@ build-x86:
script
:
-
docker pull $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
-
docker tag $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG $TARGET_IMAGE
-
docker
manifest
push $TARGET_IMAGE
-
docker push $TARGET_IMAGE
deploy_latest
:
extends
:
.deploy
...
...
Dockerfile
View file @
1c238d4a
...
...
@@ -44,7 +44,7 @@ RUN mkdir repositories && \
pip install \
# install requirements of Stable Diffusion
transformers==4.19.2 diffusers invisible-watermark \
transformers==4.19.2 diffusers invisible-watermark
triton
\
# install k-diffusion
git+https://github.com/crowsonkb/k-diffusion.git \
...
...
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