Download architectural / isometric style LoRAs #2

Closed
opened 2026-03-21 00:41:51 +01:00 by claude · 1 comment
Owner

Find and download LoRA models that produce architectural maquette and isometric city styles consistently, without relying solely on prompt engineering.

Why

The E-Train game targets a minimalistic 3D isometric style resembling physical architectural models (white buildings, green trees, clean geometric shapes). A dedicated LoRA would produce this style reliably instead of needing long, specific prompts.

Steps

  1. Search CivitAI / HuggingFace for SDXL-compatible LoRAs:
    • Architectural model / maquette style
    • Isometric game art
    • Miniature / tilt-shift / diorama
    • Low-poly city
  2. Download promising candidates to models/Lora/
  3. Test each with simple prompts and document which work best
  4. Update the MCP server on alcatraz to support a lora parameter
Find and download LoRA models that produce architectural maquette and isometric city styles consistently, without relying solely on prompt engineering. ## Why The E-Train game targets a minimalistic 3D isometric style resembling physical architectural models (white buildings, green trees, clean geometric shapes). A dedicated LoRA would produce this style reliably instead of needing long, specific prompts. ## Steps 1. Search CivitAI / HuggingFace for SDXL-compatible LoRAs: - Architectural model / maquette style - Isometric game art - Miniature / tilt-shift / diorama - Low-poly city 2. Download promising candidates to `models/Lora/` 3. Test each with simple prompts and document which work best 4. Update the MCP server on alcatraz to support a `lora` parameter
Author
Owner

Four SDXL-compatible LoRAs installed to models/Lora/ on caymans:

File Style Trigger word Weight Size
Stylized_Setting_SDXL.safetensors Isometric scenes \ default 163 MB
Miniature_XL.safetensors Miniatures / dioramas , \ 0.8 218 MB
zavy-ctsmtrc-sdxl.safetensors Isometric game tiles \ 0.8 218 MB
artfullyDIORAMA_SDXL_V1.safetensors Diorama / maquette \ 0.8 218 MB

(pixel-art-xl-v1.1.safetensors was already present.)

Remaining work (alcatraz side)

  • Update /srv/services/sd-mcp/index.js to support a \ parameter in generate_image
  • Add a \ tool that queries the WebUI API
  • The WebUI API does not have a dedicated LoRA field; LoRAs are activated via prompt syntax: \ e.g.
Four SDXL-compatible LoRAs installed to models/Lora/ on caymans: | File | Style | Trigger word | Weight | Size | |---|---|---|---|---| | Stylized_Setting_SDXL.safetensors | Isometric scenes | \ | default | 163 MB | | Miniature_XL.safetensors | Miniatures / dioramas | \, \ | 0.8 | 218 MB | | zavy-ctsmtrc-sdxl.safetensors | Isometric game tiles | \ | 0.8 | 218 MB | | artfullyDIORAMA_SDXL_V1.safetensors | Diorama / maquette | \ | 0.8 | 218 MB | (pixel-art-xl-v1.1.safetensors was already present.) ### Remaining work (alcatraz side) - [ ] Update /srv/services/sd-mcp/index.js to support a \ parameter in generate_image - [ ] Add a \ tool that queries the WebUI API - [ ] The WebUI API does not have a dedicated LoRA field; LoRAs are activated via prompt syntax: \ e.g.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
frankenbit/stable-diffusion-webui#2
No description provided.