Instructions to use AlonzoLeeeooo/shape-guided-controlnet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AlonzoLeeeooo/shape-guided-controlnet with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AlonzoLeeeooo/shape-guided-controlnet", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ license: mit
|
|
| 6 |
# Re-implementation of ControlNet with Shape Masks
|
| 7 |
|
| 8 |
|
| 9 |
-
[[`GitHub`]](https://github.com/AlonzoLeeeooo/shape-guided-controlnet) / [[`Dataset`]]()
|
| 10 |
</div>
|
| 11 |
|
| 12 |
A re-implementation of ControlNet with shape masks.
|
|
|
|
| 6 |
# Re-implementation of ControlNet with Shape Masks
|
| 7 |
|
| 8 |
|
| 9 |
+
[[`GitHub`]](https://github.com/AlonzoLeeeooo/shape-guided-controlnet) / [[`Dataset`]](https://huggingface.co/datasets/AlonzoLeeeooo/COCO2014-train-u2net-masks)
|
| 10 |
</div>
|
| 11 |
|
| 12 |
A re-implementation of ControlNet with shape masks.
|