Commit ·
ef86627
1
Parent(s): d3de366
Upload config.yaml
Browse filespreset config.yaml for Colab use
- config.yaml +86 -0
config.yaml
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# This file is part of sygil-webui (https://github.com/Sygil-Dev/sygil-webui/).
|
| 2 |
+
|
| 3 |
+
# Copyright 2022 Sygil-Dev team.
|
| 4 |
+
# This program is free software: you can redistribute it and/or modify
|
| 5 |
+
# it under the terms of the GNU Affero General Public License as published by
|
| 6 |
+
# the Free Software Foundation, either version 3 of the License, or
|
| 7 |
+
# (at your option) any later version.
|
| 8 |
+
|
| 9 |
+
# This program is distributed in the hope that it will be useful,
|
| 10 |
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 11 |
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 12 |
+
# GNU Affero General Public License for more details.
|
| 13 |
+
|
| 14 |
+
# You should have received a copy of the GNU Affero General Public License
|
| 15 |
+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
| 16 |
+
|
| 17 |
+
# UI defaults configuration file. Is read automatically if located at configs/webui/webui.yaml, or specify path via --defaults.
|
| 18 |
+
|
| 19 |
+
txt2img:
|
| 20 |
+
prompt: fantasy detailed Portrait painting of lilianavess, dynamic posing, cute nose, bright expressive eyes, detailed pupils, perfect face, 5-digit perfect hands, thin waist, in the style of Konstantin Razumov, Franz Xavier Winterhalter, Alphonse Mucha, Luis Royo, Norman Rockwell
|
| 21 |
+
ddim_steps: 60
|
| 22 |
+
# Adding an int to toggles enables the corresponding feature.
|
| 23 |
+
# 0: Create prompt matrix (separate multiple prompts using |, and get all combinations of them)
|
| 24 |
+
# 1: Normalize Prompt Weights (ensure sum of weights add up to 1.0)
|
| 25 |
+
# 2: Save individual images
|
| 26 |
+
# 3: Save grid
|
| 27 |
+
# 4: Sort samples by prompt
|
| 28 |
+
# 5: Write sample info files
|
| 29 |
+
# 6: write sample info to log file
|
| 30 |
+
# 7: jpg samples
|
| 31 |
+
# 8: Filter NSFW content
|
| 32 |
+
# 9: Fix faces using GFPGAN
|
| 33 |
+
# 10: Upscale images using RealESRGAN
|
| 34 |
+
toggles: [1, 2, 3, 4, 5]
|
| 35 |
+
sampler_name: k_euler_a
|
| 36 |
+
ddim_eta: 0.0 # legacy name, applies to all algorithms.
|
| 37 |
+
n_iter: 1
|
| 38 |
+
batch_size: 1
|
| 39 |
+
cfg_scale: 8.5
|
| 40 |
+
# Leave blank for random seed:
|
| 41 |
+
seed:
|
| 42 |
+
height: 704
|
| 43 |
+
width: 512
|
| 44 |
+
# Textual inversion embeddings file path:
|
| 45 |
+
fp:
|
| 46 |
+
|
| 47 |
+
img2img:
|
| 48 |
+
prompt:
|
| 49 |
+
ddim_steps: 50
|
| 50 |
+
# Adding an int to toggles enables the corresponding feature.
|
| 51 |
+
# 0: Create prompt matrix (separate multiple prompts using |, and get all combinations of them)
|
| 52 |
+
# 1: Normalize Prompt Weights (ensure sum of weights add up to 1.0)
|
| 53 |
+
# 2: Loopback (use images from previous batch when creating next batch)
|
| 54 |
+
# 3: Random loopback seed
|
| 55 |
+
# 4: Save individual images
|
| 56 |
+
# 5: Save grid
|
| 57 |
+
# 6: Sort samples by prompt
|
| 58 |
+
# 7: Write sample info files
|
| 59 |
+
# 8: jpg samples
|
| 60 |
+
# 9: Color correction
|
| 61 |
+
# 10: Filter NSFW content
|
| 62 |
+
# 11: Fix faces using GFPGAN
|
| 63 |
+
# 12: Upscale images using Real-ESRGAN
|
| 64 |
+
toggles: [1, 4, 5, 6, 7]
|
| 65 |
+
sampler_name: k_euler_a
|
| 66 |
+
ddim_eta: 0.0
|
| 67 |
+
n_iter: 1
|
| 68 |
+
batch_size: 1
|
| 69 |
+
cfg_scale: 5.0
|
| 70 |
+
denoising_strength: 0.75
|
| 71 |
+
# 0: Keep masked area
|
| 72 |
+
# 1: Regenerate only masked area
|
| 73 |
+
mask_mode: 0
|
| 74 |
+
# 0: Just resize
|
| 75 |
+
# 1: Crop and resize
|
| 76 |
+
# 2: Resize and fill
|
| 77 |
+
resize_mode: 0
|
| 78 |
+
# Leave blank for random seed:
|
| 79 |
+
seed:
|
| 80 |
+
height: 512
|
| 81 |
+
width: 512
|
| 82 |
+
# Textual inversion embeddings file path:
|
| 83 |
+
fp:
|
| 84 |
+
|
| 85 |
+
gfpgan:
|
| 86 |
+
strength: 100
|