CivArchive
    noob_v_pencil-XL - v0.5.1
    NSFW
    Preview 44900018
    Preview 44900019
    Preview 44900022
    Preview 44900024
    Preview 44900033
    Preview 44900036
    Preview 44900040
    Preview 44900045
    Preview 44900051
    Preview 44900052
    Preview 44900059
    Preview 44900069
    Preview 44906528
    Preview 44906526
    Preview 44906525
    Preview 44906529
    Preview 44907183
    Preview 44907184
    Preview 44907186
    Preview 44907187

    Noobier than NoobAI-XL. (but difficult to get started with)
    Notice: This is a v-prediction model. Read "How to Use the Model" section on NoobAI-XL model page.


    License: NoobAI-XL License (Modified Fair AI Public License 1.0-SD)
    You MUST share the merge recipe if you release a model merged with noob_v_pencil-XL.
    This license prohibits any form of commercialization.
    For more details, please see the license section of NoobAI-XL model page.

    Please see the "About this Version" section for information on each version.


    Sampling method: Euler /Euler a (Other sampling methods are not supported by this v-prediction model.)
    Schedule Type: Automatic
    CFG: 4 - 5
    Prompt: masterpiece, best quality, newest
    Negative Prompt: worst quality, bad quality, old, early

    Description

    NoobAI-XL (NAI-XL) V-Pred-0.75S-Version Based

    # Tools

    # Checkpoints

    # Recipe

    1. Merge using sd-mecha for ComfyUI.

    # sd-mecha format recipe
    model "sdxl\noob_v_pencil-XL-v0.5.0.safetensors" "sdxl" "base"
    model "sdxl\noob_v_pencil-XL-0.75s.safetensors" "sdxl" "base"
    model "sdxl\noobaiXLNAIXL_epsilonPred10Version.safetensors" "sdxl" "base"
    merge "clamped_add_opposite" &0 &1 &2 alpha=1.0
    model "sdxl\noob_v_pencil-XL-v0.3.0.safetensors" "sdxl" "base"
    model "sdxl\noobaiXLNAIXL_vPred065SVersion.safetensors" "sdxl" "base"
    merge "clamped_add_opposite" &3 &4 &5 alpha=1.0
    model "sdxl\noobaiXLNAIXL_vPred075SVersion.safetensors" "sdxl" "base"
    merge "add_cosine_b" &6 &7 alpha=0.05
    1. Add v_pred and ztsnr keys.

    # Python Script
    BASE_MODEL_NAME = "noob_v_pencil-XL-v0.5.1"
    tensors = {}
    
    with safe_open(BASE_MODEL_NAME + "-base.safetensors", framework="pt", device="cpu") as f:
      for key in f.keys():
        tensors[key] = f.get_tensor(key)
    
    tensors["v_pred"] = torch.tensor([0.0])
    tensors["ztsnr"] = torch.tensor([0.0])
    save_file(tensors, BASE_MODEL_NAME + ".safetensors")
    Checkpoint
    Illustrious

    Details

    Downloads
    3,290
    Platform
    CivitAI
    Platform Status
    Available
    Created
    12/11/2024
    Updated
    2/11/2026
    Deleted
    -

    Files