Instructions to use prithivMLmods/Street-Bokeh-Flux-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/Street-Bokeh-Flux-LoRA 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("prithivMLmods/Street-Bokeh-Flux-LoRA") prompt = "Street Bokeh, a young woman with long dark hair, wearing a black hooded jacket, stands in front of a backdrop of colorful lights. The backdrop is blurred, creating a stark contrast with the vibrant colors of the lights." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,14 +5,29 @@ tags:
|
|
| 5 |
- diffusers
|
| 6 |
- template:diffusion-lora
|
| 7 |
- Street Bokeh
|
|
|
|
| 8 |
widget:
|
| 9 |
-
- text:
|
|
|
|
|
|
|
|
|
|
| 10 |
output:
|
| 11 |
url: images/SB1.png
|
| 12 |
-
- text:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
output:
|
| 14 |
url: images/SB2.png
|
| 15 |
-
- text:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
output:
|
| 17 |
url: images/SB3.png
|
| 18 |
base_model: black-forest-labs/FLUX.1-dev
|
|
|
|
| 5 |
- diffusers
|
| 6 |
- template:diffusion-lora
|
| 7 |
- Street Bokeh
|
| 8 |
+
- Backgroung-Blur
|
| 9 |
widget:
|
| 10 |
+
- text: >-
|
| 11 |
+
Street Bokeh, a young woman with long dark hair, wearing a black hooded
|
| 12 |
+
jacket, stands in front of a backdrop of colorful lights. The backdrop is
|
| 13 |
+
blurred, creating a stark contrast with the vibrant colors of the lights.
|
| 14 |
output:
|
| 15 |
url: images/SB1.png
|
| 16 |
+
- text: >-
|
| 17 |
+
Street Bokeh, A close-up shot of a mans face, the mans eyes are slightly
|
| 18 |
+
open, and he is wearing a pair of dark sunglasses with tinted lenses. His
|
| 19 |
+
hair is dark brown, and his eyebrows are a light brown. His mouth is
|
| 20 |
+
slightly closed, as if he is looking to the left. The background is blurred,
|
| 21 |
+
and there are a bunch of colorful lights in the background, adding a pop of
|
| 22 |
+
color to the scene.
|
| 23 |
output:
|
| 24 |
url: images/SB2.png
|
| 25 |
+
- text: >-
|
| 26 |
+
Street Bokeh, Captured at eye-level, a close-up shot of a womans face,
|
| 27 |
+
adorned with a pair of tinted sunglasses. The womans eyes are tinted a deep
|
| 28 |
+
pink, and her hair is cascading over her shoulders. She is dressed in a
|
| 29 |
+
leopard print jacket, a silver necklace, and earrings. The background is
|
| 30 |
+
blurred, creating a vibrant and colorful backdrop.
|
| 31 |
output:
|
| 32 |
url: images/SB3.png
|
| 33 |
base_model: black-forest-labs/FLUX.1-dev
|