move requests to comfy into ST server

This commit is contained in:
LenAnderson
2023-11-19 18:29:41 +00:00
parent fdccab3069
commit 9dd1e59421
3 changed files with 159 additions and 57 deletions

View File

@ -128,7 +128,7 @@
<i class="fa-solid fa-pen-to-square"></i>
<span>Open Workflow Editor</span>
</div>
<p><i><b>Important:</b> run ComfyUI with the <code>--enable-cors-header http://127.0.0.1:8000</code> argument (adjust URL according to your SillyTavern setup)! The server must be accessible from the SillyTavern host machine.</i></p>
<p><i><b>Important:</b> The server must be accessible from the SillyTavern host machine.</i></p>
</div>
<label for="sd_scale">CFG Scale (<span id="sd_scale_value"></span>)</label>
<input id="sd_scale" type="range" min="{{scale_min}}" max="{{scale_max}}" step="{{scale_step}}" value="{{scale}}" />