Instructions to use tensorart/Bokeh_Line_Controlnet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tensorart/Bokeh_Line_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("tensorart/Bokeh_Line_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
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,11 +25,11 @@ This enables better control over the main subject features and composition, resu
|
|
| 25 |
|
| 26 |
## Example
|
| 27 |
| input | output | Prompt |
|
| 28 |
-
|---|---|---|
|
| 29 |
-
|
|
| 30 |
-
|
|
| 31 |
-
|
|
| 32 |
-
|
|
| 33 |
|
| 34 |
## Use
|
| 35 |
We recommend using ComfyUI for local inference
|
|
|
|
| 25 |
|
| 26 |
## Example
|
| 27 |
| input | output | Prompt |
|
| 28 |
+
|:---:|:---:|:---|
|
| 29 |
+
| <img src="./images/001_line.png" width="300"/> | <img src="./images/001.png" width="300"/> | A cat looks up, close-up, sapphire eyes |
|
| 30 |
+
| <img src="./images/002_line.png" width="300"/> | <img src="./images/002.png" width="300"/> | heron bird standing, closeup, graceful |
|
| 31 |
+
| <img src="./images/003_line.png" width="300"/> | <img src="./images/003.png" width="300"/> | a modern build design |
|
| 32 |
+
| <img src="./images/004_line.png" width="300"/> | <img src="./images/004.png" width="300"/> | A old woman talking |
|
| 33 |
|
| 34 |
## Use
|
| 35 |
We recommend using ComfyUI for local inference
|