Instructions to use strangerzonehf/Dls-ART with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use strangerzonehf/Dls-ART 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("strangerzonehf/Dls-ART") prompt = "Dls Sketch, A cartoon drawing of a woman with long brown hair. The woman has a white face with black eyes. The background is plain white. The drawing is done in black lines." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files
Dls-Art.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d293091139d807442520fe90ef918f1068d99c1c427be0ab8adea29f1bd7b19e
|
| 3 |
+
size 612746304
|
images/dac6621b8a3ab8f37c2949402593318a.jpg
ADDED
|
Git LFS Details
|