Instructions to use iSolver-AI/mycoolmodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use iSolver-AI/mycoolmodel with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("iSolver-AI/mycoolmodel") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
library_name: diffusers
|
| 3 |
-
base_mdoel: Qwen/Qwen2.5-Coder-32B-Instruct
|
| 4 |
-
instance_prompt: "哈哈哈"
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# Model Card for Model ID
|
|
|
|
| 1 |
---
|
| 2 |
+
# library_name: diffusers
|
| 3 |
+
# base_mdoel: Qwen/Qwen2.5-Coder-32B-Instruct
|
| 4 |
+
# instance_prompt: "哈哈哈"
|
| 5 |
+
|
| 6 |
+
library_name: transformers
|
| 7 |
---
|
| 8 |
|
| 9 |
# Model Card for Model ID
|