diff --git a/README.md b/README.md index c45823d..c240ddf 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Description:** -The goal of this project is to make Stable Diffusion more accessible, simple and easy-to-use with python. Stablepy is constructed on top of the Diffusion library +The goal of this project is to make Stable Diffusion more accessible, simple and easy-to-use with python. Stablepy is constructed on top of the Diffusers library **Usage:** @@ -10,6 +10,15 @@ To use the project, simply create a new instance of the `Model_Diffusers` class. Once you have created a new instance of the `Model_Diffusers` class, you can call the `model()` method to generate an image. The `model()` method takes several arguments, including the prompt, the number of steps, the guidance scale, the sampler, the image width, the image height, the path to the upscaler model (if using), etc. +**Demo:** + +See [stablepy_demo.ipynb](https://github.com/R3gm/stablepy/blob/main/stablepy_demo.ipynb) + + + Open In Colab + + + **Examples:** The following code examples show how to use the project to generate a text-to-image and an ControlNet diffusion: