Commit Graph

12 Commits

Author SHA1 Message Date
Travis Fletcher
dff2d6e60f
Amd gpu docker (#1366)
# Description
AMD support can be built by prefixing your compose commands with 
`docker compose -f docker-compose.yml -f docker-compose.amd.yml ...`

or, by setting 
```
export COMPOSE_FILE=docker-compose.yml:docker-compose.amd.yml
```
in your `.profile` or through a tool like `direnv`


Closes: Discord #installation-packing:AMD, at least for Linux hosts

# Checklist:

- [x] I have changed the base branch to `dev`
- [x] I have performed a self-review of my own code
- [x] I have commented my code in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
2022-10-01 01:42:35 +03:00
Thomas Mello
3dd798dc1a
chore: update docs (#1351)
* added front matter
* fixed links
* logo is removed until further consideration
2022-09-28 14:18:56 +03:00
Joshua Kimsey
0cc41b903b
Initial overhaul of documentation (#1262)
Added documents for Streamlit and Gradio.
Added new screenshots for each respective version of the UI. Changed
`upscalers` to `image enhancers`.

Documents currently finished:
- linux-installation.md
- image-enhancers.md
- ReadMe

Documents currently still WIP:
- streamlit-interface.md
- gradio-interface.md

Documents still awaiting changes:
- windows-installation.md (I'll need help for this one)
- custom-models.md
- cli.md

Feedback is welcomed and needed on any changes that should happen for
the documents already finished.

(Also fixed small bug with the `webui_streamlit.yaml` file)

# Checklist:

- [x] I have changed the base branch to `dev`
- [x] I have performed a self-review of my own code
- [x] I have commented my code in hard-to-understand areas
- [x] I have made corresponding changes to the documentation

Co-authored-by: ZeroCool <ZeroCool940711@users.noreply.github.com>
Co-authored-by: Thomas Mello <work.mello@gmail.com>
2022-09-28 13:13:51 +03:00
hlky
4a15702fe9
License header 2022-09-26 14:02:48 +01:00
Thomas Mello
ed3d9176e7 remove old doc files
move docker guide inside docs/
2022-09-23 00:35:35 +03:00
hlky
4b5d48b499
Merge branch 'master' into dev 2022-09-22 22:01:40 +01:00
Joshua Kimsey
1a5c8d91f2
Improved Linux Docs (#1269) 2022-09-22 21:41:32 +01:00
Joshua Kimsey
49ed891c6e Updated documentation for Linux installation
Changed: Linux instructions for the new versions of the `webui.sh` file that handles both Streamlit and Gradio
Changed: Naming of files to shows Windows installation first, then Linux.
2022-09-21 22:04:38 -04:00
hlky
17748cbc9c
Merge pull request #1216 from codedealer/docs
chore: move documentation back to the repo
2022-09-19 17:00:29 +01:00
Thomas Mello
490437d9e5 add new --help output 2022-09-19 01:05:46 +03:00
Thomas Mello
85290c229e update major links 2022-09-19 01:05:46 +03:00
Thomas Mello
f4693ef9f4 move docs from wiki to repo 2022-09-19 01:05:46 +03:00