File size: 3,075 Bytes
c9dbdba
 
 
 
 
 
0e17b9b
2dd9b1c
c9dbdba
2dd9b1c
 
 
 
c9dbdba
0e17b9b
2dd9b1c
 
 
 
 
 
 
0e17b9b
 
2dd9b1c
 
 
 
 
 
0e17b9b
 
c9dbdba
 
 
 
 
 
 
 
e43d161
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c9dbdba
 
 
 
 
 
 
 
 
 
0e17b9b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
---
tags:
- text-to-image
- lora
- diffusers
- template:diffusion-lora
- Street Bokeh
- Backgroung-Blur
widget:
- text: >-
    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.
  output:
    url: images/SB1.png
- text: >-
    Street Bokeh, A close-up shot of a mans face, the mans eyes are slightly
    open, and he is wearing a pair of dark sunglasses with tinted lenses. His
    hair is dark brown, and his eyebrows are a light brown. His mouth is
    slightly closed, as if he is looking to the left. The background is blurred,
    and there are a bunch of colorful lights in the background, adding a pop of
    color to the scene.
  output:
    url: images/SB2.png
- text: >-
    Street Bokeh, Captured at eye-level, a close-up shot of a womans face,
    adorned with a pair of tinted sunglasses. The womans eyes are tinted a deep
    pink, and her hair is cascading over her shoulders. She is dressed in a
    leopard print jacket, a silver necklace, and earrings. The background is
    blurred, creating a vibrant and colorful backdrop.
  output:
    url: images/SB3.png
base_model: black-forest-labs/FLUX.1-dev
instance_prompt: Street Bokeh
license: creativeml-openrail-m
---
# Street-Bokeh-Flux-LoRA

<Gallery />

- Hosted Here🧨: https://huggingface.co/spaces/prithivMLmods/FLUX-LoRA-DLC

**The model is still in the training phase. This is not the final version and may contain artifacts and perform poorly in some cases.**

## Model description 

**prithivMLmods/Street-Bokeh-Flux-LoRA**

Image Processing Parameters 

| Parameter                 | Value  | Parameter                 | Value  |
|---------------------------|--------|---------------------------|--------|
| LR Scheduler              | constant | Noise Offset              | 0.03   |
| Optimizer                 | AdamW  | Multires Noise Discount   | 0.1    |
| Network Dim               | 64     | Multires Noise Iterations | 10     |
| Network Alpha             | 32     | Repeat & Steps           | 23 & 2550|
| Epoch                     | 12  | Save Every N Epochs       | 1      |

    Labeling: florence2-en(natural language & English)
    
    Total Images Used for Training : 13 [ Hi-RES ]
    
## Best Dimensions

- 1024 x 1024 (Default)
  
## Setting Up
```
import torch
from pipelines import DiffusionPipeline

base_model = "black-forest-labs/FLUX.1-dev"
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)

lora_repo = "prithivMLmods/Street-Bokeh-Flux-LoRA"
trigger_word = "Street Bokeh"  
pipe.load_lora_weights(lora_repo)

device = torch.device("cuda")
pipe.to(device)
```
## Data source
    
    - https://freeflo.ai/

## Trigger words

You should use `Street Bokeh` to trigger the image generation.


## Download model

Weights for this model are available in Safetensors format.

[Download](/prithivMLmods/Street-Bokeh-Flux-LoRA/tree/main) them in the Files & versions tab.