mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 08:13:22 +01:00
25 lines
806 B
Plaintext
25 lines
806 B
Plaintext
# Change listen_port if port 9000 is already in use on your system
|
|
# Set listen_to_network to true to make Easy Diffusion accessibble on your local network
|
|
net:
|
|
listen_port: 9000
|
|
listen_to_network: false
|
|
|
|
# Multi GPU setup
|
|
render_devices: auto
|
|
|
|
# Set open_browser_on_start to false to disable opening a new browser tab on each restart
|
|
ui:
|
|
open_browser_on_start: true
|
|
|
|
# set update_branch to main to use the stable version, or to beta to use the experimental
|
|
# beta version.
|
|
update_branch: main
|
|
|
|
# Set force_save_path to enforce an auto save path. Clients will not be able to change or
|
|
# disable auto save when this option is set. Please adapt the path in the examples to your
|
|
# needs.
|
|
# Windows:
|
|
# force_save_path: C:\\Easy Diffusion Images\\
|
|
# Linux:
|
|
# force_save_path: /data/easy-diffusion-images/
|