Update README.md
Browse files
README.md
CHANGED
@@ -49,6 +49,18 @@ image.show()
|
|
49 |
```
|
50 |
---
|
51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
## 🖼️ Example Outputs
|
53 |
|
54 |

|
|
|
49 |
```
|
50 |
---
|
51 |
|
52 |
+
### 🔄 Flexible Prompt Composition
|
53 |
+
|
54 |
+
The prompts used in UniEM-Gen are highly modular — keywords describing morphology, structure, color, and texture can be freely combined to generate diverse electron micrographs. This compositional flexibility allows users to craft custom prompts by mixing and matching descriptive terms.
|
55 |
+
|
56 |
+
You can randomly sample one term from each of the nine attribute categories defined in the **[UniEM-3M](https://huggingface.co/datasets/NNNan/UniEM-3M)**, then assemble them into a coherent prompt using the following structured template:
|
57 |
+
|
58 |
+
```text
|
59 |
+
<microscopy_type> of <subject>: <morphology>. <surface_texture>. <particle_density>. <distribution>. <layering>. <pixel_size_profile>. <color_profile>.
|
60 |
+
💬 Replace each <...> placeholder with a real value from the corresponding category.
|
61 |
+
```
|
62 |
+
|
63 |
+
|
64 |
## 🖼️ Example Outputs
|
65 |
|
66 |

|