generated from nhcarrigan/template
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
8d88342fc5
|
|||
| 957ef8c84c | |||
|
5c65eb9ae5
|
|||
| 4776f00e51 |
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "tatsumi",
|
||||
"private": true,
|
||||
"version": "1.0.0",
|
||||
"version": "1.2.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Generated
+1
-1
@@ -3716,7 +3716,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
||||
|
||||
[[package]]
|
||||
name = "tatsumi"
|
||||
version = "1.0.0"
|
||||
version = "1.2.0"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"dirs 5.0.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tatsumi"
|
||||
version = "1.0.0"
|
||||
version = "1.2.0"
|
||||
description = "Tatsumi - AI art generation using Google Gemini"
|
||||
authors = ["Naomi Carrigan"]
|
||||
edition = "2021"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 17 MiB After Width: | Height: | Size: 17 MiB |
@@ -11,11 +11,11 @@ Character design (always required):
|
||||
- Wavy ashen brown hair (colour and texture fixed; hairstyle can vary)
|
||||
- Very pale skin tone
|
||||
- Vibrant sky-blue eyes — important, commonly missed
|
||||
- Vampire fangs
|
||||
- Vampire fangs (only visible when mouth is open)
|
||||
- Glasses (pink-framed preferred, other styles acceptable)
|
||||
- Painted fingernails and toenails (any colour, never unpolished)
|
||||
- Slender build
|
||||
- Full body visible in frame; always barefoot, never wears socks
|
||||
- Full body visible in frame
|
||||
|
||||
Composition (always required):
|
||||
- Single character only
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "tatsumi",
|
||||
"version": "1.0.0",
|
||||
"version": "1.2.0",
|
||||
"identifier": "com.naomi.tatsumi",
|
||||
"build": {
|
||||
"beforeDevCommand": "pnpm dev",
|
||||
|
||||
Reference in New Issue
Block a user