c2p-cmd commited on
Commit
f375eaf
1 Parent(s): f499f42

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
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)