CivArchive
    🩻 Infested Pony 🩻 - Undead V2
    NSFW
    Preview 53801589
    Preview 53802888
    Preview 53801357
    Preview 53801388
    Preview 53801417
    Preview 53801445
    Preview 53801475
    Preview 53801484
    Preview 53826910
    Preview 53829775
    Preview 53829784
    Preview 53832273
    Preview 53832610
    Preview 53834269
    Preview 53836261
    Preview 53837906
    Preview 53837915
    Preview 53838367

    Initially unstable and creative merge of Troubled Confusion LX Overburnt and AutismMix Confetti. The magic of this checkpoint is capturing the point of instability, which can be specific to each prompt. Experiment with the sampler and scheduler, and you'll be successful. Enjoy an endless psychotrip instead of the usual conventional generation of pleasant images.

    New versions are no better than old ones, and old ones are no worse than new ones. They are DIFFERENT. Recommended parameters:

    Satanic Love - Any DPM++ sampler, simple/karras/beta scheduler

    Undead V3 - Euler A or DDPM or DPM++ SDE samplers with 20 steps or more

    Undead V2 - Euler A or DDPM samplers with 30..40 steps OR DPM++ SDE sampler with 8..10 steps

    Undead - Euler A or DDPM samplers with 30..40 steps

    Plague - Euler A or DDPM samplers with 30..40 steps

    Flu - Euler A or DDPM samplers with 30..40 steps OR DPM++ SDE sampler with CFG 2..3 and 8..10 steps

    tensor_pwm merge method is (Python code):

    def tensor_pwm(a: Tensor, b: Tensor, alpha: float, beta: float, **kwargs) -> Tensor:  # pylint: disable=unused-argument
        """
        Takes a slice of Secondary Model and repeatedly pastes it into Primary Model
        Alpha sets the width of the slice
        Beta sets the start point of the slice
        ie Alpha = 0.125 Beta = 0.25 is (AABABABA) 
        """
        tt = a.clone()
        i = beta    
        while i < 1:
            start = int(a.shape[0] * i)
            i = min(i + alpha, 1)
            end = int(a.shape[0] * i)
            i = min(i + alpha, 1)
            k = a[start:end].nanmedian() - b[start:end].nanmedian()
            tt[start:end] = k + b[start:end].clone()    
        return tt

    Description

    • improved CLIP

    • high contrast VAE

    FAQ

    Checkpoint
    Pony

    Details

    Downloads
    142
    Platform
    CivitAI
    Platform Status
    Available
    Created
    1/25/2025
    Updated
    5/13/2026
    Deleted
    -

    Files

    InfestedPony_undeadV2.safetensors

    Mirrors

    Available On (1 platform)

    Same model published on other platforms. May have additional downloads or version variants.