Skip to content

Instantly share code, notes, and snippets.

@FurkanGozukara
FurkanGozukara / SECourses Amazing FLUX Prompts.txt
Created September 9, 2024 22:50
SECourses Amazing FLUX Prompts.txt
photo of ohwx man riding a majestic, muscular white tiger through a dense mystical forest, with trees towering overhead, their twisted branches forming an intricate canopy. The air is filled with glowing fireflies and floating specks of light, creating an ethereal atmosphere. Ohwx wears a regal, intricately embroidered tunic woven with golden threads depicting ancient symbols, a flowing cape with a high collar that shimmers in the dim, magical light. His leather boots have silver buckles, each carved with ornate designs. The tiger's fur glows in the moonlight, and its striking blue eyes mirror Ohwx's vigilant expression. <segment:yolo-face_yolov9c.pt-1,0.7>photo of ohwx man
photo of ohwx man standing on the deck of a pirate ship, with stormy seas raging all around. The wind howls, and the ship creaks as it battles the waves. Ohwx wears a traditional pirate captain’s outfit, complete with a long, tattered coat that flaps wildly in the wind, a tricorn hat adorned with feathers, knee-high leather boots, and a
@Blackshome
Blackshome / sensor-light.yaml
Last active November 2, 2024 08:46
Home Assistant Sensor Light that can be used in Blueprints
blueprint:
name: Sensor Light
description: >
# 💡 Sensor Light
**Version: 7.1**
Your lighting experience, your way - take control and customize it to perfection! 💡✨
@therealmarv
therealmarv / remove_jpg_if_raw_exists.py
Created April 2, 2015 06:01
Remove jpg when raw existing
#!/usr/bin/env python
# Script: remove_jpg_if_raw_exists.py
#
# Description: This script looks in all sub directories for
# pairs of JPG and RAW files.
# For each pair found the JPG is moved to a
# waste basket directory.
# Otherwise JPG is kept.
#
# Author: Thomas Dahlmann
@dreness
dreness / plotframetimes.py
Last active October 25, 2024 22:43
Graphical and statistical analysis of frame rate in a video
#!/usr/bin/env python
# dre at mac dot com
# Graphical and statistical analysis of frame rate in a video
# Requires ffmpeg and gnuplot
from sys import platform
from subprocess import check_output, DEVNULL
from os import path
import json