GuiyeC commited on
Commit
37115f1
1 Parent(s): 4b9837c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -4,10 +4,24 @@ license: creativeml-openrail-m
4
 
5
  # Guernika
6
 
7
- This repository contains Guernika compatible models and instructions to convert existing models.
 
 
8
 
9
  ## <a name="converting-models-to-guernika"></a> Converting Models to Guernika
10
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ### <a name="converting-models-advanced"></a> Easy mode
12
 
13
  **Step 1:** Download and install [`Guernika Model Converter`](https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/GuernikaModelConverter.pkg).
 
4
 
5
  # Guernika
6
 
7
+ This repository contains [Guernika](https://apps.apple.com/app/id1660407508) compatible models and instructions to convert existing models.
8
+
9
+ While these models and instructions were created for [Guernika](https://apps.apple.com/app/id1660407508), they should work and help with any CoreML based solution.
10
 
11
  ## <a name="converting-models-to-guernika"></a> Converting Models to Guernika
12
 
13
+ **WARNING:** Xcode is required to convert models:
14
+
15
+ - Make sure you have [Xcode](https://apps.apple.com/app/id497799835) installed.
16
+
17
+ - Once installed run the following command:
18
+
19
+ ```shell
20
+ sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer/
21
+ ```
22
+
23
+ - You should now be ready to start converting models!
24
+
25
  ### <a name="converting-models-advanced"></a> Easy mode
26
 
27
  **Step 1:** Download and install [`Guernika Model Converter`](https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/GuernikaModelConverter.pkg).