1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Apply suggestion from @stevhliu

Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
This commit is contained in:
Dhruv Nair
2025-10-08 14:26:40 +05:30
committed by GitHub
parent c918079f8b
commit 28d3856a0e

View File

@@ -17,7 +17,7 @@ specific language governing permissions and limitations under the License.
This guide will show you how to create and use a custom block.
First let's take a look at the structure of our custom block project:
The project should be structured as shown below. The custom block code is contained in `block.py` and the `modular_config.json` file contains metadata for loading the block.
```shell
.