refactor(readme): fix
Browse files
README.md
CHANGED
@@ -218,10 +218,6 @@ python svgdreamer.py x=ink "prompt='Big Wild Goose Pagoda. ink style. Minimalist
|
|
218 |
- `neg_prompt` negative prompts affect the quality of the results
|
219 |
- By setting `state.mprec='fp16'`, you can significantly reduce GPU memory usage.
|
220 |
|
221 |
-
```shell
|
222 |
-
CUDA_VISIBLE_DEVICES=0 python svgdreamer.py x=iconography skip_sive=True "prompt='Sydney opera house. oil painting. by Van Gogh'" result_path='./logs-reward/Sydney-reward' state.mprec='fp16' x.vpsd.phi_ReFL=True multirun=True srange='[10,12]'
|
223 |
-
```
|
224 |
-
|
225 |
## ๐ TODO
|
226 |
|
227 |
- [x] Release the code.
|
|
|
218 |
- `neg_prompt` negative prompts affect the quality of the results
|
219 |
- By setting `state.mprec='fp16'`, you can significantly reduce GPU memory usage.
|
220 |
|
|
|
|
|
|
|
|
|
221 |
## ๐ TODO
|
222 |
|
223 |
- [x] Release the code.
|