Update README.md
Browse files
README.md
CHANGED
@@ -48,6 +48,8 @@ To replicate images from Section 4.2 of the paper, you can use the following:
|
|
48 |
image = pipeline(prompt_1, prompt_2, seed=1, num_inference_steps=1000, batch_size=20, lift=0.0, guidance_scale=7.5)
|
49 |
```
|
50 |
|
|
|
|
|
51 |
## Citation
|
52 |
|
53 |
**BibTeX:**
|
|
|
48 |
image = pipeline(prompt_1, prompt_2, seed=1, num_inference_steps=1000, batch_size=20, lift=0.0, guidance_scale=7.5)
|
49 |
```
|
50 |
|
51 |
+
(Note: the runtime for a batch size of 1 on an NVIDIA A40 GPU is around 3 mins 30 sec.)
|
52 |
+
|
53 |
## Citation
|
54 |
|
55 |
**BibTeX:**
|