Instructions to use jeremytai/techlinedrawing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use jeremytai/techlinedrawing with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("jeremytai/techlinedrawing") prompt = "techlinedrawing, 70s era bicycle" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -36,7 +36,7 @@ widget:
|
|
| 36 |
url: images/example_ka8elj0ya.png
|
| 37 |
|
| 38 |
---
|
| 39 |
-
#
|
| 40 |
|
| 41 |
<Gallery />
|
| 42 |
|
|
@@ -48,7 +48,7 @@ a black and white drawing on a white background, render, high detail drawing, pe
|
|
| 48 |
|
| 49 |
## Trigger words
|
| 50 |
|
| 51 |
-
You should use `
|
| 52 |
|
| 53 |
|
| 54 |
## Download model
|
|
|
|
| 36 |
url: images/example_ka8elj0ya.png
|
| 37 |
|
| 38 |
---
|
| 39 |
+
# technical line drawing
|
| 40 |
|
| 41 |
<Gallery />
|
| 42 |
|
|
|
|
| 48 |
|
| 49 |
## Trigger words
|
| 50 |
|
| 51 |
+
You should use `techlinedrawing` to trigger the image generation.
|
| 52 |
|
| 53 |
|
| 54 |
## Download model
|