From 31c24c7aa13e4982e412e730ab7878ee425b0180 Mon Sep 17 00:00:00 2001 From: thijn Date: Tue, 11 Oct 2022 12:29:48 +0200 Subject: [PATCH] Update 'dreambooth_runpod_joepenna.ipynb' --- dreambooth_runpod_joepenna.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dreambooth_runpod_joepenna.ipynb b/dreambooth_runpod_joepenna.ipynb index c3aeeb2..e55e4f7 100644 --- a/dreambooth_runpod_joepenna.ipynb +++ b/dreambooth_runpod_joepenna.ipynb @@ -242,7 +242,7 @@ "outputs": [], "source": [ "# START THE TRAINING\n", - "project_name = \"siegervbreugel\"\n", + "project_name = \"benjiman\"\n", "batch_size = 1000\n", "class_word = \"person\" # << match this word to the class word from regularization images above\n", "reg_data_root = \"/workspace/Dreambooth-Stable-Diffusion/outputs/txt2img-samples/samples/\" + dataset\n", @@ -353,7 +353,7 @@ " --scale 7.0 \\\n", " --ddim_steps 50 \\\n", " --ckpt \"/workspace/Dreambooth-Stable-Diffusion/trained_models/CHANGEME.ckpt\" \\\n", - " --prompt \"beautiful oil painting of siegervbreugel with high detail of a gorgeous wood-elf ranger from dungeons and dragons in the desert by artgerm and greg rutkowski and thomas kinkade\"" + " --prompt \"beautiful oil painting of benjiman with high detail of a gorgeous wood-elf ranger from dungeons and dragons in the desert by artgerm and greg rutkowski and thomas kinkade\"" ] }, {