Skip to content

Commit 2c041f1

Browse files
DN6stevhliu
andauthored
Update docs/source/en/modular_diffusers/custom_blocks.md
Co-authored-by: Steven Liu <[email protected]>
1 parent cfb83e5 commit 2c041f1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/source/en/modular_diffusers/custom_blocks.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ specific language governing permissions and limitations under the License.
1515

1616
[ModularPipelineBlocks](./pipeline_block) are the fundamental building blocks of a [`ModularPipeline`]. You can create custom blocks by defining their inputs, outputs, and computation logic. This guide demonstrates how to create and use a custom block.
1717

18-
<Tip>
19-
You can find examples of different types of custom blocks in the [Modular Diffusers Custom Blocks collection](https://huggingface.co/collections/diffusers/modular-diffusers-custom-blocks)
20-
</Tip>
18+
> [!TIP]
19+
> Explore the [Modular Diffusers Custom Blocks](https://huggingface.co/collections/diffusers/modular-diffusers-custom-blocks) collection for official custom modular blocks like Nano Banana.
2120
2221
## Project Structure
2322

0 commit comments

Comments
 (0)