Skip to content
View mith-mmk's full-sized avatar

Block or report mith-mmk

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. gacha.js gacha.js
    1
    function calc_P()
    2
    {
    3
      var p = document.getElementById("p").value /100;
    4
      var n = document.getElementById("n").value;
    5
      var l = p * n;
  2. wml2-on-rust wml2-on-rust Public

    Rust

  3. getLorasMetadata.py getLorasMetadata.py
    1
    # this tool predicts trigger words from lora's metadata
    2
    # Usage: python getMetadata.py <path> <output>
    3
    # (C) 2024 MITH@mmk
    4
    import json
    5
    import os
  4. FontReader FontReader Public

    Rust

  5. PromptCreator PromptCreator Public

    Variable Multiplication Prompt Generator

    Python 1