Update README.md
Browse files
README.md
CHANGED
@@ -21,11 +21,12 @@ license: creativeml-openrail-m
|
|
21 |
# Flux.1-Dev-Quote-LoRA
|
22 |
|
23 |
<Gallery />
|
|
|
24 |
**The model is still in the training phase. This is not the final version and may contain artifacts and perform poorly in some cases.**
|
25 |
|
26 |
## Model description
|
27 |
|
28 |
-
**prithivMLmods/Flux.1-Dev-
|
29 |
|
30 |
Image Processing Parameters
|
31 |
|
@@ -34,15 +35,16 @@ Image Processing Parameters
|
|
34 |
| LR Scheduler | constant | Noise Offset | 0.03 |
|
35 |
| Optimizer | AdamW | Multires Noise Discount | 0.1 |
|
36 |
| Network Dim | 64 | Multires Noise Iterations | 10 |
|
37 |
-
| Network Alpha | 32 | Repeat & Steps |
|
38 |
| Epoch | 10 | Save Every N Epochs | 1 |
|
39 |
|
40 |
Labeling: florence2-en(natural language & English)
|
41 |
|
42 |
-
Total Images Used for Training :
|
43 |
|
44 |
## Best Dimensions
|
45 |
|
|
|
46 |
- 1024 x 1024 (Default)
|
47 |
|
48 |
## Setting Up
|
@@ -53,8 +55,8 @@ from pipelines import DiffusionPipeline
|
|
53 |
base_model = "black-forest-labs/FLUX.1-dev"
|
54 |
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
|
55 |
|
56 |
-
lora_repo = "prithivMLmods/Flux.1-Dev-
|
57 |
-
trigger_word = "
|
58 |
pipe.load_lora_weights(lora_repo)
|
59 |
|
60 |
device = torch.device("cuda")
|
@@ -72,7 +74,6 @@ pipe.to(device)
|
|
72 |
|
73 |
You should use `quoter` to trigger the image generation.
|
74 |
|
75 |
-
|
76 |
## Download model
|
77 |
|
78 |
Weights for this model are available in Safetensors format.
|
|
|
21 |
# Flux.1-Dev-Quote-LoRA
|
22 |
|
23 |
<Gallery />
|
24 |
+
|
25 |
**The model is still in the training phase. This is not the final version and may contain artifacts and perform poorly in some cases.**
|
26 |
|
27 |
## Model description
|
28 |
|
29 |
+
**prithivMLmods/Flux.1-Dev-Quote-LoRA**
|
30 |
|
31 |
Image Processing Parameters
|
32 |
|
|
|
35 |
| LR Scheduler | constant | Noise Offset | 0.03 |
|
36 |
| Optimizer | AdamW | Multires Noise Discount | 0.1 |
|
37 |
| Network Dim | 64 | Multires Noise Iterations | 10 |
|
38 |
+
| Network Alpha | 32 | Repeat & Steps | 17 & 1750 |
|
39 |
| Epoch | 10 | Save Every N Epochs | 1 |
|
40 |
|
41 |
Labeling: florence2-en(natural language & English)
|
42 |
|
43 |
+
Total Images Used for Training : 18
|
44 |
|
45 |
## Best Dimensions
|
46 |
|
47 |
+
- 768 x 1024 (Best)
|
48 |
- 1024 x 1024 (Default)
|
49 |
|
50 |
## Setting Up
|
|
|
55 |
base_model = "black-forest-labs/FLUX.1-dev"
|
56 |
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
|
57 |
|
58 |
+
lora_repo = "prithivMLmods/Flux.1-Dev-Quote-LoRA"
|
59 |
+
trigger_word = "quoter"
|
60 |
pipe.load_lora_weights(lora_repo)
|
61 |
|
62 |
device = torch.device("cuda")
|
|
|
74 |
|
75 |
You should use `quoter` to trigger the image generation.
|
76 |
|
|
|
77 |
## Download model
|
78 |
|
79 |
Weights for this model are available in Safetensors format.
|