Skip to content

Commit

Permalink
Merge to main. Update version number and README.md. Closes #56.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezs00 committed Jul 30, 2023
1 parent b952032 commit 63cc70b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ Settings related to image providers.
* `use_keychain`: A boolean flag that instructs pycasso whether to use keychain to manage keys. When set to false will just look for .creds file with credentials in it. This may or may not work depending on your board. See [grpcio issues](https://github.com/jezs00/pycasso/issues/1) for more information. `(Boolean)`
* `credential_path`: A file path relative to the pycasso working directory to find API credentials. `(String)`
* `test_enabled`: A boolean flag that instructs pycasso to run a test mode when all other providers are set to 0. `(Boolean)`
* `stable_host`: A string that provides the API location to send the request to for Stable Diffusion online. `(String)`
* `automatic_host`: If using `automatic` mode, this is the IP address or host of the Automatic1111 WebUI API. `(String)`
* `automatic_port`: If using `automatic` mode, this is the port to use for the Automatic1111 WebUI API. `(Integer)`
* `provider_fallback`: A boolean flag that instructs pycasso to fall back to another random non-zero provider if originally chosen provider fails. `(Boolean)`
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = piblo
version = 1.2.6
version = 1.2.7
author = Jess Farber
author_email = [email protected]
description = A system to send AI generated art to an E-Paper display through a Raspberry PI unit
Expand Down

0 comments on commit 63cc70b

Please sign in to comment.