{/if}
{#if submenu === 3 || submenu === -1}
{language.imageGeneration} {language.provider} NoneStable Diffusion WebUINovel AIDall-EStability APIComfyUIFal.ai
{#if DBState.db.sdProvider === 'webui'}
You must use WebUI with --api flagYou must use WebUI without agpl license or use unmodified version with agpl license to observe the contents of the agpl license.
{#if !isTauri}
You are using web version. you must use ngrok or other tunnels to use your local webui.
{/if}
WebUI {language.providerURL}StepsCFG ScaleWidthHeightSampler
{#if DBState.db.sdConfig.enable_hr === true}
denoising_strengthhr_scaleUpscaler
{/if}
{/if}
{#if DBState.db.sdProvider === 'novelai'}
Novel AI {language.providerURL}API KeyModelWidthHeightSamplerEulerEuler AncestralDPM++ 2S AncestralDPM++ 2MDPM++ SDEDPM++ 2SDDIMstepsCFG scale
{#if !DBState.db.NAII2I || DBState.db.NAIImgConfig.sampler !== 'ddim_v3'}
{/if}
{#if DBState.db.NAII2I}
Strength{DBState.db.NAIImgConfig.strength}Noise{DBState.db.NAIImgConfig.noise}Base image
{/if}
{#if DBState.db.NAIREF}
Information Extracted{DBState.db.NAIImgConfig.InfoExtracted}Reference Strength{DBState.db.NAIImgConfig.RefStrength}Reference image
{/if}
{/if}
{#if DBState.db.sdProvider === 'dalle'}
OpenAI API KeyDall-E QualityStandardHD
{/if}
{#if DBState.db.sdProvider === 'stability'}
Stability API KeyStability ModelSD UltraSD CoreSD3 LargeSD3 Medium
{#if DBState.db.stabilityModel === 'core'}
SD Core StyleUnspecified3D ModelAnalog FilmAnimeCinematicComic BookDigital ArtEnhanceFantasy ArtIsometricLine ArtLow PolyModeling CompoundNeon PunkOrigamiPhotographicPixel ArtTile Texture
{/if}
{/if}
{#if DBState.db.sdProvider === 'comfy'}
The first image generated by the prompt will be selected.
{#if !isTauri}
"Please run comfyUI with --enable-cors-header."
{/if}
ComfyUI {language.providerURL}WorkflowPositive Text Node: IDPositive Text Node: Input Field NameNegative Text Node: IDPositive Text Node: Input Field NameTimeout (sec)
{/if}
{#if DBState.db.sdProvider === 'fal'}
Fal.ai API KeyWidthHeightModelFlux[Dev]Flux[Dev] with LoraFlux[Pro]Flux[Schnell]
{#if DBState.db.falModel === 'fal-ai/flux-lora'}
Lora Model URL Lora Weight
{/if}
{/if}
{/if}
{#if submenu === 1 || submenu === -1}
Auto SpeechElevenLabs API keyVOICEVOX URLOpenAI KeyNovelAI API keyHuggingface Keyfish-speech API Key
{/if}
{#if submenu === 2 || submenu === -1}
{language.emotionMethod}Ax. ModelMiniLM-L6-v2
{/if}
{#if submenu === 0 || submenu === -1}
{language.type} {
//@ts-ignore
const value = v.target.value
if (value === 'supaMemory'){
DBState.db.supaModelType = 'distilbart'
DBState.db.memoryAlgorithmType = 'supaMemory'
DBState.db.hypav2 = false
DBState.db.hanuraiEnable = false
} else if (value === 'hanuraiMemory'){
DBState.db.supaModelType = 'none'
DBState.db.memoryAlgorithmType = 'hanuraiMemory'
DBState.db.hypav2 = false
DBState.db.hanuraiEnable = true
} else if (value === 'hypaV2') {
DBState.db.supaModelType = 'distilbart'
DBState.db.memoryAlgorithmType = 'hypaMemoryV2'
DBState.db.hypav2= true
DBState.db.hanuraiEnable = false
} else {
DBState.db.supaModelType = 'none'
DBState.db.memoryAlgorithmType = 'none'
DBState.db.hypav2 = false
DBState.db.hanuraiEnable = false
}
}}>
None{language.SuperMemory}{language.HypaMemory} V2{language.hanuraiMemory}
{#if DBState.db.hanuraiEnable}
{language.hanuraiDesc}Chunk Size