Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
### CoreML version of [timbrooks/instruct-pix2pix](https://huggingface.co/timbrooks/instruct-pix2pix)
|
6 |
+
- Takes in:
|
7 |
+
- input image
|
8 |
+
- input positive prompt
|
9 |
+
- input negative prompt (optional)
|
10 |
+
- Works with Apple's [ml-stable-diffusion](https://github.com/apple/ml-stable-diffusion)
|
11 |
+
- Can generate with [Python or Swift](https://github.com/apple/ml-stable-diffusion?tab=readme-ov-file#-image-generation-with-swift)
|