Instructions to use NickMystic/DeepDream-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use NickMystic/DeepDream-MLX with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir DeepDream-MLX NickMystic/DeepDream-MLX
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
Upload folder using huggingface_hub
Browse files- .gitattributes +8 -0
- .gitignore +1 -0
- assets/deepdream_header.jpg +3 -0
- assets/demo_googlenet.jpg +3 -0
- assets/demo_vgg16.jpg +3 -0
- assets/demo_vgg19.jpg +3 -0
- assets/example_googlenet.jpg +3 -0
- assets/example_resnet50.jpg +3 -0
- assets/example_vgg16.jpg +3 -0
- assets/example_vgg16_custom.jpg +3 -0
.gitattributes
CHANGED
|
@@ -1 +1,9 @@
|
|
| 1 |
*.npz filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
assets/deepdream_header.jpg filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
assets/demo_googlenet.jpg filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
assets/demo_vgg16.jpg filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
assets/demo_vgg19.jpg filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
assets/example_googlenet.jpg filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
assets/example_resnet50.jpg filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
assets/example_vgg16.jpg filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
assets/example_vgg16_custom.jpg filter=lfs diff=lfs merge=lfs -text
|
.gitignore
CHANGED
|
@@ -23,6 +23,7 @@ toConvert/*
|
|
| 23 |
|
| 24 |
# Un-ignore specific assets
|
| 25 |
!assets/
|
|
|
|
| 26 |
!input/
|
| 27 |
toConvert/
|
| 28 |
comparisons/
|
|
|
|
| 23 |
|
| 24 |
# Un-ignore specific assets
|
| 25 |
!assets/
|
| 26 |
+
!assets/**
|
| 27 |
!input/
|
| 28 |
toConvert/
|
| 29 |
comparisons/
|
assets/deepdream_header.jpg
ADDED
|
Git LFS Details
|
assets/demo_googlenet.jpg
ADDED
|
Git LFS Details
|
assets/demo_vgg16.jpg
ADDED
|
Git LFS Details
|
assets/demo_vgg19.jpg
ADDED
|
Git LFS Details
|
assets/example_googlenet.jpg
ADDED
|
Git LFS Details
|
assets/example_resnet50.jpg
ADDED
|
Git LFS Details
|
assets/example_vgg16.jpg
ADDED
|
Git LFS Details
|
assets/example_vgg16_custom.jpg
ADDED
|
Git LFS Details
|