@@ -23,7 +23,7 @@ <h1>Stable Diffusion Dream Server</h1>
2323 < div id ="search-box ">
2424 < textarea rows ="3 " id ="prompt " name ="prompt "> </ textarea >
2525 < input type ="submit " id ="submit " value ="Generate ">
26- </ div >
26+ </ div >
2727 </ fieldset >
2828 < fieldset id ="fieldset-config ">
2929 < label for ="iterations "> Images to generate:</ label >
@@ -40,7 +40,7 @@ <h1>Stable Diffusion Dream Server</h1>
4040 < option value ="k_dpm_2 "> KDPM_2</ option >
4141 < option value ="k_dpm_2_a "> KDPM_2A</ option >
4242 < option value ="k_euler "> KEULER</ option >
43- < option value ="k_euler_a "> KEULER_A</ option >
43+ < option value ="k_euler_a "> KEULER_A</ option >
4444 < option value ="k_heun "> KHEUN</ option >
4545 </ select >
4646 < input type ="checkbox " name ="seamless " id ="seamless ">
@@ -68,23 +68,28 @@ <h1>Stable Diffusion Dream Server</h1>
6868 < option value ="832 "> 832</ option > < option value ="896 "> 896</ option >
6969 < option value ="960 "> 960</ option > < option value ="1024 "> 1024</ option >
7070 </ select >
71-
7271 < label title ="Set to -1 for random seed " for ="seed "> Seed:</ label >
7372 < input value ="-1 " type ="number " id ="seed " name ="seed ">
7473 < button type ="button " id ="reset-seed "> ↺</ button >
7574 < input type ="checkbox " name ="progress_images " id ="progress_images ">
76- < label for ="progress_images "> Display in-progress images (slower):</ label >
77- < button type ="button " id ="reset-all "> Reset to Defaults</ button >
78- </ fieldset >
79- < fieldset id ="img2img ">
80- < label title ="Upload an image to use img2img " for ="initimg "> Initial image:</ label >
81- < input type ="file " id ="initimg " name ="initimg " accept =".jpg, .jpeg, .png ">
82- < button type ="button " id ="remove-image "> Remove Image</ button >
83- < br >
84- < label for ="strength "> Img2Img Strength:</ label >
85- < input value ="0.75 " type ="number " id ="strength " name ="strength " step ="0.01 " min ="0 " max ="1 ">
86- < input type ="checkbox " id ="fit " name ="fit " checked >
87- < label title ="Rescale image to fit within requested width and height " for ="fit "> Fit to width/height:</ label >
75+ < label for ="progress_images "> Display in-progress images (slower)</ label >
76+ < button type ="button " id ="reset-all "> Reset to Defaults</ button >
77+ < div id ="variations ">
78+ < label title ="If > 0, generates variations on the initial seed instead of random seeds per iteration. Must be between 0 and 1. Higher values will be more different. " for ="variation_amount "> Variation amount (0 to disable):</ label >
79+ < input value ="0 " type ="number " id ="variation_amount " name ="variation_amount " step ="0.01 " min ="0 " max ="1 ">
80+ < label title ="list of variations to apply, in the format `seed:weight,seed:weight,... " for ="with_variations "> With variations (seed:weight,seed:weight,...):</ label >
81+ < input value ="" type ="text " id ="with_variations " name ="with_variations ">
82+ </ div >
83+ < div id ="img2img ">
84+ < label title ="Upload an image to use img2img " for ="initimg "> Initial image:</ label >
85+ < input type ="file " id ="initimg " name ="initimg " accept =".jpg, .jpeg, .png ">
86+ < button type ="button " id ="remove-image "> Remove Image</ button >
87+ < br >
88+ < label for ="strength "> Img2Img Strength:</ label >
89+ < input value ="0.75 " type ="number " id ="strength " name ="strength " step ="0.01 " min ="0 " max ="1 ">
90+ < input type ="checkbox " id ="fit " name ="fit " checked >
91+ < label title ="Rescale image to fit within requested width and height " for ="fit "> Fit to width/height:</ label >
92+ </ div >
8893 </ fieldset >
8994 < fieldset id ="gfpgan ">
9095 < label title ="Strength of the gfpgan (face fixing) algorithm. " for ="gfpgan_strength "> GPFGAN Strength (0 to disable):</ label >
@@ -105,7 +110,7 @@ <h1>Stable Diffusion Dream Server</h1>
105110 < progress id ="progress-bar " value ="0 " max ="1 "> </ progress >
106111 < span id ="cancel-button " title ="Cancel "> ✖</ span >
107112 < br >
108- < img id ="progress-image " src ='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"/> '> </ img >
113+ < img id ="progress-image " src ='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"/> '>
109114 < div id ="scaling-inprocess-message ">
110115 < i > < span > Postprocessing...</ span > < span id ="processing_cnt "> 1/3</ span > </ i >
111116 </ div >
0 commit comments