Instructions to use FashGate/config with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FashGate/config with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("FashGate/config", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update model-downloader.py
Browse files- model-downloader.py +1 -1
model-downloader.py
CHANGED
|
@@ -240,7 +240,7 @@ def on_ui_tabs():
|
|
| 240 |
with gr.Row():
|
| 241 |
github = gr.Markdown(
|
| 242 |
'''
|
| 243 |
-
<center><font size=2>Having Issue? |
|
| 244 |
<a href=https://github.com/Iyashinouta/sd-model-downloader/issues>Report Here</a><br>
|
| 245 |
<center><font size=1>Model Downloader v1.0.6 fixed
|
| 246 |
'''
|
|
|
|
| 240 |
with gr.Row():
|
| 241 |
github = gr.Markdown(
|
| 242 |
'''
|
| 243 |
+
<center><font size=2>Having Issue? |
|
| 244 |
<a href=https://github.com/Iyashinouta/sd-model-downloader/issues>Report Here</a><br>
|
| 245 |
<center><font size=1>Model Downloader v1.0.6 fixed
|
| 246 |
'''
|