Instructions to use Yuanshi/OminiControlArt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Yuanshi/OminiControlArt 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
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers
|
| 2 |
+
diffusers
|
| 3 |
+
peft
|
| 4 |
+
opencv-python
|
| 5 |
+
protobuf
|
| 6 |
+
sentencepiece
|
| 7 |
+
gradio
|
| 8 |
+
jupyter
|
| 9 |
+
torchao
|