ashawkey commited on
Commit
3d350ce
1 Parent(s): f0a9913

Update readme.md

Browse files
Files changed (1) hide show
  1. readme.md +3 -4
readme.md CHANGED
@@ -4,13 +4,12 @@ A pytorch implementation of the text-to-3D model **Dreamfusion**, powered by the
4
 
5
  The original paper's project page: [_DreamFusion: Text-to-3D using 2D Diffusion_](https://dreamfusion3d.github.io/).
6
 
7
- Examples generated from text prompt 'a DSLR photo of a pineapple' viewed with the GUI in real time:
8
 
9
- Exported meshes viewed with MeshLab:
10
 
11
  ### [Gallery](assets/gallery.md) | [Update Logs](assets/update_logs.md)
12
 
13
-
14
  # Important Notice
15
  This project is a **work-in-progress**, and contains lots of differences from the paper. Also, many features are still not implemented now. **The current generation quality cannot match the results from the original paper, and still fail badly for many prompts.**
16
 
@@ -112,4 +111,4 @@ latents.backward(gradient=grad, retain_graph=True)
112
  * Huge thanks to the [Stable Diffusion](https://github.com/CompVis/stable-diffusion) and the [diffusers](https://github.com/huggingface/diffusers) library.
113
 
114
 
115
- * The GUI is developed with [DearPyGui](https://github.com/hoffstadt/DearPyGui).
 
4
 
5
  The original paper's project page: [_DreamFusion: Text-to-3D using 2D Diffusion_](https://dreamfusion3d.github.io/).
6
 
7
+ Examples generated from text prompt `a DSLR photo of a pineapple` viewed with the GUI in real time:
8
 
9
+ https://user-images.githubusercontent.com/25863658/194241493-f3e68f78-aefe-479e-a4a8-001424a61b37.mp4
10
 
11
  ### [Gallery](assets/gallery.md) | [Update Logs](assets/update_logs.md)
12
 
 
13
  # Important Notice
14
  This project is a **work-in-progress**, and contains lots of differences from the paper. Also, many features are still not implemented now. **The current generation quality cannot match the results from the original paper, and still fail badly for many prompts.**
15
 
 
111
  * Huge thanks to the [Stable Diffusion](https://github.com/CompVis/stable-diffusion) and the [diffusers](https://github.com/huggingface/diffusers) library.
112
 
113
 
114
+ * The GUI is developed with [DearPyGui](https://github.com/hoffstadt/DearPyGui).