Instructions to use Vincent-luo/controlnet-hands with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Vincent-luo/controlnet-hands with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("Vincent-luo/controlnet-hands") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
Commit ·
e709b8d
1
Parent(s): c6abfbb
Delete hand_landmarker.task
Browse files- hand_landmarker.task +0 -3
hand_landmarker.task
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2ed44f10872e87a5834b9b1130fb9ada30e107af2c6fcc4562ad788aca4e7bc4
|
| 3 |
-
size 7819037
|
|
|
|
|
|
|
|
|
|
|
|