nevreal commited on
Commit
6fd62d7
·
verified ·
1 Parent(s): eca0a2a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -2,6 +2,9 @@
2
  license: mit
3
  ---
4
 
 
 
 
5
  # Explanation:
6
  Argument Parsing: We use the argparse library to accept parameters through the command line like prompt, model, steps, width, and other parameters that were inputs in the Gradio interface.
7
  Image Generation Logic: The function generate_images is the core image generation process, using the provided model, prompt, and settings.
 
2
  license: mit
3
  ---
4
 
5
+ # Text 2 Image Cli
6
+
7
+
8
  # Explanation:
9
  Argument Parsing: We use the argparse library to accept parameters through the command line like prompt, model, steps, width, and other parameters that were inputs in the Gradio interface.
10
  Image Generation Logic: The function generate_images is the core image generation process, using the provided model, prompt, and settings.