Skip to content

Commit 7f66b35

Browse files
Example for the CosXL InstructPix2Pix model.
1 parent 08d185f commit 7f66b35

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Here are some more advanced examples:
4444

4545
[Stable Cascade](stable_cascade)
4646

47+
[Edit/InstructPix2Pix Models](edit_models)
48+
4749
[Video Models](video)
4850

4951

edit_models/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Image Edit Model Examples
2+
3+
Edit models also called InstructPix2Pix models are models that can be used to edit images using a text prompt.
4+
5+
Here is the workflow for the stability SDXL edit model, the checkpoint can be downloaded from: [here](https://huggingface.co/stabilityai/cosxl/blob/main/cosxl_edit.safetensors). To use it download the cosxl_edit.safetensors file and put it in the ComfyUI/models/checkpoints folder.
6+
7+
![Example](sdxl_edit_model.png)
8+
9+
You can download the above image and then drag or load them on ComfyUI to get the workflow embedded in the image.
10+
11+
The input image used in the above example can be found [here](../unclip/mountains.png).

edit_models/sdxl_edit_model.png

1.14 MB
Loading

0 commit comments

Comments
 (0)