Skip to content

Commit

Permalink
Merge pull request AUTOMATIC1111#19 from hlky/repo-sync/stable-diffus…
Browse files Browse the repository at this point in the history
…ion-webui/default

🔄 Synced file(s) with hlky/stable-diffusion-webui
  • Loading branch information
hlky committed Aug 25, 2022
2 parents 918d54d + c3b0bbc commit cd5426d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions txt2img.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Example configuration file for CLI usage.

target: txt2img # img2img not implemented.
prompt: E=mc2
ddim_steps: 50
# Adding an int to toggles enables the corresponding feature.
# 0: prompt matrix
# 1: Normalize Prompt Weights
# 2: Save individual images
# 3: Save grid
# 4: Fix faces using GFPGAN
toggles: [1, 2, 3]
sampler_name: k_lms # Valid: DDIM, k_dpm_2_a, k_dpm_2, k_euler_a, k_euler, k_heun, k_lms
ddim_eta: 0.0
n_iter: 1
batch_size: 1
cfg_scale: 7.5
seed: 3172010360 # Leave blank for random seed.
height: 512
width: 512

0 comments on commit cd5426d

Please sign in to comment.