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:
@@ -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
|
||||
.
|
||||
|
||||
Reference in New Issue
Block a user