Skip to content

Commit 80cfaeb

Browse files
authored
Fix typo in philosophy.md (#8303)
fix typo in philosophy.md
1 parent ba82414 commit 80cfaeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/conceptual/philosophy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The following design principles are followed:
7070
- Pipelines should be used **only** for inference.
7171
- Pipelines should be very readable, self-explanatory, and easy to tweak.
7272
- Pipelines should be designed to build on top of each other and be easy to integrate into higher-level APIs.
73-
- Pipelines are **not** intended to be feature-complete user interfaces. For future complete user interfaces one should rather have a look at [InvokeAI](https://github.com/invoke-ai/InvokeAI), [Diffuzers](https://github.com/abhishekkrthakur/diffuzers), and [lama-cleaner](https://github.com/Sanster/lama-cleaner).
73+
- Pipelines are **not** intended to be feature-complete user interfaces. For feature-complete user interfaces one should rather have a look at [InvokeAI](https://github.com/invoke-ai/InvokeAI), [Diffuzers](https://github.com/abhishekkrthakur/diffuzers), and [lama-cleaner](https://github.com/Sanster/lama-cleaner).
7474
- Every pipeline should have one and only one way to run it via a `__call__` method. The naming of the `__call__` arguments should be shared across all pipelines.
7575
- Pipelines should be named after the task they are intended to solve.
7676
- In almost all cases, novel diffusion pipelines shall be implemented in a new pipeline folder/file.

0 commit comments

Comments
 (0)