TenPoisk commited on
Commit
c13ba32
·
1 Parent(s): 8af3d8a

Rename index.html to src.py

Browse files
Files changed (2) hide show
  1. index.html +0 -1
  2. src.py +17 -0
index.html DELETED
@@ -1 +0,0 @@
1
- <title>KemalDiffusion</title>
 
 
src.py ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ import kemal.lib *
3
+ ---
4
+
5
+ ---
6
+ src = 1
7
+ img = 1
8
+ eror = 0
9
+ ---
10
+
11
+ ---
12
+ kemal.img:generator(True)
13
+ ---
14
+
15
+ ---
16
+ import SD.XL *
17
+ ---