Skip to content

Commit

Permalink
Add a checklist.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Dec 26, 2024
1 parent 1f9637e commit 37b67e4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions decisions/20241220-character-concept-art-creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,26 @@ The process emphasizes iterative refinement of the prompt based on results from
7. **(Optional) 3D Conversion:** Utilize TRELLIS to generate 3D models.
8. **Iterate and Refine:** Adjust the prompt based on the evaluation.

## Checklist

- [ ] Install Easy Diffusion.
- [ ] Use Beta.
- [ ] Use 3.5 engine.
- [ ] Download the FLUX model and necessary LoRAs (CharacterDesign-FluxV2).
- [ ] Configure Easy Diffusion with the FLUX model and LoRAs.
- [ ] Set the width and height to 1024 pixels in Easy Diffusion.
- [ ] Use Krita's Magic Wand tool to remove the background.
- [ ] Use Krita's brush tools to erase the eyebrows, nose, and mouth.
- [ ] Upload the alpha'd image to Shoebox.
- [ ] Use Shoebox to create sprites.
- [ ] Ensure the avatar can generate all 5 fingers.
- [ ] Ensure the avatar is in an A-pose.
- [ ] (Optional) Install Docker Desktop.
- [ ] (Optional) Install WSL2 with a compatible Linux distribution.
- [ ] (Optional) Configure Docker Desktop to utilize the WSL2 backend.
- [ ] (Optional) Ensure GPU access is enabled within WSL2.
- [ ] (Optional) Execute TRELLIS within WSL2.

## The Benefits

- **Simplified Workflow:** Streamlines concept art and sprite creation using accessible tools.
Expand Down
6 changes: 3 additions & 3 deletions decisions/attachments/FLUX_Girl_Magical_Staff_01.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"numOutputsTotal": 256,
"seed": 851427461,
"seed": 1813063517,
"reqBody": {
"prompt": "Set in a role-playing game. Magical staffs and wands. A young woman with realistic proportions, featuring long legs, a slender waist, and balanced shoulders. She has short, slightly messy brown hair and expressive brown eyes. She has a medium bust and is standing with her arms outstretched to the sides, palms facing the ground, and her legs slightly apart with a slight bend in her knees. Her hands and legs are equally outstretched to the sides and barefoot. A reference sheet in a clean anime style with soft shading, focusing on smooth shapes, proper proportions, and balanced anatomy. The background is beige, with soft lighting emphasizing her features and overall form. There are multiple consistent front views.",
"prompt": "A young woman, with realistic proportions featuring long legs, a slender waist, and balanced shoulders, stands barefoot with her arms outstretched to the sides, palms facing the ground. Her short, slightly messy brown hair frames expressive brown eyes. A medium bust balances her slender figure. Her legs are slightly apart with a gentle bend at the knees. The scene is rendered in a clean anime style with soft shading, emphasizing smooth shapes, proper proportions, and balanced anatomy. The beige background, softly lit, highlights her features and overall form. Multiple consistent front views are provided on the reference sheet.",
"negative_prompt": "",
"active_tags": [],
"inactive_tags": [],
"width": 2048,
"height": 1024,
"seed": 851427461,
"seed": 1813063517,
"num_inference_steps": 8,
"guidance_scale": 1,
"distilled_guidance_scale": 1.1,
Expand Down

0 comments on commit 37b67e4

Please sign in to comment.