Update README.md
Browse files
README.md
CHANGED
@@ -23,8 +23,8 @@ widget:
|
|
23 |
|
24 |
# Mask + Prompt → Cloth
|
25 |
- This model is still in development for better realistic-ness of the output. Stay tuned 🤗
|
26 |
-
- This model is a fine-tuned
|
27 |
-
-
|
28 |
- Input mask size: 384 x 512
|
29 |
-
-
|
30 |
-
- This model is a fine-tuned of [ControlNet](https://arxiv.org/abs/2302.05543)
|
|
|
23 |
|
24 |
# Mask + Prompt → Cloth
|
25 |
- This model is still in development for better realistic-ness of the output. Stay tuned 🤗
|
26 |
+
- This model is a fine-tuned version of ControlNet, tailored to utilize a black-and-white outline of an upper garment (mask) and a descriptive prompt to generate a garment that aligns with the mask's outline.
|
27 |
+
- It's important to note that this model exclusively operates with upper garments. Please refrain from inputting masks for pants or jeans, as this could yield unexpected outcomes.
|
28 |
- Input mask size: 384 x 512
|
29 |
+
- Each time the model is executed, **even with the same mask and prompt**, it will generate a distinct output.
|
30 |
+
- This model is a fine-tuned of [ControlNet](https://arxiv.org/abs/2302.05543) using [VITON-HD](https://github.com/shadow2496/VITON-HD) dataset
|