You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ Check out the [Quickstart](https://huggingface.co/docs/diffusers/quicktour) to l
114
114
|[Tutorial](https://huggingface.co/docs/diffusers/tutorials/tutorial_overview)| A basic crash course for learning how to use the library's most important features like using models and schedulers to build your own diffusion system, and training your own diffusion model. |
115
115
|[Loading](https://huggingface.co/docs/diffusers/using-diffusers/loading_overview)| Guides for how to load and configure all the components (pipelines, models, and schedulers) of the library, as well as how to use different schedulers. |
116
116
|[Pipelines for inference](https://huggingface.co/docs/diffusers/using-diffusers/pipeline_overview)| Guides for how to use pipelines for different inference tasks, batched generation, controlling generated outputs and randomness, and how to contribute a pipeline to the library. |
117
-
|[Optimization](https://huggingface.co/docs/diffusers/optimization/opt_overview)| Guides for how to optimize your diffusion model to run faster and consume less memory. |
117
+
|[Optimization](https://huggingface.co/docs/diffusers/optimization/fp16)| Guides for how to optimize your diffusion model to run faster and consume less memory. |
118
118
|[Training](https://huggingface.co/docs/diffusers/training/overview)| Guides for how to train a diffusion model for different tasks with different training techniques. |
| Using IP-Adapter with Negative Noise | Using negative noise with IP-adapter to better control the generation (see the [original post](https://github.com/huggingface/diffusers/discussions/7167) on the forum for more details) |[IP-Adapter Negative Noise](#ip-adapter-negative-noise)|https://github.com/huggingface/notebooks/blob/main/diffusers/ip_adapter_negative_noise.ipynb|[Álvaro Somoza](https://github.com/asomoza)|
10
-
| Asymmetric Tiling |configure seamless image tiling independently for the X and Y axes |[Asymmetric Tiling](#Asymmetric-Tiling)|https://github.com/huggingface/notebooks/blob/main/diffusers/asymetric_tiling.ipynb|[alexisrolland](https://github.com/alexisrolland)|
11
-
| Prompt Scheduling Callback |Allows changing prompts during a generation |[Prompt Scheduling-Callback](#Prompt-Scheduling-Callback)|https://github.com/huggingface/notebooks/blob/main/diffusers/prompt_scheduling_callback.ipynb|[hlky](https://github.com/hlky)|
9
+
| Using IP-Adapter with Negative Noise | Using negative noise with IP-adapter to better control the generation (see the [original post](https://github.com/huggingface/diffusers/discussions/7167) on the forum for more details) |[IP-Adapter Negative Noise](#ip-adapter-negative-noise)|[Notebook](https://github.com/huggingface/notebooks/blob/main/diffusers/ip_adapter_negative_noise.ipynb)|[Álvaro Somoza](https://github.com/asomoza)|
10
+
| Asymmetric Tiling |configure seamless image tiling independently for the X and Y axes |[Asymmetric Tiling](#Asymmetric-Tiling)|[Notebook](https://github.com/huggingface/notebooks/blob/main/diffusers/asymetric_tiling.ipynb)|[alexisrolland](https://github.com/alexisrolland)|
11
+
| Prompt Scheduling Callback |Allows changing prompts during a generation |[Prompt Scheduling-Callback](#Prompt-Scheduling-Callback)|[Notebook](https://github.com/huggingface/notebooks/blob/main/diffusers/prompt_scheduling_callback.ipynb)|[hlky](https://github.com/hlky)|
0 commit comments