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
Browse filesGenerated example for model fffiloni/dark-pointillisme.
Prompt: dark fierce llama. in the style of TOK
- README.md +3 -0
- images/example_2uqqt36t1.png +0 -0
README.md
CHANGED
|
@@ -22,6 +22,9 @@ widget:
|
|
| 22 |
- text: angry dark chicken, black and white, in the style of TOK
|
| 23 |
output:
|
| 24 |
url: images/example_coutth8xk.png
|
|
|
|
|
|
|
|
|
|
| 25 |
base_model: black-forest-labs/FLUX.1-dev
|
| 26 |
instance_prompt: in the style of TOK
|
| 27 |
license: other
|
|
|
|
| 22 |
- text: angry dark chicken, black and white, in the style of TOK
|
| 23 |
output:
|
| 24 |
url: images/example_coutth8xk.png
|
| 25 |
+
- text: dark fierce llama. in the style of TOK
|
| 26 |
+
output:
|
| 27 |
+
url: images/example_2uqqt36t1.png
|
| 28 |
base_model: black-forest-labs/FLUX.1-dev
|
| 29 |
instance_prompt: in the style of TOK
|
| 30 |
license: other
|
images/example_2uqqt36t1.png
ADDED
|