InvokeAI/docs
Lincoln Stein 1fe41146f0 add support for an initialization file, invokeai.init
- Place preferred startup command switches in a file named
  "invokeai.init". The file can consist of a single line of switches
  such as "--web --steps=28", a series of switches on each
  line, or any combination of the two.

 Example:
 ```
   --web
   --host=0.0.0.0
   --steps=28
   --grid
   -f 0.6 -C 11.0 -A k_euler_a
```

- The following options, which were previously only available within
  the CLI, are now available on the command line as well:

  --steps
  --strength
  --cfg_scale
  --width
  --height
  --fit
2022-11-06 22:02:45 -05:00
..
assets remove preflight checks from assets 2022-11-06 09:27:59 -08:00
features add support for an initialization file, invokeai.init 2022-11-06 22:02:45 -05:00
help update TROUBLESHOOT.md 2022-11-06 09:27:59 -08:00
installation update INSTALLING_MODELS.md 2022-11-06 09:27:59 -08:00
other remove :from headlines in CONTRIBUTORS.md 2022-11-06 09:27:59 -08:00
swagger-ui React web UI with flask-socketio API (#429) 2022-09-16 13:18:15 -04:00
CHANGELOG.md update changelog 2022-11-06 09:27:59 -08:00
index.html React web UI with flask-socketio API (#429) 2022-09-16 13:18:15 -04:00
index.md update discord link 2022-11-06 18:08:36 +00:00
openapi3_0.yaml React web UI with flask-socketio API (#429) 2022-09-16 13:18:15 -04:00