Skip to content

Commit 1e3389a

Browse files
committed
Add image links from HF Hub.
1 parent f8ba1fc commit 1e3389a

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docs/source/en/using-diffusers/callback.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,18 @@ images = pipeline(
223223
images[0].save("custom_callback_img.png")
224224
```
225225

226-
without IPAdapterScaleCutoffCallback
226+
<div class="flex gap-4">
227+
<div>
228+
<img class="rounded-xl" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/without_callback.png" alt="generated image of a tiger sitting in a chair drinking orange juice" />
229+
<figcaption class="mt-2 text-center text-sm text-gray-500">without IPAdapterScaleCutoffCallback</figcaption>
230+
</div>
231+
<div>
232+
<img class="rounded-xl" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/with_callback2.png" alt="generated image of a tiger sitting in a chair drinking orange juice with ip adapter callback" />
233+
<figcaption class="mt-2 text-center text-sm text-gray-500">with IPAdapterScaleCutoffCallback</figcaption>
234+
</div>
235+
</div>
236+
227237

228-
with IPAdapterScaleCutoffCallback
229238
## Display image after each generation step
230239

231240
> [!TIP]

0 commit comments

Comments
 (0)