Dickson commited on
Commit
8000c42
1 Parent(s): 44440dd

apple support

Browse files
Files changed (2) hide show
  1. README.md +6 -0
  2. app.py +16 -0
README.md CHANGED
@@ -29,6 +29,12 @@ araminta_k's training tutorial:
29
 
30
 
31
 
 
 
 
 
 
 
32
  # Install
33
 
34
  Install WSL with Ubuntu (Ubuntu 22.04)
 
29
 
30
 
31
 
32
+ # Changelog
33
+ v1.1 - Add Apple Metal support.
34
+ v1.0 - Init fork and modified to run on Windows WSL.
35
+
36
+
37
+
38
  # Install
39
 
40
  Install WSL with Ubuntu (Ubuntu 22.04)
app.py CHANGED
@@ -1,3 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  import gradio as gr
2
  from PIL import Image
3
  import requests
 
1
+ """
2
+
3
+ LoRA Ease
4
+
5
+ v1.1
6
+
7
+ dicksondickson
8
+ https://huggingface.co/dicksondickson/lora-ease-wsl
9
+
10
+
11
+ multimodalart
12
+ https://huggingface.co/spaces/multimodalart/lora-ease
13
+
14
+
15
+ """
16
+
17
  import gradio as gr
18
  from PIL import Image
19
  import requests