Instructions to use GeroldMeisinger/control-edgedrawing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GeroldMeisinger/control-edgedrawing with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("GeroldMeisinger/control-edgedrawing", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Gerold Meisinger commited on
Commit ·
d06ca26
1
Parent(s): 9f23e65
blub
Browse files
README.md
CHANGED
|
@@ -6,11 +6,13 @@ language:
|
|
| 6 |
- en
|
| 7 |
---
|
| 8 |
|
| 9 |
-
Based on my GitHub monologs at [Edge Drawing - a Canny alternative](https://github.com/lllyasviel/ControlNet/discussions/318)
|
| 10 |
-
|
| 11 |
Controls image generation by edge maps generated with [EdgeDrawing Parameter-Free](https://github.com/CihanTopal/ED_Lib).
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
**EdgeDrawing Parameter-Free**
|
| 16 |
|
|
|
|
| 6 |
- en
|
| 7 |
---
|
| 8 |
|
|
|
|
|
|
|
| 9 |
Controls image generation by edge maps generated with [EdgeDrawing Parameter-Free](https://github.com/CihanTopal/ED_Lib).
|
| 10 |
|
| 11 |
+
* Based on my GitHub monologs at [Edge Drawing - a Canny alternative](https://github.com/lllyasviel/ControlNet/discussions/318)
|
| 12 |
+
* For usage see the model page on [Civitai.com](https://civitai.com/models/149740).
|
| 13 |
+
* To generate edpf maps you can use the script [edpf.py](https://gitlab.com/-/snippets/3601881).
|
| 14 |
+
* For evaluation see the corresponding .zip with images in "files".
|
| 15 |
+
* To run your own evaluations you can use [inference.py](https://gitlab.com/-/snippets/3602096).
|
| 16 |
|
| 17 |
**EdgeDrawing Parameter-Free**
|
| 18 |
|