Instructions to use fffiloni/greyscale-tiny-town with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use fffiloni/greyscale-tiny-town 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/greyscale-tiny-town") prompt = "A person in a bustling cafe, greyscale drawing" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#2
by fffiloni - opened
- .gitattributes +1 -0
- README.md +3 -0
- images/example_ie0g9ftvs.png +3 -0
.gitattributes
CHANGED
|
@@ -37,3 +37,4 @@ samples/1740420377791__000000800_0.jpg filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
samples/1740420407012__000000800_1.jpg filter=lfs diff=lfs merge=lfs -text
|
| 38 |
samples/1740420436065__000000800_2.jpg filter=lfs diff=lfs merge=lfs -text
|
| 39 |
images/example_b05hrcgw5.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 37 |
samples/1740420407012__000000800_1.jpg filter=lfs diff=lfs merge=lfs -text
|
| 38 |
samples/1740420436065__000000800_2.jpg filter=lfs diff=lfs merge=lfs -text
|
| 39 |
images/example_b05hrcgw5.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
images/example_ie0g9ftvs.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -19,6 +19,9 @@ widget:
|
|
| 19 |
- text: a crocodile in the fountain, greyscale drawing
|
| 20 |
output:
|
| 21 |
url: images/example_b05hrcgw5.png
|
|
|
|
|
|
|
|
|
|
| 22 |
base_model: black-forest-labs/FLUX.1-dev
|
| 23 |
instance_prompt: greyscale drawing
|
| 24 |
license: other
|
|
|
|
| 19 |
- text: a crocodile in the fountain, greyscale drawing
|
| 20 |
output:
|
| 21 |
url: images/example_b05hrcgw5.png
|
| 22 |
+
- text: a small airport, greyscale drawing
|
| 23 |
+
output:
|
| 24 |
+
url: images/example_ie0g9ftvs.png
|
| 25 |
base_model: black-forest-labs/FLUX.1-dev
|
| 26 |
instance_prompt: greyscale drawing
|
| 27 |
license: other
|
images/example_ie0g9ftvs.png
ADDED
|
Git LFS Details
|