Upload config.yaml
Browse files- easydiffusion/config.yaml +25 -0
easydiffusion/config.yaml
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Change listen_port if port 9000 is already in use on your system
|
| 2 |
+
# Set listen_to_network to true to make Easy Diffusion accessibble on your local network
|
| 3 |
+
net:
|
| 4 |
+
listen_to_network: true
|
| 5 |
+
listen_port: 9000
|
| 6 |
+
render_devices: auto
|
| 7 |
+
|
| 8 |
+
# Set open_browser_on_start to false to disable opening a new browser tab on each restart
|
| 9 |
+
ui:
|
| 10 |
+
open_browser_on_start: false
|
| 11 |
+
update_branch: main
|
| 12 |
+
|
| 13 |
+
# Set force_save_path to enforce an auto save path. Clients will not be able to change or
|
| 14 |
+
# disable auto save when this option is set. Please adapt the path in the examples to your
|
| 15 |
+
# needs.
|
| 16 |
+
# Windows:
|
| 17 |
+
# force_save_path: C:\\Easy Diffusion Images\\
|
| 18 |
+
# Linux:
|
| 19 |
+
# force_save_path: /data/easy-diffusion-images/
|
| 20 |
+
use_v3_engine: true
|
| 21 |
+
models_dir: /content/esay/models
|
| 22 |
+
model:
|
| 23 |
+
stable-diffusion: chilloutmix_NiPrunedFp32Fix-chonghui
|
| 24 |
+
vae: vae-ft-mse-840000-ema-pruned
|
| 25 |
+
vram_usage_level: balanced
|