Skip to content
View fszontagh's full-sized avatar
  • Hungary
  • 01:10 (UTC +02:00)

Block or report fszontagh

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 250 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
fszontagh/README.md

Hi there πŸ‘‹

  • 🐧 I’m a Linux System Engineer - just a Linux enthusiast
  • πŸ§‘β€πŸ’Ό I work in web development and hosting as well
  • 🌱 I’m currently learning C++
  • πŸ”­ I’m currently working on Stable Diffusion GUI - a multi-OS desktop GUI for Stable Diffusion written in C++.

Technologies:

My Skills

Pinned Loading

  1. sd.cpp.gui.wx sd.cpp.gui.wx Public

    Stable Diffusion GUI written in C++

    C++ 72 10

  2. voidscript voidscript Public

    VoidScript is a lightweight, embeddable scripting language designed for simplicity, extensibility, and ease of integration. It provides both a command-line interpreter and a FastCGI-based template …

    C++ 1

  3. openpose openpose Public

    Openpose cli tool

    C++

  4. sd-tools sd-tools Public

    Simple image tools to generate masks for stable diffusion controlnet

    C++

  5. simpleshell simpleshell Public

    A simple UNIX shell using readline and lua as plugins

    C++

  6. A simple script to convert old forma... A simple script to convert old format pth file to new one
    1
    import sys, torch
    2
    
                  
    3
    if len(sys.argv) != 3:
    4
        print("Usage: python convert_pth.py old_format.pth new_format_pth.pth")
    5
        sys.exit(1)