Skip to content
View amendezcabrera's full-sized avatar
Block or Report

Block or report amendezcabrera

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

  1. flutter_trivia_demo flutter_trivia_demo Public

    Getting started with Flutter creating a Trivia app using the Open Trivia API

    Dart

  2. stable-diffusion-dreambooth-training-scripts stable-diffusion-dreambooth-training-scripts Public

    Scripts to train Stable Diffusion using our own model with Dreambooth

    Python 1

  3. Bash script to create multiple insta... Bash script to create multiple instances of an image with different texts in each one
    1
    # Requirements: imagemagick
    2
    # Usage: add_text_to_image.sh FileWithTextLines.txt
    3
    #!/bin/bash
    4
    COUNTER=1
    5
    while IFS='' read -r line || [[ -n "$line" ]]; do