CivArchive
    ← All articles
    Published July 23, 2024by bluelovers

    Unofficial dynamicprompts bugfix

    215 views0 reactions0 comments on CivitAI2 collected
    fix issueswildcardstool guidebugfixdynamicprompts

    https://github.com/adieyal/dynamicprompts/pull/132

    download

    https://download-directory.github.io/?url=https%3A%2F%2Fgithub.com%2Fbluelovers%2Fdynamicprompts%2Ftree%2Fpr%2Ffix-min-without-max-001%2Fsrc%2Fdynamicprompts

    w

    a
    b
    c

    before fix

    {1-$$__w__} == {1$$a|b|c}
    {2-$$__w__} == {1$$a|b|c}
    {3-$$__w__} == {1$$a|b|c}

    after fix

    {1-$$__w__} == {1-3$$a|b|c}
    {2-$$__w__} == {2-3$$a|b|c}
    {3-$$__w__} == {3-3$$a|b|c}