Update README.md
Browse files
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.
|