MCPcopy Index your code
hub / github.com/pythongosssss/ComfyUI-Custom-Scripts / toggleLoras

Function toggleLoras

web/js/autocompleter.js:145–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143}
144
145function toggleLoras() {
146 [TextAreaAutoComplete.globalWords, TextAreaAutoComplete.globalWordsExclLoras] = [
147 TextAreaAutoComplete.globalWordsExclLoras,
148 TextAreaAutoComplete.globalWords,
149 ];
150}
151
152class EmbeddingInfoDialog extends ModelInfoDialog {
153 async addInfo() {

Callers 2

initFunction · 0.85
setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected