新しい制約ライブラリと風景ライブラリの作成、不要な制約およびスタイルファイルの削除

This commit is contained in:
president
2025-12-17 22:53:33 +09:00
parent a85ae052aa
commit 6bf1187244
11 changed files with 52 additions and 27 deletions

49
prompts/constraints.md Normal file
View File

@@ -0,0 +1,49 @@
# Constraints Library
## Usage
Specify which constraint block to apply.
Do not mix blocks unless explicitly instructed.
---
## [HUMAN]
(Hard rules)
- Anatomically human
- Exactly two arms and two legs
- Five fingers per hand
- No extra or missing limbs
- Natural joint structure
---
## [ANIMAL]
(Hard rules)
- Species-specific anatomy
- Correct limb count
- No humanoid hands unless species requires
---
## [FANTASY_HUMANOID]
(Semi-hard rules)
- Humanoid base anatomy
- Non-human traits must be symmetrical
- Limb count follows humanoid standard
---
## [MECH]
(Hard rules)
- Fully mechanical body
- No organic tissue
- Mechanically plausible joints
- Symmetry unless specified otherwise

View File

@@ -1,3 +0,0 @@
# 共通事項
- それぞれ独立していること

View File

@@ -1,5 +0,0 @@
# Fantasy Humanoid Constraints
- Human-like anatomy as base
- Non-human traits must be symmetrical and intentional
- Limb count follows humanoid standard

View File

@@ -1,9 +0,0 @@
# Human Constraints ( Hard )
- Anatomically human
- Exactly two arms and two legs
- Five fingers per hand
- No extra limbs or missing parts
- Natural joint structure
- Each person must independently follow human anatomy rules
- Limbs must not merge or overlap unnaturally

View File

@@ -1,6 +0,0 @@
# Mech Constraints
- Mechanical structure, no organic tissue
- Exactly two arms and two legs unless specified
- Joints must be mechanically plausible
- No melted or fused parts

3
prompts/scenes.md Normal file
View File

@@ -0,0 +1,3 @@
# 風景ライブラリー
## travern

View File

@@ -1 +0,0 @@
# 旅行風景

0
prompts/styles.md Normal file
View File

View File

@@ -1 +0,0 @@
# アニメスタイルについて記述

View File

@@ -1 +0,0 @@
# 映画スタイルの記述

View File

@@ -1 +0,0 @@
# 写真スタイルについて記述