patrickvonplaten commited on
Commit
77eee0f
1 Parent(s): 23686a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -84,12 +84,14 @@ image = pipeline.numpy_to_pil(image)[0]
84
  image.save("astronaut_512.png")
85
  ```
86
 
87
- **1024-res Astronaut
88
- ![upscaled](./astronaut_1024.png)
89
 
90
- **512-res Astronaut
91
  ![ow_res](./astronaut_512.png)
92
 
 
 
 
93
  **Notes**:
94
  - Despite not being a dependency, we highly recommend you to install [xformers](https://github.com/facebookresearch/xformers) for memory efficient attention (better performance)
95
  - If you have low GPU RAM available, make sure to add a `pipe.enable_attention_slicing()` after sending it to `cuda` for less VRAM usage (to the cost of speed)
 
84
  image.save("astronaut_512.png")
85
  ```
86
 
87
+ **Result**:
 
88
 
89
+ *512-res Astronaut*
90
  ![ow_res](./astronaut_512.png)
91
 
92
+ *1024-res Astronaut*
93
+ ![upscaled](./astronaut_1024.png)
94
+
95
  **Notes**:
96
  - Despite not being a dependency, we highly recommend you to install [xformers](https://github.com/facebookresearch/xformers) for memory efficient attention (better performance)
97
  - If you have low GPU RAM available, make sure to add a `pipe.enable_attention_slicing()` after sending it to `cuda` for less VRAM usage (to the cost of speed)