Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
S
stable-diffusion-webui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
stable-diffusion-webui
Commits
203c8a3b
Commit
203c8a3b
authored
Sep 09, 2022
by
Bernard Maltais
Committed by
AUTOMATIC1111
Sep 09, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Automate GFPGAN download
parent
924aa65e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
README.md
README.md
+3
-4
No files found.
README.md
View file @
203c8a3b
...
@@ -210,13 +210,12 @@ pip install -r ./requirements.txt --prefer-binary
...
@@ -210,13 +210,12 @@ pip install -r ./requirements.txt --prefer-binary
# update numpy to latest version
# update numpy to latest version
pip
install
-U
numpy
--prefer-binary
pip
install
-U
numpy
--prefer-binary
# (optional) install requirements for GFPGAN (upscaling)
wget https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.3.pth
# (outside of command line) put stable diffusion model into web ui directory
# (outside of command line) put stable diffusion model into web ui directory
# the command below must output something like: 1 File(s) 4,265,380,512 bytes
# the command below must output something like: 1 File(s) 4,265,380,512 bytes
ls
model.ckpt
ls
model.ckpt
# (outside of command line) put the GFPGAN model into web ui directory
# the command below must output something like: 1 File(s) 348,632,874 bytes
ls
GFPGANv1.3.pth
```
```
> Note: the directory structure for manual instruction has been changed on 2022-09-09 to match automatic installation: previosuly
> Note: the directory structure for manual instruction has been changed on 2022-09-09 to match automatic installation: previosuly
...
...
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