Instructions to use fffiloni/dark-pointillisme with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use fffiloni/dark-pointillisme 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("fffiloni/dark-pointillisme") prompt = "fierce princess, white hair, looking up. in the style of TOK" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
#2
by fffiloni - opened
- .gitattributes +1 -0
- README.md +3 -0
- images/example_xhq6z88qq.png +3 -0
.gitattributes
CHANGED
|
@@ -37,3 +37,4 @@ samples/1740141371783__000001000_0.jpg filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
samples/1740141400616__000001000_1.jpg filter=lfs diff=lfs merge=lfs -text
|
| 38 |
samples/1740141429380__000001000_2.jpg filter=lfs diff=lfs merge=lfs -text
|
| 39 |
images/example_rrk1vslci.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 37 |
samples/1740141400616__000001000_1.jpg filter=lfs diff=lfs merge=lfs -text
|
| 38 |
samples/1740141429380__000001000_2.jpg filter=lfs diff=lfs merge=lfs -text
|
| 39 |
images/example_rrk1vslci.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
images/example_xhq6z88qq.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -16,6 +16,9 @@ widget:
|
|
| 16 |
- text: fierce panda king, sword. in the style of TOK
|
| 17 |
output:
|
| 18 |
url: images/example_rrk1vslci.png
|
|
|
|
|
|
|
|
|
|
| 19 |
base_model: black-forest-labs/FLUX.1-dev
|
| 20 |
instance_prompt: in the style of TOK
|
| 21 |
license: other
|
|
|
|
| 16 |
- text: fierce panda king, sword. in the style of TOK
|
| 17 |
output:
|
| 18 |
url: images/example_rrk1vslci.png
|
| 19 |
+
- text: a fierce deer samurai, battlefield. in the style of TOK
|
| 20 |
+
output:
|
| 21 |
+
url: images/example_xhq6z88qq.png
|
| 22 |
base_model: black-forest-labs/FLUX.1-dev
|
| 23 |
instance_prompt: in the style of TOK
|
| 24 |
license: other
|
images/example_xhq6z88qq.png
ADDED
|
Git LFS Details
|