Skip to content

Instantly share code, notes, and snippets.

View seafella's full-sized avatar

Steven Wilkinson seafella

View GitHub Profile
@seafella
seafella / seaside.json
Created February 22, 2025 04:15
seaside
{
"points": [
{
"name": "Seaside Pier",
"latitude": 30.3870,
"longitude": -87.3940,
"amenity": "pier",
"description": "A scenic pier with great views of the Gulf."
},
{
#!/bin/sh
# tag-generator.sh
# Original Author: Justine Tunney <[email protected]>
# Remix: Steven Wilkinson (@seafella) & GPT4
# Source: https://gist.github.com/seafella/e8d120583c91687501808a133d9fe505
# License: Apache 2.0
#
# This shell script is modified to generate tags suitable for DreamBooth training
# and save them to a .txt file with the same name as the image file. It uses
# LLaVA for analyzing the picture and generating tags.
@seafella
seafella / rename-pictures.sh
Last active February 4, 2024 20:06 — forked from jart/rename-pictures.sh
Shell script for renaming all images in a folder
#!/bin/sh
# rename-pictures.sh
# Author: Justine Tunney <[email protected]>
# License: Apache 2.0
#
# This shell script can be used to ensure all the images in a folder
# have good descriptive filenames that are written in English. It's
# based on the Mistral 7b and LLaVA v1.5 models.
#
# For example, the following command:
@seafella
seafella / 0_reuse_code.js
Created November 29, 2016 19:38
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console