Skip to content

Commit 83505e1

Browse files
...
1 parent fc28db1 commit 83505e1

1 file changed

Lines changed: 25 additions & 6 deletions

File tree

README.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,18 @@
1313
<div align="center">
1414
<img alt="Flask" src="https://img.shields.io/badge/flask%20-%23323330.svg?&style=for-the-badge&logo=flask&logoColor=white"/>
1515
</div>
16+
17+
---
1618

1719
# Image-Generator
1820

1921
![Image-Generator](https://github.com/CursedPrograms/Image-generator/raw/main/demo_images/image-gen-cover.png)
2022

23+
## 📖 Overview
24+
25+
<details>
26+
<summary><b>Overview</b></summary>
27+
2128
This Python project provides a simple command-line interface for interacting with the SDXL-Turbo model, showcasing two key functionalities:
2229

2330
## Text-to-image Conversion:
@@ -32,14 +39,23 @@ Enables users to transform an existing image based on a text prompt using SDXL-T
3239
Users input a text prompt, and the script generates code snippets utilizing the model to transform an initial image.
3340
The resulting image is saved in the "output" directory.
3441

42+
</details>
43+
44+
---
45+
3546
<div align="center">
36-
47+
3748
[Creations by the Image-Genetator](https://cursedprograms.github.io/image-gen-demo-images/)
3849

3950
</div>
4051

52+
---
53+
4154
## How to Run:
42-
### Setup Virtual environment
55+
### Environment Setup
56+
57+
<details>
58+
<summary><b>Environment Setup</b></summary>
4359

4460
#### Lunix
4561
```bash
@@ -54,16 +70,19 @@ py -3.11 -m venv venv311
5470
venv311\Scripts\activate
5571
pip install -r requirements.txt
5672
```
57-
```bash
58-
chmod +x setup.sh
59-
```
73+
</details>
74+
75+
---
76+
77+
## Related Projects
6078

61-
<br>
6279
- [GloriosaAI Repository](https://github.com/CursedPrograms/GloriosaAI)
6380
- [Gender-Age-ID Repository](https://github.com/CursedPrograms/Gender-Age-ID)
6481
- [Detect-Face Repository](https://github.com/CursedPrograms/Detect-Face)
6582
- [Cursed GPT Repository](https://github.com/CursedPrograms/Cursed-GPT)
6683

84+
---
85+
6786
<br>
6887
<div align="center">
6988
<a href="https://github.com/SynthWomb" target="_blank" align="center">

0 commit comments

Comments
 (0)