amd
/

Text-to-Image
Diffusers
Safetensors
art
akasharidas commited on
Commit
362daca
·
verified ·
1 Parent(s): 29b851a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -21,7 +21,7 @@ Nitro-T is a set of text-to-image diffusion models focused on highly efficient t
21
 
22
  ⚡️ [Open-source code](https://github.com/AMD-AIG-AIMA/Nitro-T)! Our GitHub provides training and data preparation scripts to reproduce our results. We hope this codebase for efficient diffusion model training enables researchers to iterate faster on ideas and lowers the barrier for independent developers to build custom models.
23
 
24
- 📝 Read our technical blog post for more details on the techniques we used to achieve fast training and for results and evaluations.
25
 
26
  ## Details
27
 
@@ -65,7 +65,7 @@ image = pipe(
65
  image.save("output.png")
66
  ```
67
 
68
- For more details on training and evaluation please visit the [GitHub repo](https://github.com/AMD-AIG-AIMA/Nitro-T) and read our technical blog post.
69
 
70
 
71
 
 
21
 
22
  ⚡️ [Open-source code](https://github.com/AMD-AIG-AIMA/Nitro-T)! Our GitHub provides training and data preparation scripts to reproduce our results. We hope this codebase for efficient diffusion model training enables researchers to iterate faster on ideas and lowers the barrier for independent developers to build custom models.
23
 
24
+ 📝 Read our [technical blog post](https://rocm.blogs.amd.com/artificial-intelligence/nitro-t-diffusion/README.html) for more details on the techniques we used to achieve fast training and for results and evaluations.
25
 
26
  ## Details
27
 
 
65
  image.save("output.png")
66
  ```
67
 
68
+ For more details on training and evaluation please visit the [GitHub repo](https://github.com/AMD-AIG-AIMA/Nitro-T) and read our [technical blog post](https://rocm.blogs.amd.com/artificial-intelligence/nitro-t-diffusion/README.html).
69
 
70
 
71