Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Images Interpolation with Stable Diffusion #42

Merged
merged 11 commits into from
Feb 27, 2024
2 changes: 2 additions & 0 deletions notebooks/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
sections:
- local: index
title: Open-Source AI Cookbook
- local: stable_diffusion_interpolation
title: Stable Diffusion Interpolation
- local: automatic_embedding_tei_inference_endpoints
title: Automatic Embeddings with TEI through Inference Endpoints
- local: faiss_with_hf_datasets_and_clip
Expand Down
1 change: 1 addition & 0 deletions notebooks/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ applications and solving various machine learning tasks using open-source tools

Check out the recently added notebooks:

- [Stable Diffusion Interpolation](stable_diffusion_interpolation)
- [Automatic Embeddings with TEI through Inference Endpoints](automatic_embedding_tei_inference_endpoints)
- [Simple RAG for GitHub issues using Hugging Face Zephyr and LangChain](rag_zephyr_langchain)
- [Embedding multimodal data for similarity search using 🤗 transformers, 🤗 datasets and FAISS](faiss_with_hf_datasets_and_clip)
Expand Down
1 change: 1 addition & 0 deletions notebooks/en/stable_diffusion_interpolation.ipynb

Large diffs are not rendered by default.

Loading