Skip to content
View aleph23's full-sized avatar

Block or report aleph23

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. Artificial_Neuroplasticity Artificial_Neuroplasticity Public

    Phase zero of Artificial Neuroplasticity: Giving models self-editing capacity, through a trained triumvirate of three models; Analyzer / Trainee / Evaluator. The Analyzer uses TransformerLens to wa…

    Jupyter Notebook 1

  2. tavern-card-crafter-v3 tavern-card-crafter-v3 Public

    Forked from Idun/tavern-card-crafter-v3

    SillyTavern character card maker created using AI programming

    TypeScript 5 1

  3. StableDiffusion-CheatSheet StableDiffusion-CheatSheet Public

    Forked from SupaGruen/StableDiffusion-CheatSheet

    A list of StableDiffusion styles and some notes for offline use. Pure HTML, CSS and a bit of JS.

    HTML 1

  4. jsonconvert_unixtime.py jsonconvert_unixtime.py
    1
    import json
    2
    import re
    3
    import datetime
    4
    import argparse
    5
    
                  
  5. jsonconvert_humantounixtime.py jsonconvert_humantounixtime.py
    1
    import json
    2
    import re
    3
    import datetime
    4
    import argparse
    5
    
                  
  6. film film Public

    Forked from jford49/frame-interpolation

    FILM: Frame Interpolation for Large Motion, In ECCV 2022.

    Python