Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ license_link: LICENSE.md
|
|
5 |
language:
|
6 |
- en
|
7 |
base_model:
|
8 |
-
-
|
9 |
pipeline_tag: text-to-image
|
10 |
---
|
11 |
|
@@ -16,14 +16,14 @@ pipeline_tag: text-to-image
|
|
16 |
<img src="show.jpg"/>
|
17 |
</div>
|
18 |
|
19 |
-
|
20 |
|
21 |
- Input Image: Black and white line art or images processed with edge detection algorithms
|
22 |
- Output Image: Generated images incorporating edge information
|
23 |
|
24 |
This enables better control over the main subject features and composition, resulting in more vivid and realistic images.
|
25 |
|
26 |
-
|
27 |
| input | output | Prompt |
|
28 |
|:---:|:---:|:---|
|
29 |
| <img src="./images/001_line.png" width="300"/> | <img src="./images/001.png" width="300"/> | A cat looks up, close-up, sapphire eyes |
|
@@ -31,7 +31,7 @@ This enables better control over the main subject features and composition, resu
|
|
31 |
| <img src="./images/003_line.png" width="300"/> | <img src="./images/003.png" width="300"/> | a modern build design |
|
32 |
| <img src="./images/004_line.png" width="300"/> | <img src="./images/004.png" width="300"/> | A old woman talking |
|
33 |
|
34 |
-
|
35 |
We recommend using ComfyUI for local inference
|
36 |

|
37 |
|
@@ -70,8 +70,4 @@ image.save('image.jpg')
|
|
70 |
## Contact
|
71 |
* Website: https://tensor.art https://tusiart.com
|
72 |
* Developed by: TensorArt
|
73 |
-
* Api: https://tams.tensor.art/
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
|
|
5 |
language:
|
6 |
- en
|
7 |
base_model:
|
8 |
+
- tensorart/bokeh_3.5_medium
|
9 |
pipeline_tag: text-to-image
|
10 |
---
|
11 |
|
|
|
16 |
<img src="show.jpg"/>
|
17 |
</div>
|
18 |
|
19 |
+
# Description
|
20 |
|
21 |
- Input Image: Black and white line art or images processed with edge detection algorithms
|
22 |
- Output Image: Generated images incorporating edge information
|
23 |
|
24 |
This enables better control over the main subject features and composition, resulting in more vivid and realistic images.
|
25 |
|
26 |
+
# Example
|
27 |
| input | output | Prompt |
|
28 |
|:---:|:---:|:---|
|
29 |
| <img src="./images/001_line.png" width="300"/> | <img src="./images/001.png" width="300"/> | A cat looks up, close-up, sapphire eyes |
|
|
|
31 |
| <img src="./images/003_line.png" width="300"/> | <img src="./images/003.png" width="300"/> | a modern build design |
|
32 |
| <img src="./images/004_line.png" width="300"/> | <img src="./images/004.png" width="300"/> | A old woman talking |
|
33 |
|
34 |
+
# Use
|
35 |
We recommend using ComfyUI for local inference
|
36 |

|
37 |
|
|
|
70 |
## Contact
|
71 |
* Website: https://tensor.art https://tusiart.com
|
72 |
* Developed by: TensorArt
|
73 |
+
* Api: https://tams.tensor.art/
|
|
|
|
|
|
|
|