Instructions to use rafeyy/rafeyy-image-generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use rafeyy/rafeyy-image-generation with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("rafeyy/rafeyy-image-generation", set_active=True) - Notebooks
- Google Colab
- Kaggle
Create .gitignore
Browse files- .gitignore +4 -0
.gitignore
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
__pycache__/
|
| 2 |
+
*.pyc
|
| 3 |
+
.env
|
| 4 |
+
generated_*
|