Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
🔄 Synced local 'configs/webui/webui.yaml' with remote 'webui.yaml'
Browse files Browse the repository at this point in the history
  • Loading branch information
hlky authored and hlky committed Aug 31, 2022
1 parent cb10a2f commit fa977b3
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions configs/webui/webui.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# UI defaults configuration file. Is read automatically if located at configs/webui/webui.yaml, or specify path via --defaults.

txt2img:
prompt:
prompt:
ddim_steps: 50
# Adding an int to toggles enables the corresponding feature.
# 0: Create prompt matrix (separate multiple prompts using |, and get all combinations of them)
Expand All @@ -10,16 +10,17 @@ txt2img:
# 3: Save grid
# 4: Sort samples by prompt
# 5: Write sample info files
# 6: Fix faces using GFPGAN
# 7: Upscale images using Real-ESRGAN
# 6: jpg samples
# 7: Fix faces using GFPGAN
# 8: Upscale images using Real-ESRGAN
toggles: [1, 2, 3, 4, 5]
sampler_name: k_lms
ddim_eta: 0.0 # legacy name, applies to all algorithms.
n_iter: 1
batch_size: 1
cfg_scale: 7.5
# Leave blank for random seed:
seed:
seed:
height: 512
width: 512
# Textual inversion embeddings file path:
Expand All @@ -37,8 +38,9 @@ img2img:
# 5: Save grid
# 6: Sort samples by prompt
# 7: Write sample info files
# 8: Fix faces using GFPGAN
# 9: Upscale images using Real-ESRGAN
# 8: jpg samples
# 9: Fix faces using GFPGAN
# 10: Upscale images using Real-ESRGAN
toggles: [1, 4, 5, 6, 7]
sampler_name: k_lms
ddim_eta: 0.0
Expand Down

0 comments on commit fa977b3

Please sign in to comment.