diff flux.py @ 4:9ac73a3ec764 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flux commit d9ac789235499840b8965cbe5efe1d26406f5d9a
author bgruening
date Mon, 02 Dec 2024 20:25:54 +0000
parents eb01f32e9aee
children
line wrap: on
line diff
--- a/flux.py	Fri Nov 22 13:41:24 2024 +0000
+++ b/flux.py	Mon Dec 02 20:25:54 2024 +0000
@@ -12,6 +12,7 @@
         prompt = f.read().strip()
 elif prompt_type == "text":
     prompt = sys.argv[3]
+print(f"Creating image from prompt: {prompt}")
 
 if "dev" in model_path:
     num_inference_steps = 20