新しい制約ライブラリと風景ライブラリの作成、不要な制約およびスタイルファイルの削除
This commit is contained in:
49
prompts/constraints.md
Normal file
49
prompts/constraints.md
Normal 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
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
# 共通事項
|
|
||||||
|
|
||||||
- それぞれ独立していること
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -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
3
prompts/scenes.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# 風景ライブラリー
|
||||||
|
|
||||||
|
## travern
|
||||||
@@ -1 +0,0 @@
|
|||||||
# 旅行風景
|
|
||||||
0
prompts/styles.md
Normal file
0
prompts/styles.md
Normal file
@@ -1 +0,0 @@
|
|||||||
# アニメスタイルについて記述
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
# 映画スタイルの記述
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
# 写真スタイルについて記述
|
|
||||||
Reference in New Issue
Block a user