From 3bcdfdd92f579f57069db4ee421f4885b49b45c9 Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Sun, 31 Jan 2021 17:25:39 -0800 Subject: [PATCH] credit assign --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7528ae8..c16c7e9 100644 --- a/README.md +++ b/README.md @@ -134,10 +134,12 @@ FLAGS ### Priming -You can prime the generator network with a starting image, before it is steered towards the text. Simply specify the path to the image you wish to use, and optionally the number of initial training steps. +Technique first devised and shared by Mario Klingemann, it allows you to prime the generator network with a starting image, before being steered towards the text. + +Simply specify the path to the image you wish to use, and optionally the number of initial training steps. ```bash -$ imagine 'a night sky filled with starts' --start-image-path ./cloudy-night-sky.jpg +$ imagine 'a clear night sky filled with stars' --start-image-path ./cloudy-night-sky.jpg ``` Primed starting image