fix inconsistency in readme (thx #153)
This commit is contained in:
parent
fe4e3c2673
commit
ec33d6e842
14
README.md
14
README.md
|
@ -64,18 +64,12 @@ as model if it has .pth extension. Grab models from the [Model Database](https:/
|
||||||
#### Troublehooting:
|
#### Troublehooting:
|
||||||
|
|
||||||
- if your version of Python is not in PATH (or if another version is), create or modify `webui.settings.bat` in the root folder (same place as webui.bat), add the line `set PYTHON=python` to say the full path to your python executable: `set PYTHON=B:\soft\Python310\python.exe`. You can do this for python, but not for git.
|
- if your version of Python is not in PATH (or if another version is), create or modify `webui.settings.bat` in the root folder (same place as webui.bat), add the line `set PYTHON=python` to say the full path to your python executable: `set PYTHON=B:\soft\Python310\python.exe`. You can do this for python, but not for git.
|
||||||
- if you get out of memory errors and your videocard has low amount of VRAM (4GB), edit `webui.bat`, change line 5 to from `set COMMANDLINE_ARGS=` to `set COMMANDLINE_ARGS=--medvram` (see below for other possible options)
|
- if you get an out of memory error, refer to the section below.
|
||||||
- installer creates python virtual environment, so none of installed modules will affect your system installation of python if you had one prior to installing this.
|
- installer creates python virtual environment, so none of installed modules will affect your system installation of python if you had one prior to installing this.
|
||||||
- to prevent the creation of virtual environment and use your system python, edit `webui.bat` replacing `set VENV_DIR=venv` with `set VENV_DIR=`.
|
- to prevent the creation of virtual environment and use your system python, edit `webui.bat` replacing `set VENV_DIR=venv` with `set VENV_DIR=`.
|
||||||
- webui.bat installs requirements from files `requirements_versions.txt`, which lists versions for modules specifically compatible with Python 3.10.6. If you choose to install for a different version of python, editing `webui.bat` to have `set REQS_FILE=requirements.txt` instead of `set REQS_FILE=requirements_versions.txt` may help (but I still reccomend you to just use the recommended version of python).
|
- webui.bat installs requirements from files `requirements_versions.txt`, which lists versions for modules specifically compatible with Python 3.10.6. If you choose to install for a different version of python, editing `webui.bat` to have `set REQS_FILE=requirements.txt` instead of `set REQS_FILE=requirements_versions.txt` may help (but I still reccomend you to just use the recommended version of python).
|
||||||
- if you feel you broke something and want to reinstall from scratch, delete directories: `venv`, `repositories`.
|
- if you feel you broke something and want to reinstall from scratch, delete directories: `venv`, `repositories`.
|
||||||
|
|
||||||
### Google collab
|
|
||||||
|
|
||||||
If you don't want or can't run locally, here is google collab that allows you to run the webui:
|
|
||||||
|
|
||||||
https://colab.research.google.com/drive/1Iy-xW9t1-OQWhb0hNxueGij8phCyluOh
|
|
||||||
|
|
||||||
### What options to use for low VRAM videocards?
|
### What options to use for low VRAM videocards?
|
||||||
Use command line options by creating or modifying `webui.settings.bat` in the root folder (same place as webui.bat), adding a line with `set COMMANDLINE_ARGS=`, and adding the settings at the end of that line.
|
Use command line options by creating or modifying `webui.settings.bat` in the root folder (same place as webui.bat), adding a line with `set COMMANDLINE_ARGS=`, and adding the settings at the end of that line.
|
||||||
For example, `set COMMANDLINE_ARGS=--medvram --opt-split-attention`.
|
For example, `set COMMANDLINE_ARGS=--medvram --opt-split-attention`.
|
||||||
|
@ -92,6 +86,12 @@ Extra: if you get a green screen instead of generated pictures, you have a card
|
||||||
precision floating point numbers. You must use `--precision full --no-half` in addition to other flags,
|
precision floating point numbers. You must use `--precision full --no-half` in addition to other flags,
|
||||||
and the model will take much more space in VRAM.
|
and the model will take much more space in VRAM.
|
||||||
|
|
||||||
|
### Google collab
|
||||||
|
|
||||||
|
If you don't want or can't run locally, here is google collab that allows you to run the webui:
|
||||||
|
|
||||||
|
https://colab.research.google.com/drive/1Iy-xW9t1-OQWhb0hNxueGij8phCyluOh
|
||||||
|
|
||||||
### Running online
|
### Running online
|
||||||
|
|
||||||
Use `--share` option to run online. You will get a xxx.app.gradio link. This is the intended way to use the
|
Use `--share` option to run online. You will get a xxx.app.gradio link. This is the intended way to use the
|
||||||
|
|
Loading…
Reference in New Issue
Block a user