| # 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_to_network: true | |
| listen_port: 9000 | |
| 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: false | |
| 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/ | |
| use_v3_engine: true | |
| models_dir: /content/esay/models | |
| model: | |
| stable-diffusion: chilloutmix_NiPrunedFp32Fix-chonghui | |
| vae: vae-ft-mse-840000-ema-pruned | |
| vram_usage_level: balanced | |