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 Settings
- LM Studio
- Atomic Chat
Upload folder using huggingface_hub
Browse files- .gitignore +2 -0
.gitignore
CHANGED
|
@@ -24,3 +24,5 @@ toConvert/*
|
|
| 24 |
# Un-ignore specific assets
|
| 25 |
!assets/
|
| 26 |
!input/
|
|
|
|
|
|
|
|
|
| 24 |
# Un-ignore specific assets
|
| 25 |
!assets/
|
| 26 |
!input/
|
| 27 |
+
toConvert/
|
| 28 |
+
comparisons/
|