Solution: The minimum of $a+b+c$ is $\sqrt[9]{\frac{531441}{16}}$. Let us prove it.
First, let $p_0 = \sqrt[9]{\frac{531441}{16}}, q_0 = \sqrt[9]{1458}$ and $r_0 = \sqrt[9]{\frac{1}{157464}}$.
The cubic equation $x^3 - p_0x^2 + q_0x - r_0 = 0$ has three distinct positive real roots denoted by $x_1, x_2, x_3$.
Let $a = x_1, b = x_2, c= x_3$. Then $a + b + c = p_0 = \sqrt[9]{\frac{531441}{16}}$ and (noting that $2p_0^3-243r_0 = 0$
and $2p_0^2-9q_0 = 0$)
\begin{align}
abc(a-b)^2(b-c)^2(c-a)^2 &= r_0(-4p_0^3r_0+p_0^2q_0^2+18p_0q_0r_0-4q_0^3-27r_0^2)\\
&= \frac{16}{531441}p_0^9\\
&= 1.
\end{align}
Thus, it suffices to prove that for $a, b, c > 0$,
$$f(a,b,c) = 16(a+b+c)^9 - 531441abc(a-b)^2(b-c)^2(c-a)^2 \ge 0.$$
We use the pqr method. Let $p = a + b + c$, $q = ab+bc+ca$ and $r = abc$.
Then
\begin{align}
f(a,b,c) &= 2125764rq^3-531441p^2rq^2-9565938pr^2q\\
&\quad +2125764p^3r^2+16p^9+14348907r^3.
\end{align}
We split into two cases:
1) $2 p^3-243 r = 0$: By using $r = \frac{2p^3}{243}$, we have
$f(a,b,c) = 6p^3(7p^2+36q)(2p^2-9q)^2\ge 0 $.
2) $2 p^3-243 r \ne 0$: For each fixed $p, r > 0$, let
\begin{align}
g(q) &= 2125764rq^3-531441p^2rq^2-9565938pr^2q\\
&\quad +2125764p^3r^2+16p^9+14348907r^3.
\end{align}
$g(q)$ is a cubic polynomial whose discriminant is
\begin{align}
\mathrm{discr}(g) = -122009559759792 r^2(2 p^3-243 r)^2h(r, p)
\end{align}
where
\begin{align}
h(r,p) &= (64p^{12}-4131p^9r+260^2p^6r^2) \\
&\quad + r^2(8612603p^6-330024861p^3r+3486784401r^2)\\
&\ge (2\sqrt{64p^{12} \cdot 260^2p^6r^2} - 4131p^9r)\\
&\quad + r^2(2\sqrt{8612603p^6 \cdot 3486784401r^2} - 330024861p^3r)\\
&> 0.
\end{align}
Since $\mathrm{discr}(g) < 0$,
the cubic equation $g(q) = 0$ has exactly one real root on $(-\infty, +\infty)$.
Also, $g(+\infty) = +\infty$ and $g(0) = 16p^9+2125764p^3r^2+14348907r^3 > 0$.
Thus, $g(q) > 0$ for any $q > 0$.
We are done.