We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0a04d commit 95a910bCopy full SHA for 95a910b
1 file changed
eval/EVAL.md
@@ -113,7 +113,7 @@ bash scripts/autoregressive/sample_c2i.sh \
113
--gpt-ckpt /path/to/llamagen/ckpt \
114
--gpt-model GPT-XXL --num-output-layer 4 \
115
--num-codebooks 8 --codebook-size 32768 \
116
- --image-size 256 --cfg-scale 1.0
+ --image-size 256 --cfg-scale 1.0 --temperature 0.9
117
```
118
For FID evaluation, please follow [instructions](https://github.com/FoundationVision/LlamaGen/blob/main/evaluations/c2i/README.md)
119
-from LlamaGen to install required packages and download reference images.
+from LlamaGen to install required packages and download reference images.
0 commit comments