Androidonnxfork
commited on
Commit
•
eb310cb
1
Parent(s):
76fe519
Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +10 -0
- .gitignore +15 -0
- .gradle/4.4.1/fileChanges/last-build.bin +3 -0
- .gradle/4.4.1/fileHashes/fileHashes.bin +3 -0
- .gradle/4.4.1/fileHashes/fileHashes.lock +0 -0
- .gradle/7.4/checksums/checksums.lock +0 -0
- .gradle/7.4/checksums/md5-checksums.bin +3 -0
- .gradle/7.4/checksums/sha1-checksums.bin +3 -0
- .gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
- .gradle/7.4/dependencies-accessors/gc.properties +0 -0
- .gradle/7.4/executionHistory/executionHistory.lock +0 -0
- .gradle/7.4/fileChanges/last-build.bin +3 -0
- .gradle/7.4/fileHashes/fileHashes.lock +0 -0
- .gradle/7.4/gc.properties +0 -0
- .gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- .gradle/buildOutputCleanup/cache.properties +2 -0
- .gradle/vcs-1/gc.properties +0 -0
- .idea/.gitignore +3 -0
- .idea/.name +1 -0
- .idea/compiler.xml +6 -0
- .idea/gradle.xml +19 -0
- .idea/misc.xml +10 -0
- .idea/vcs.xml +6 -0
- 2.jpg +0 -0
- AndroidManifest.xml +0 -0
- META-INF/androidx.activity_activity.version +1 -0
- META-INF/androidx.annotation_annotation-experimental.version +1 -0
- META-INF/androidx.appcompat_appcompat-resources.version +1 -0
- META-INF/androidx.appcompat_appcompat.version +1 -0
- META-INF/androidx.arch.core_core-runtime.version +1 -0
- META-INF/androidx.cardview_cardview.version +1 -0
- META-INF/androidx.coordinatorlayout_coordinatorlayout.version +1 -0
- META-INF/androidx.core_core.version +1 -0
- META-INF/androidx.cursoradapter_cursoradapter.version +1 -0
- META-INF/androidx.customview_customview.version +1 -0
- META-INF/androidx.documentfile_documentfile.version +1 -0
- META-INF/androidx.drawerlayout_drawerlayout.version +1 -0
- META-INF/androidx.dynamicanimation_dynamicanimation.version +1 -0
- META-INF/androidx.emoji2_emoji2-views-helper.version +1 -0
- META-INF/androidx.emoji2_emoji2.version +1 -0
- META-INF/androidx.fragment_fragment.version +1 -0
- META-INF/androidx.interpolator_interpolator.version +1 -0
- META-INF/androidx.legacy_legacy-support-core-utils.version +1 -0
- META-INF/androidx.lifecycle_lifecycle-livedata-core.version +1 -0
- META-INF/androidx.lifecycle_lifecycle-livedata.version +1 -0
- META-INF/androidx.lifecycle_lifecycle-process.version +1 -0
- META-INF/androidx.lifecycle_lifecycle-runtime.version +1 -0
- META-INF/androidx.lifecycle_lifecycle-viewmodel-savedstate.version +1 -0
- META-INF/androidx.lifecycle_lifecycle-viewmodel.version +1 -0
- META-INF/androidx.loader_loader.version +1 -0
.gitattributes
CHANGED
@@ -33,3 +33,13 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
app/src/main/assets/model/text_encoder/model.ort filter=lfs diff=lfs merge=lfs -text
|
37 |
+
app/src/main/assets/model/unet/model.ort filter=lfs diff=lfs merge=lfs -text
|
38 |
+
app/src/main/assets/model/vae_decoder/model.ort filter=lfs diff=lfs merge=lfs -text
|
39 |
+
classes.dex filter=lfs diff=lfs merge=lfs -text
|
40 |
+
lib/arm64-v8a/libonnxruntime.so filter=lfs diff=lfs merge=lfs -text
|
41 |
+
lib/armeabi-v7a/libonnxruntime.so filter=lfs diff=lfs merge=lfs -text
|
42 |
+
lib/x86/libonnxruntime.so filter=lfs diff=lfs merge=lfs -text
|
43 |
+
lib/x86_64/libonnxruntime.so filter=lfs diff=lfs merge=lfs -text
|
44 |
+
q/app-release-int8.apk filter=lfs diff=lfs merge=lfs -text
|
45 |
+
app-debug.signed.apk filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.iml
|
2 |
+
.gradle
|
3 |
+
/local.properties
|
4 |
+
/.idea/caches
|
5 |
+
/.idea/libraries
|
6 |
+
/.idea/modules.xml
|
7 |
+
/.idea/workspace.xml
|
8 |
+
/.idea/navEditor.xml
|
9 |
+
/.idea/assetWizardSettings.xml
|
10 |
+
.DS_Store
|
11 |
+
/build
|
12 |
+
/captures
|
13 |
+
.externalNativeBuild
|
14 |
+
.cxx
|
15 |
+
local.properties
|
.gradle/4.4.1/fileChanges/last-build.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d
|
3 |
+
size 1
|
.gradle/4.4.1/fileHashes/fileHashes.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea42e9d21c836bd41c22dc251635ff26401adb8afe3474c2da0a43d90181556e
|
3 |
+
size 18547
|
.gradle/4.4.1/fileHashes/fileHashes.lock
ADDED
Binary file (17 Bytes). View file
|
|
.gradle/7.4/checksums/checksums.lock
ADDED
Binary file (17 Bytes). View file
|
|
.gradle/7.4/checksums/md5-checksums.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de64fcb5f60ebc8ea1887b2578e71ef17914a328f4ff2635f0fae69f5fa75403
|
3 |
+
size 27847
|
.gradle/7.4/checksums/sha1-checksums.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:674f0269fc379b2b7e1679851002e188dc1d9f6fb6e04a2650fb3f1d0e9182ab
|
3 |
+
size 40529
|
.gradle/7.4/dependencies-accessors/dependencies-accessors.lock
ADDED
Binary file (17 Bytes). View file
|
|
.gradle/7.4/dependencies-accessors/gc.properties
ADDED
File without changes
|
.gradle/7.4/executionHistory/executionHistory.lock
ADDED
Binary file (17 Bytes). View file
|
|
.gradle/7.4/fileChanges/last-build.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d
|
3 |
+
size 1
|
.gradle/7.4/fileHashes/fileHashes.lock
ADDED
Binary file (17 Bytes). View file
|
|
.gradle/7.4/gc.properties
ADDED
File without changes
|
.gradle/buildOutputCleanup/buildOutputCleanup.lock
ADDED
Binary file (17 Bytes). View file
|
|
.gradle/buildOutputCleanup/cache.properties
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
#Sat Jul 22 10:26:38 UTC 2023
|
2 |
+
gradle.version=7.4
|
.gradle/vcs-1/gc.properties
ADDED
File without changes
|
.idea/.gitignore
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
# Default ignored files
|
2 |
+
/shelf/
|
3 |
+
/workspace.xml
|
.idea/.name
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Android-Stable-diffusion-ONNX
|
.idea/compiler.xml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="CompilerConfiguration">
|
4 |
+
<bytecodeTargetLevel target="11" />
|
5 |
+
</component>
|
6 |
+
</project>
|
.idea/gradle.xml
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="GradleMigrationSettings" migrationVersion="1" />
|
4 |
+
<component name="GradleSettings">
|
5 |
+
<option name="linkedExternalProjectsSettings">
|
6 |
+
<GradleProjectSettings>
|
7 |
+
<option name="testRunner" value="GRADLE" />
|
8 |
+
<option name="distributionType" value="DEFAULT_WRAPPED" />
|
9 |
+
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
10 |
+
<option name="modules">
|
11 |
+
<set>
|
12 |
+
<option value="$PROJECT_DIR$" />
|
13 |
+
<option value="$PROJECT_DIR$/app" />
|
14 |
+
</set>
|
15 |
+
</option>
|
16 |
+
</GradleProjectSettings>
|
17 |
+
</option>
|
18 |
+
</component>
|
19 |
+
</project>
|
.idea/misc.xml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
4 |
+
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="Android Studio default JDK" project-jdk-type="JavaSDK">
|
5 |
+
<output url="file://$PROJECT_DIR$/build/classes" />
|
6 |
+
</component>
|
7 |
+
<component name="ProjectType">
|
8 |
+
<option name="id" value="Android" />
|
9 |
+
</component>
|
10 |
+
</project>
|
.idea/vcs.xml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="VcsDirectoryMappings">
|
4 |
+
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
5 |
+
</component>
|
6 |
+
</project>
|
2.jpg
ADDED
AndroidManifest.xml
ADDED
Binary file (3.81 kB). View file
|
|
META-INF/androidx.activity_activity.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
1.2.4
|
META-INF/androidx.annotation_annotation-experimental.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
1.1.0
|
META-INF/androidx.appcompat_appcompat-resources.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
1.4.1
|
META-INF/androidx.appcompat_appcompat.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
1.4.1
|
META-INF/androidx.arch.core_core-runtime.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
2.1.0
|
META-INF/androidx.cardview_cardview.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
1.0.0
|
META-INF/androidx.coordinatorlayout_coordinatorlayout.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
1.1.0
|
META-INF/androidx.core_core.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
1.7.0
|
META-INF/androidx.cursoradapter_cursoradapter.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
1.0.0
|
META-INF/androidx.customview_customview.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
1.1.0
|
META-INF/androidx.documentfile_documentfile.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
1.0.0
|
META-INF/androidx.drawerlayout_drawerlayout.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
1.1.1
|
META-INF/androidx.dynamicanimation_dynamicanimation.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
1.0.0
|
META-INF/androidx.emoji2_emoji2-views-helper.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
1.0.0
|
META-INF/androidx.emoji2_emoji2.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
1.0.0
|
META-INF/androidx.fragment_fragment.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
1.3.6
|
META-INF/androidx.interpolator_interpolator.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
1.0.0
|
META-INF/androidx.legacy_legacy-support-core-utils.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
1.0.0
|
META-INF/androidx.lifecycle_lifecycle-livedata-core.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
2.3.1
|
META-INF/androidx.lifecycle_lifecycle-livedata.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
2.0.0
|
META-INF/androidx.lifecycle_lifecycle-process.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
2.4.0
|
META-INF/androidx.lifecycle_lifecycle-runtime.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
2.4.0
|
META-INF/androidx.lifecycle_lifecycle-viewmodel-savedstate.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
2.3.1
|
META-INF/androidx.lifecycle_lifecycle-viewmodel.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
2.3.1
|
META-INF/androidx.loader_loader.version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
1.0.0
|