AI Article Automation by One Command
READ1 — System Requirements
================================

This product generates English blog articles with Ollama, attaches YOUR images
(no ComfyUI), builds static HTML, optionally pushes to GitHub, and uploads to
YOUR VPS website.

LEGAL
-----
You must have rights to rewrite/adapt source articles you point this tool at,
and you must own or have license to use every image you place in IMAGES folders.
The seller is not responsible for copyright misuse.


HARDWARE (recommended)
----------------------
- Windows 10/11 64-bit
- CPU: 4+ cores
- RAM:
  - 16 GB minimum for smaller models (7B–14B)
  - 32 GB+ recommended for qwen3.6 MoE (~36B Q4_K_M)
- Free disk space:
  - ~5 GB for Python/Git/app
  - ~8–25 GB depending on Ollama model chosen
- GPU: NOT required for this product (images are provided by you)


SOFTWARE TO INSTALL (SETUP scripts can help)
--------------------------------------------
1) Python 3.11 or 3.12 (64-bit) — https://www.python.org/downloads/
   During install: enable "Add python.exe to PATH"
2) Git — https://git-scm.com/download/win
3) Ollama — https://ollama.com/download
4) OpenSSH Client (usually built into Windows 10/11)
   Optional check: Settings → Apps → Optional features → OpenSSH Client
5) An Ollama model, for example:
   - qwen3.6:latest   (strongest quality, large download)
   - qwen2.5:14b      (balanced)
   - qwen2.5:7b       (weaker PCs)
   - llama3.2:latest  (lighter)


NETWORK / ACCOUNTS
------------------
- Internet connection
- Your website hosted as static HTML on a VPS/server you control
- SSH access to that server (default: enter password when publishing)
- Optional: passwordless SSH key later (see Auto-password-ssh-setup/)
- Optional: GitHub account + empty/private articles repository


NOT REQUIRED
------------
- ComfyUI / Flux / Stable Diffusion
- CUDA GPU
- Seller's VPS, seller's GitHub, seller's passwords (never enter those)


FOLDER YOU WILL USE FOR IMAGES
------------------------------
SETUP-First\IMAGES\1
SETUP-First\IMAGES\2
...
SETUP-First\IMAGES\10

Put one article's images in one numbered folder before each run.
Naming tip: 0.webp (hero), 1.webp, 2.webp... or hero.jpg then section images.
Supported: .webp .png .jpg .jpeg

Section image width (not hero) is set in CHANGE-Settings.yaml:
  images.section_placement: text_width | full_width | custom
See READ2 for details.


NEXT STEP
---------
Open READ2-StepByStep.txt and follow it in order.
