Update README.md
Browse files
README.md
CHANGED
|
@@ -8,15 +8,8 @@ language:
|
|
| 8 |
|
| 9 |
Lightweight Text-to-Image Generation Improvement with Prompt-Aware Inference Noise Evaluation.
|
| 10 |
|
| 11 |
-
## Usage
|
| 12 |
-
```python
|
| 13 |
-
from predictor.inference.loader import load_predictor
|
| 14 |
-
from predictor.inference.noise_selection import generate_noise_candidates, select_top_k_noise
|
| 15 |
|
| 16 |
-
|
| 17 |
-
```
|
| 18 |
-
|
| 19 |
-
See the [GitHub repo](https://github.com/LSU-ATHENA/PAINE) for full inference and training instructions.
|
| 20 |
|
| 21 |
## Citation
|
| 22 |
```bibtex
|
|
|
|
| 8 |
|
| 9 |
Lightweight Text-to-Image Generation Improvement with Prompt-Aware Inference Noise Evaluation.
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
+
See the [GitHub repo](https://github.com/LSU-ATHENA/Naive-PAINE) for full inference and training instructions.
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
## Citation
|
| 15 |
```bibtex
|