Instructions to use latentcat/connow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use latentcat/connow with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("latentcat/connow", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Commit ·
036a3af
1
Parent(s): 00edff5
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ language:
|
|
| 8 |
|
| 9 |
# Model Card for ioclab/ioc-controlnet
|
| 10 |
|
| 11 |
-
This model brings
|
| 12 |
|
| 13 |
## Model Details
|
| 14 |
|
|
|
|
| 8 |
|
| 9 |
# Model Card for ioclab/ioc-controlnet
|
| 10 |
|
| 11 |
+
This model brings perfect control over the light and dark areas of the picture
|
| 12 |
|
| 13 |
## Model Details
|
| 14 |
|