Skip to content

Instantly share code, notes, and snippets.

View Scaramel's full-sized avatar

Vinicius scaramel Scaramel

View GitHub Profile
{"now":"2025-10-10T11:12:35","produtos_list":[{"sku":"NURA-Pássaros-Sinfonia_Vermelha-Branca-Clássica","produto":"Sinfonia_Vermelha","colecao":"Pássaros","cores":"","tags":"mais_vendido"},{"sku":"NURA-Pássaros-Sinfonia_Vermelha-Preta-Clássica","produto":"Sinfonia_Vermelha","colecao":"Pássaros","cores":"","tags":"mais_vendido"},{"sku":"NURA-Pássaros-Sinfonia_Vermelha-Azul-marinho-Clássica","produto":"Sinfonia_Vermelha","colecao":"Pássaros","cores":"","tags":"mais_vendido"},{"sku":"NURA-Pássaros-Sinfonia_Vermelha-Verde-Clássica","produto":"Sinfonia_Vermelha","colecao":"Pássaros","cores":"","tags":"mais_vendido"},{"sku":"NURA-Pássaros-Sinfonia_Vermelha-Vermelha-Clássica","produto":"Sinfonia_Vermelha","colecao":"Pássaros","cores":"","tags":"mais_vendido"},{"sku":"NURA-Pássaros-Sinfonia_Vermelha-Amarela-Clássica","produto":"Sinfonia_Vermelha","colecao":"Pássaros","cores":"","tags":"mais_vendido"},{"sku":"NURA-Pássaros-Sinfonia_Vermelha-Rosa-Clássica","produto":"Sinfonia_Vermelha","colecao":"Pássaros","cores":"","t
@Scaramel
Scaramel / cli.js
Created July 28, 2023 17:59 — forked from mattdesl/cli.js
colour palette from text prompt using Stable Diffusion https://twitter.com/mattdesl/status/1569457645182152705
/**
* General-purpose NodeJS CLI/API wrapping the Stable-Diffusion python scripts.
*
* Note that this uses an older fork of stable-diffusion
* with the 'txt2img.py' script, and that script was modified to
* support the --outfile command.
*/
var { spawn, exec } = require("child_process");
var path = require("path");