Skip to content
View blndev's full-sized avatar

Organizations

@restSampleServices

Block or report blndev

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. AI-ImageGeneration AI-ImageGeneration Public

    a very simple ui for generating images with flux

    Python 2

  2. AI-Anime-Maker AI-Anime-Maker Public

    Creates a Anime out of a Photo by using Stable Diffusion

    Python 7

  3. AI-OllamaPromptHelper AI-OllamaPromptHelper Public

    Simple Web based UI which uses Ollama to support in Prompt generation

    Python 1

  4. AI-POC-SDXL-Inpaint AI-POC-SDXL-Inpaint Public

    A POC to test Mask generation and Inpainting

    Python 1

  5. Git Configuration for Multiple Accou... Git Configuration for Multiple Accounts at one User
    1
    [includeIf "gitdir:~/code/company.io/"]
    2
      path = ~/code/company.io/.gitconfig
    3
    [includeIf "gitdir:~/code/github.com/"]
    4
      path = ~/code/github.com/.gitconfig
    5
    [includeIf "gitdir:~/code/local/"]
  6. Universal start script for python ap... Universal start script for python applications with version checking by using git tags, environment creation, auto update of source and dependencies
    1
    #!/bin/bash
    2
    
                  
    3
    # Check if Git is installed
    4
    if ! command -v git &>/dev/null; then
    5
        echo "Error: Git is not installed on your system."