Skip to content

This is creating a duplicate key error in the console. The duplicate records still appear in the completions list, but the console error persists. To replicate, open console and type 'bel' which generates a console error due to the word 'belt' being both a booru and a wildcard. #125

@GitWilburn

Description

@GitWilburn

if (x.type === 'booru') return paragraph.append($createBooruNode(x.tag))
if (x.type === 'lora') return paragraph.append($createLoraNode(x.loraDef))
if (x.type === 'wildcard') return paragraph.append($createWildcardNode(x.payload))
if (x.type === 'embedding') return paragraph.append($createEmbeddingNode(x.embeddingName))
if (x.type === 'user') return paragraph.append($createUserNode(x.tag))
if (x.type === 'action') return paragraph.append($createActionNode(x.tag, ''))
if (x.type === 'linebreak') return paragraph.append($createLineBreakNode())
if (x.type === 'text') return paragraph.append($createTextNode(x.text))
if (x.type === 'break') return paragraph.append($createBreakNode(x.breakType))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions