Instructions to use fffiloni/sweet-brush with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use fffiloni/sweet-brush 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/sweet-brush") prompt = "a coi fish. in the style of TOK" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
#10
by fffiloni - opened
- README.md +3 -0
- images/example_om6c5d6bt.png +0 -0
README.md
CHANGED
|
@@ -44,6 +44,9 @@ widget:
|
|
| 44 |
the streets.. in the style of TOK
|
| 45 |
output:
|
| 46 |
url: images/example_mu38m53gb.png
|
|
|
|
|
|
|
|
|
|
| 47 |
|
| 48 |
---
|
| 49 |
|
|
|
|
| 44 |
the streets.. in the style of TOK
|
| 45 |
output:
|
| 46 |
url: images/example_mu38m53gb.png
|
| 47 |
+
- text: a panda playing football. in the style of TOK
|
| 48 |
+
output:
|
| 49 |
+
url: images/example_om6c5d6bt.png
|
| 50 |
|
| 51 |
---
|
| 52 |
|
images/example_om6c5d6bt.png
ADDED
|