CivArchive
    Preview 542661
    Preview 542662
    Preview 542664
    Preview 542663
    Preview 542666
    Preview 542667
    Preview 542669
    Preview 542668
    Preview 542670
    Preview 542671
    Preview 542672
    Preview 542673
    Preview 542674
    Preview 542675
    Preview 542676
    Preview 542677
    Preview 542678

    Latest update is the version division between the old artist works and the newer ones.

    Pixiv link to original style artist: https://www.pixiv.net/en/users/49675420

    Description

    This version should output slighly better results as it was trained with 768 resolution and looks a bit less overfried.

    The recomendation is to use sd-84k vae, euler a sampler, animesharp hires upscaler with different denoising strength depending on the camera position and halving the text encoder strength(TEnc weight) with additional networks extension(set it to 0.5).

    If the network stops following the prompt consider the recomendation to disable lora text encoder at all(set it to 0). Its also recommended to do for combinations with another loras.

    FAQ

    Comments (2)

    victorc25744Apr 20, 2023
    CivitAI

    There's nothing special about bf16 precision, it is a lower decimal precision than fp16 and deep learning models' values are meant to stay within the range of [-1, 1], so the additional exponent space is useless :D . It works fine even on Mac M1

    bakariso
    Author
    Apr 20, 2023· 1 reaction

    I've tried to train with bf16, fp32 and fp16. Only the fp16 version of loras with high alphas has the tendention to output 0 valued tensors, even the lower alphas making some numbers of them, while with bf16 and fp32 there is no zeroed tensors at all even with high alpha value.