Instructions to use NO8D/ImagingControl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use NO8D/ImagingControl with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("NO8D/ImagingControl", dtype=torch.bfloat16, device_map="cuda") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload 4 files
Browse files- angle_9B.safetensors +3 -0
- clothes.safetensors +3 -0
- tattoos.safetensors +3 -0
angle_9B.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:066c82bac8884f00422d4dfda243dcddeef5dae7a3f5bdc9b85fc971371cb35d
|
| 3 |
+
size 41447640
|
clothes.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9cf9942ddbca7f01f035f069d5c2a5cd3e29ca5b9909268cab0088d115e54e2
|
| 3 |
+
size 41447648
|
tattoos.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0477b60b4d9e885c9a3c9dd8f6951e7866a265d15459386d5a7ba59eee040cb0
|
| 3 |
+
size 41447648
|