Duplicate from cebas/oneClick_Windows_ImageTo3D_install
Browse filesCo-authored-by: Edwin Braun <cebas@users.noreply.huggingface.co>
- .gitattributes +35 -0
- README.md +42 -0
- one_click_cmd.png +0 -0
- run.7z +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz 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
|
README.md
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
library_name: diffusers
|
| 6 |
+
pipeline_tag: text-to-3d
|
| 7 |
+
tags:
|
| 8 |
+
- art
|
| 9 |
+
- windows
|
| 10 |
+
- OneClick install
|
| 11 |
+
- local
|
| 12 |
+
---
|
| 13 |
+
<h1>Simple Windows One Click Install</h1>
|
| 14 |
+
|
| 15 |
+
This is a ONE CLICK, self-contained WINDOWS 10/11 installer for the following model: https://huggingface.co/Zhengyi/CRM <br/>
|
| 16 |
+
I discussed this model in my video here: https://youtu.be/UfCOBTGRNoo
|
| 17 |
+
|
| 18 |
+
Note:
|
| 19 |
+
This is not a new model; we packaged the existing CRM model in a format that can be easily used by everyone using a Windows PC. Check the aforementioned model and licenses.
|
| 20 |
+
|
| 21 |
+
The motivation behind preparing a ONE CLICK Windows install was to allow many more people to experience Local AI methods and make it easier and more broadly available to the masses. We spent a considerable amount of time collecting and assembling everything together.
|
| 22 |
+
|
| 23 |
+
Requirements:
|
| 24 |
+
<ul>
|
| 25 |
+
<li>Windows 10 or 11</li>
|
| 26 |
+
<li>NVIDIA CUDA Graphics Card (a newer model, 8 GB minimum)</li>
|
| 27 |
+
<li>A good modern CPU</li>
|
| 28 |
+
<li>Free hard disk space of at least 20GB</li>
|
| 29 |
+
</ul>
|
| 30 |
+
How to install:
|
| 31 |
+
<ul>
|
| 32 |
+
<li>Download this file.</li>
|
| 33 |
+
<li>Unzip the file (it uses the free 7Zip file compressor) into a new folder (the package extracts to about 5 GB).</li>
|
| 34 |
+
<li>When everything is extracted into one folder,Open a CMD window and navigate to the folder you created.</li>
|
| 35 |
+
<li>Type in or copy and paste this command: <b>run --inputdir "bulldog.webp" --step 10</b></li>
|
| 36 |
+
</ul>
|
| 37 |
+
|
| 38 |
+
<b>IMPORTANT:</b><br/>
|
| 39 |
+
Be patient when you run the model the first time! Depending on your PC, it can take about 20 seconds to start up and show some initial messages. Additionally, there will be several WARNING messages shown; do not be alarmed as they are just warnings. As you would always do on Windows systems - ignore them :)
|
| 40 |
+
At the end of the process, you should get a ZIP file with a 3D Model OBJ and textures. This file can be found in the "OUT" folder.
|
| 41 |
+
You can use Windows 3D Viewer to check it out. Use your own images and try it out locally! <br>
|
| 42 |
+
As mentioned above, read more about the model here: https://huggingface.co/Zhengyi/CRM
|
one_click_cmd.png
ADDED
|
run.7z
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:908dbb3623089559f46c3c8e93be63db6999466fac234e81ce096ab04f5ce5dc
|
| 3 |
+
size 1721000368
|