Skip to content

Instantly share code, notes, and snippets.

View yukiarimo's full-sized avatar
🖥️
Coding

Yuki Arimo yukiarimo

🖥️
Coding
View GitHub Profile
@yukiarimo
yukiarimo / gen_images.mjs
Created March 29, 2024 06:03 — forked from aku/gen_images.mjs
Generate images using Draw Things HTTP API
import { writeFile } from 'fs/promises'
const DRAW_THINGS_URL = 'http://127.0.0.1:7860/sdapi/v1/txt2img'
const BATCH_COUNT = 5
const IMG_SIZE = 512
const MAX_FILE_NAME_LEN = 30
const prompt = 'bunch of carrots'
const params = {