diff flux.py @ 4:7939ae8c5fd5 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:26:07 +0000
parents 7933bed1ffab
children
line wrap: on
line diff
--- a/flux.py	Fri Nov 22 13:41:32 2024 +0000
+++ b/flux.py	Mon Dec 02 20:26:07 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