Skip to content

Instantly share code, notes, and snippets.

View bluelovers's full-sized avatar

bluelovers bluelovers

View GitHub Profile
--- Actions ---
$Copy <M-C>
$Cut <M-X> <S-Del>
$Delete <Del> <BS> <M-BS>
$LRU
$Paste <M-V>
$Redo <M-S-Z> <A-S-BS>
$SearchWeb
$SelectAll <M-A>
$Undo <M-Z>
@bluelovers
bluelovers / ChatGPT Stable Diffusion prompts generator.txt
Last active April 23, 2025 10:40
using ChatGPT as Stable Diffusion prompts generator
Stable Diffusion is an AI art generation model similar to DALLE-2.
Here are some prompts for generating art with Stable Diffusion.
Example:
- A ghostly apparition drifting through a haunted mansion's grand ballroom, illuminated by flickering candlelight. Eerie, ethereal, moody lighting.
- portait of a homer simpson archer shooting arrow at forest monster, front game card, drark, marvel comics, dark, smooth
- pirate, deep focus, fantasy, matte, sharp focus
- red dead redemption 2, cinematic view, epic sky, detailed, low angle, high detail, warm lighting, volumetric, godrays, vivid, beautiful
- a fantasy style portrait painting of rachel lane / alison brie hybrid in the style of francois boucher oil painting, rpg portrait
@bluelovers
bluelovers / lazy-wildcards.yaml
Last active May 20, 2024 20:06
lazy wildcards file for create lora dataset
#
# https://github.com/adieyal/sd-dynamic-prompts/blob/main/docs/SYNTAX.md
#
# https://civitai.com/user/C0rn_Fl4k3s/models
# https://civitai.com/models/138970/billions-of-wildcards-character-vehicle-scenery-building-creature-scifi-fantasy-magic-all-you-want
# https://github.com/sdbds/stable-diffusion-webui-wildcards
#
lazy-wildcards:
prompts:
showcase:
const os = require('os');
const fs = require('fs');
const crypto = require('crypto');
const { exec } = require("child_process");
// ANSI escape codes for colors
const colors = {
reset: "\x1b[0m",
blue: "\x1b[34m",
yellow: "\x1b[33m",