ai-forever commited on
Commit
d00d50c
1 Parent(s): a379b51

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - text-to-image
5
+ - kandinsky
6
+ inference: false
7
+ ---
8
+ # Kandinsky 3.0 IP Adapter
9
+
10
+ ## Usage
11
+ ```python
12
+ pip install git+https://github.com/ai-forever/kandinsky3-diffusers.git
13
+ ```
14
+ ### Image variations
15
+
16
+ ```python
17
+
18
+ ```