Skip to content
View catboxanon's full-sized avatar

Block or report catboxanon

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. /hdg/ catbox.moe userscript /hdg/ catbox.moe userscript
    1
    # /hdg/ catbox.moe userscript
    2
    
                  
    3
    This userscript adds functionality to upload to Catbox directly from 4chan, and to view metadata for Stable Diffusion, TavernAI, and NovelAI, in PNGs, JPEGs, and WebPs.
    4
    
                  
    5
    ## Prerequisites
  2. Make NAI Prompting Great Again Make NAI Prompting Great Again
    1
    # NAI prompt userscript
    2
    
                  
    3
    This userscript modifies NovelAI's imagegen prompt editor to add A1111-style keyboard shortcuts for attention emphasis. Let's see how long it takes for them to steal this. :^)
    4
    
                  
    5
    As a bonus, this userscript will be maintained to add additional (optional) features. These can be accessed via the keyboard shortcut `CTRL+Alt+X`.
  3. NAI: Add artists and "de-aligned" ta... NAI: Add artists and "de-aligned" tags to tag suggestions
    1
    # NAI Tags+
    2
    
                  
    3
    This userscript injects artists and tags that do not conform to "AI alignment" standards into NovelAI's suggested imagegen tags.
    4
    
                  
    5
    ## Prerequisites
  4. Adverse Cleaner for ComfyUI Adverse Cleaner for ComfyUI
    1
    import torch
    2
    import cv2
    3
    import numpy as np
    4
    from PIL import Image
    5
    from cv2.ximgproc import guidedFilter
  5. comfyui_stealth_pnginfo comfyui_stealth_pnginfo Public

    Forked from ashen-sensored/sd_webui_stealth_pnginfo

    Stealth PNG info support for ComfyUI (+ web UI)

    Python 1 1