Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Custom AI Art Style Transfer
|
2 |
|
3 |
This is a Gradio app for transforming input images into a desired art style using your custom AI model.
|
@@ -6,4 +24,4 @@ This is a Gradio app for transforming input images into a desired art style usin
|
|
6 |
|
7 |
```bash
|
8 |
pip install -r requirements.txt
|
9 |
-
python app.py
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- stabilityai/stable-diffusion-2-1
|
7 |
+
pipeline_tag: image-to-image
|
8 |
+
library_name: diffusers
|
9 |
+
tags:
|
10 |
+
- stable-diffusion
|
11 |
+
- diffusers
|
12 |
+
- image-to-image
|
13 |
+
- style-transfer
|
14 |
+
- animation
|
15 |
+
- ai-art
|
16 |
+
- controlnet
|
17 |
+
- lora
|
18 |
+
---
|
19 |
# Custom AI Art Style Transfer
|
20 |
|
21 |
This is a Gradio app for transforming input images into a desired art style using your custom AI model.
|
|
|
24 |
|
25 |
```bash
|
26 |
pip install -r requirements.txt
|
27 |
+
python app.py
|