MCPcopy Create free account

hub / github.com/btitkin/promptbuilder / functions

Functions182 in github.com/btitkin/promptbuilder

MethodINPUT_TYPES
(cls)
promptbuilder_node.py:1720
MethodINPUT_TYPES
(cls)
promptbuilder_node.py:1755
MethodINPUT_TYPES
(cls)
promptbuilder_node.py:1871
FunctionImageGenerator
({ isOpen, onToggle, prompt, onPromptChange, onGenerate, imageUrl, isLoading,
components/ImageGenerator.tsx:20
FunctionImageIcon
()
components/icons.tsx:73
FunctionInfoIcon
()
components/icons.tsx:43
FunctionInfoTooltip
({ text })
components/InfoTooltip.tsx:10
FunctionInstructions
({ isOpen, onToggle })
components/Instructions.tsx:10
FunctionKeyIcon
()
components/icons.tsx:55
FunctionLoadingSpinnerIcon
()
components/icons.tsx:5
FunctionLocationPresets
({ onAppend, selectedPresets, onSelectedPresetsChange })
components/LocationPresets.tsx:41
FunctionLockClosedIcon
()
components/icons.tsx:91
FunctionLockOpenIcon
()
components/icons.tsx:98
FunctionLogo
({ className })
components/Logo.tsx:3
FunctionLogoAnimation
({ show })
components/LogoAnimation.tsx:9
FunctionMagicWandIcon
()
components/icons.tsx:30
FunctionModelSelector
({ selectedModel, onChange })
components/ModelSelector.tsx:10
FunctionNsfwControls
({ settings, onChange })
components/NsfwControls.tsx:19
FunctionPosePresets
({ onAppend, selectedPresets, onSelectedPresetsChange })
components/PosePresets.tsx:73
FunctionPresetCategory
({ title, presets, isOpen, onToggle, onPresetClick, isMultiSelect, selectedPresets, colorClass = 'text-gray-50
components/PresetCategory.tsx:16
FunctionPromptInput
({ value, onChange, onGenerate, onEnhance, onRandom, isLoading, isEnhancing, isGeneratingRandom, onSaveSnippet
components/PromptInput.tsx:19
FunctionPromptOutput
({ prompts, isLoading, selectedModel, negativePrompt, supportsImageGeneration, onSendToGenerator })
components/PromptOutput.tsx:15
FunctionPromptSnippets
({ snippets, onAppend, onDelete })
components/PromptSnippets.tsx:11
FunctionSaveSnippetModal
({ content, onSave, onCancel })
components/SaveSnippetModal.tsx:10
FunctionSettingsManager
({ onExport, onImport })
components/SettingsManager.tsx:10
FunctionShareIcon
()
components/icons.tsx:37
FunctionShotPresets
({ onAppend, selectedPresets, onSelectedPresetsChange })
components/ShotPresets.tsx:40
FunctionSlider
({ label, value, min = 1, max = 10, step = 1, onChange })
components/Slider.tsx:12
FunctionStyleFilter
({ selectedStyle, onChange })
components/StyleFilter.tsx:28
FunctionToggle
({ label, checked, onChange, disabled = false, tooltip })
components/Toggle.tsx:12
FunctionTrashIcon
()
components/icons.tsx:24
FunctionUploadIcon
()
components/icons.tsx:85
FunctionVariationSelector
({ value, onChange })
components/VariationSelector.tsx:12
Method__init__
(self)
promptbuilder_node.py:252
Method__init__
(self)
promptbuilder_node.py:1035
Method__init__
(self)
promptbuilder_node.py:1423
Methoddisplay_prompts
Display prompts in readable format
promptbuilder_node.py:1794
Methoddisplay_text
Display prompts as text in ComfyUI interface
promptbuilder_node.py:1259
FunctionenhanceDescription
( config: CustomApiConfig, userInput: string, nsfwSettings: NsfwSettingsState, styleFilter: StyleFilte
services/customApiService.ts:431
FunctionenhanceDescription
( apiKey: string, userInput: string, nsfwSettings: NsfwSettingsState, styleFilter: StyleFilter
services/geminiService.ts:457
FunctionenhanceDescription
( provider: ApiProvider, apiKey: string, userInput: string, nsfwSettings: NsfwSettingsState
services/aiService.ts:53
FunctiongenerateImage
( config: CustomApiConfig, prompt: string, resolution: '1k' | '2k', aspectRatio: string )
services/customApiService.ts:668
FunctiongenerateImage
(apiKey: string, prompt: string, resolution: '1k' | '2k', aspectRatio: string)
services/geminiService.ts:583
FunctiongenerateImage
( provider: ApiProvider, apiKey: string, prompt: string, resolution: '1k' | '2k', aspectRa
services/aiService.ts:85
FunctiongeneratePromptVariations
( config: CustomApiConfig, userInput: string, numVariations: number, nsfwSettings: NsfwSettingsState,
services/customApiService.ts:282
FunctiongeneratePromptVariations
( apiKey: string, userInput: string, numVariations: number, nsfwSettings: NsfwSettingsState,
services/geminiService.ts:352
FunctiongeneratePromptVariations
( provider: ApiProvider, apiKey: string, userInput: string, numVariations: number, nsf
services/aiService.ts:35
FunctiongenerateRandomDescription
( config: CustomApiConfig, nsfwSettings: NsfwSettingsState, styleFilter: StyleFilter, characterSetting
services/customApiService.ts:598
FunctiongenerateRandomDescription
( apiKey: string, nsfwSettings: NsfwSettingsState, styleFilter: StyleFilter, characterSettings
services/geminiService.ts:555
FunctiongenerateRandomDescription
( provider: ApiProvider, apiKey: string, nsfwSettings: NsfwSettingsState, styleFilter: StyleFi
services/aiService.ts:69
Methodgenerate_batch_prompts
Generate batch prompts with advanced randomization and fixed character support
promptbuilder_node.py:1531
Methodgenerate_prompts
Generate enhanced prompts using online LLM APIs
promptbuilder_node.py:1153
FunctionhandleAgeConfirm
()
App.tsx:535
FunctionhandleAgeDeny
()
App.tsx:544
FunctionhandleAppendSelected
()
components/LocationPresets.tsx:66
FunctionhandleAppendSelected
()
components/ClothingPresets.tsx:91
FunctionhandleAppendSelected
()
components/PosePresets.tsx:98
FunctionhandleAppendSelected
()
components/ShotPresets.tsx:65
FunctionhandleClearHistory
()
App.tsx:448
FunctionhandleClearSelection
()
components/LocationPresets.tsx:73
FunctionhandleClearSelection
()
components/ClothingPresets.tsx:98
FunctionhandleClearSelection
()
components/PosePresets.tsx:105
FunctionhandleClearSelection
()
components/ShotPresets.tsx:72
FunctionhandleEscape
(event: KeyboardEvent)
components/SaveSnippetModal.tsx:14
FunctionhandleFileChange
(event: React.ChangeEvent<HTMLInputElement>)
components/SettingsManager.tsx:18
FunctionhandleGenderChange
(gender: Gender)
components/CharacterControls.tsx:56
FunctionhandleHardcoreLevelChange
(level: number)
components/NsfwControls.tsx:30
FunctionhandleImportClick
()
components/SettingsManager.tsx:14
FunctionhandleNegativeCopy
()
components/PromptOutput.tsx:57
FunctionhandleNsfwLevelChange
(level: number)
components/NsfwControls.tsx:26
FunctionhandlePresetClick
(preset: string)
components/LocationPresets.tsx:50
FunctionhandlePresetClick
(preset: string)
components/ClothingPresets.tsx:75
FunctionhandlePresetClick
(preset: string)
components/PosePresets.tsx:82
FunctionhandlePresetClick
(preset: string)
components/ShotPresets.tsx:49
FunctionhandleSaveClick
()
components/PromptInput.tsx:108
FunctionhandleSelectFromHistory
(prompt: string)
App.tsx:447
FunctionhandleSubmit
(e: React.FormEvent)
components/SaveSnippetModal.tsx:23
FunctionnormalizeToTagsLine
(text: string, maxTags: number = 45)
services/customApiService.ts:139
FunctionnormalizeToTagsLine
(text: string, maxTags: number = 25)
services/geminiService.ts:210
Methodselect_prompt
Select and customize prompt output
promptbuilder_node.py:1915
Methodshow_text
Show text in ComfyUI interface
promptbuilder_node.py:1742
FunctiontoggleTheme
()
components/Header.tsx:17
← previous101–182 of 182, ranked by callers