Instructions to use John2386/fullgreed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use John2386/fullgreed with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
workflow: point model loader at greed_int8.safetensors
Browse files
workflows/alphgreed_workflow.json
CHANGED
|
@@ -1026,7 +1026,7 @@
|
|
| 1026 |
"Node name for S&R": "UNETLoader"
|
| 1027 |
},
|
| 1028 |
"widgets_values": [
|
| 1029 |
-
"
|
| 1030 |
"default"
|
| 1031 |
]
|
| 1032 |
}
|
|
|
|
| 1026 |
"Node name for S&R": "UNETLoader"
|
| 1027 |
},
|
| 1028 |
"widgets_values": [
|
| 1029 |
+
"greed_int8.safetensors",
|
| 1030 |
"default"
|
| 1031 |
]
|
| 1032 |
}
|