finish
This commit is contained in:
parent
4e2c1f3a4d
commit
1e98723e12
|
@ -10,23 +10,8 @@ an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express o
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
# Stable Diffusion
|
||||||
|
|
||||||
|
Under construction 🚧
|
||||||
|
|
||||||
# Quicktour
|
For now please visit this [very in-detail blog post](https://huggingface.co/blog/stable_diffusion)
|
||||||
|
|
||||||
Start using Diffusers🧨 quickly!
|
|
||||||
To start, use the [`DiffusionPipeline`] for quick inference and sample generations!
|
|
||||||
|
|
||||||
```
|
|
||||||
pip install diffusers
|
|
||||||
```
|
|
||||||
|
|
||||||
## Main classes
|
|
||||||
|
|
||||||
### Models
|
|
||||||
|
|
||||||
### Schedulers
|
|
||||||
|
|
||||||
### Pipeliens
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue