auto-commit 2026-01-28: memory updates, self-improvement skill, SOUL/TOOLS/USER refinements
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.5 MiB |
21
media/wermolf-v1c/index.html
Normal file
21
media/wermolf-v1c/index.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!doctype html>
|
||||
<meta charset="utf-8" />
|
||||
<title>openai-image-gen</title>
|
||||
<style>
|
||||
:root { color-scheme: dark; }
|
||||
body { margin: 24px; font: 14px/1.4 ui-sans-serif, system-ui; background: #0b0f14; color: #e8edf2; }
|
||||
h1 { font-size: 18px; margin: 0 0 16px; }
|
||||
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
|
||||
figure { margin: 0; padding: 12px; border: 1px solid #1e2a36; border-radius: 14px; background: #0f1620; }
|
||||
img { width: 100%; height: auto; border-radius: 10px; display: block; }
|
||||
figcaption { margin-top: 10px; color: #b7c2cc; }
|
||||
code { color: #9cd1ff; }
|
||||
</style>
|
||||
<h1>openai-image-gen</h1>
|
||||
<p>Output: <code>/Users/bam/clawd/media/wermolf-v1c</code></p>
|
||||
<div class="grid">
|
||||
<figure>
|
||||
<a href="001-hand-drawn-illustration-style-a-cute-wer.png"><img src="001-hand-drawn-illustration-style-a-cute-wer.png" loading="lazy" /></a>
|
||||
<figcaption>Hand-drawn illustration style: A cute werecat (cat with wolf features) sitting under a full moon, soft watercolor and ink aesthetic, storybook illustration vibes, fluffy fur, glowing yellow eyes, Halloween cute not scary, purple and blue night sky, artistic brushstrokes visible. No text, no logos.</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
6
media/wermolf-v1c/prompts.json
Normal file
6
media/wermolf-v1c/prompts.json
Normal file
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{
|
||||
"prompt": "Hand-drawn illustration style: A cute werecat (cat with wolf features) sitting under a full moon, soft watercolor and ink aesthetic, storybook illustration vibes, fluffy fur, glowing yellow eyes, Halloween cute not scary, purple and blue night sky, artistic brushstrokes visible. No text, no logos.",
|
||||
"file": "001-hand-drawn-illustration-style-a-cute-wer.png"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user