Skip to content

Commit f73d0b6

Browse files
[Docs] remove license (#2188)
1 parent d0d7fff commit f73d0b6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/source/en/using-diffusers/inpaint.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ specific language governing permissions and limitations under the License.
1414

1515
The [`StableDiffusionInpaintPipeline`] lets you edit specific parts of an image by providing a mask and a text prompt. It uses a version of Stable Diffusion specifically trained for in-painting tasks.
1616

17-
<Tip warning={true}>
18-
Note that this model is distributed separately from the regular Stable Diffusion model, so you have to accept its license even if you accepted the Stable Diffusion one in the past.
19-
20-
Please, visit the [model card](https://huggingface.co/runwayml/stable-diffusion-inpainting), read the license carefully and tick the checkbox if you agree. You have to be a registered user in 🤗 Hugging Face Hub, and you'll also need to use an access token for the code to work. For more information on access tokens, please refer to [this section](https://huggingface.co/docs/hub/security-tokens) of the documentation.
21-
</Tip>
22-
2317
```python
2418
import PIL
2519
import requests
@@ -59,4 +53,4 @@ You can also run this example on colab [![Open In Colab](https://colab.research.
5953

6054
<Tip warning={true}>
6155
A previous experimental implementation of in-painting used a different, lower-quality process. To ensure backwards compatibility, loading a pretrained pipeline that doesn't contain the new model will still apply the old in-painting method.
62-
</Tip>
56+
</Tip>

0 commit comments

Comments
 (0)