Skip to content

Commit c1c9b1c

Browse files
kadirnarorpatashnik
authored andcommitted
📝 Update doc with more descriptive title and filename for "IF" section (huggingface#4049)
* 📝 Update doc with more descriptive title and filename for "IF" section Updated the documentation to provide a more descriptive title and filename for the "IF" section. Previously, having only "IF" as the title was not conveying a clear meaning. By renaming the section to "DeepFloyd IF," we provide users with a more informative and context-specific heading. Thanks! 🙌 * 📝 Update name for "IF" section in 📝 Update name for "IF" section in README Updated the link and name for the "IF" section in the README file to reflect the new heading "DeepFloyd IF." * 📝 Fix broken link for "Instruct Pix2Pix" section in README Fixed the broken link for the "Instruct Pix2Pix" section in the README file. Previously, the link was pointing to an incorrect location due to the presence of "stable_diffusion" in the URL. By removing "stable_diffusion" from the URL, I have corrected the error and ensured that users are directed to the correct section. * 🔧💼 Updated parameters in _toctree.yml file - ✏️ Updated 'local' parameter to 'api/pipelines/deepfloyd_if'. - ✏️ Updated 'title' parameter to 'DeepFloyd IF'. 🎯 These changes aim to improve visibility and accessibility in the documentation of the DeepFloyd IF pipeline. 🚀📚
1 parent 3775c45 commit c1c9b1c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ just hang out ☕.
143143
</tr>
144144
<tr>
145145
<td>Text-to-Image</td>
146-
<td><a href="https://huggingface.co/docs/diffusers/api/pipelines/if">if</a></td>
146+
<td><a href="https://huggingface.co/docs/diffusers/api/pipelines/if">DeepFloyd IF</a></td>
147147
<td><a href="https://huggingface.co/DeepFloyd/IF-I-XL-v1.0"> DeepFloyd/IF-I-XL-v1.0 </a></td>
148148
</tr>
149149
<tr>
@@ -158,7 +158,7 @@ just hang out ☕.
158158
</tr>
159159
<tr>
160160
<td>Text-guided Image-to-Image</td>
161-
<td><a href="https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion/pix2pix">Instruct Pix2Pix</a></td>
161+
<td><a href="https://huggingface.co/docs/diffusers/api/pipelines/pix2pix">Instruct Pix2Pix</a></td>
162162
<td><a href="https://huggingface.co/timbrooks/instruct-pix2pix"> timbrooks/instruct-pix2pix </a></td>
163163
</tr>
164164
<tr>

docs/source/en/_toctree.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@
200200
title: DiffEdit
201201
- local: api/pipelines/dit
202202
title: DiT
203-
- local: api/pipelines/if
204-
title: IF
203+
- local: api/pipelines/deepfloyd_if
204+
title: DeepFloyd IF
205205
- local: api/pipelines/pix2pix
206206
title: InstructPix2Pix
207207
- local: api/pipelines/kandinsky

docs/source/en/api/pipelines/if.mdx renamed to docs/source/en/api/pipelines/deepfloyd_if.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express o
1010
specific language governing permissions and limitations under the License.
1111
-->
1212

13-
# IF
13+
# DeepFloyd IF
1414

1515
## Overview
1616

0 commit comments

Comments
 (0)