sscorzo commited on
Commit
719823f
·
verified ·
1 Parent(s): 667960d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - flux
5
+ - lora
6
+ - text-to-image
7
+ - image-to-image
8
+ base_model: black-forest-labs/FLUX.1-dev
9
+ instance_prompt: lisa
10
+ widget:
11
+ - text: "lisa wearing a black dress and black platform teva sandals at the beach, high resolution"
12
+ output:
13
+ url: "sample_output.png"
14
+ ---
15
+
16
+ # Lisa FLUX LoRA (sscorzo/ls)
17
+
18
+ This is a LoRA trained on the FLUX.1-dev model using Replicate. It is optimized to capture the likeness of **Lisa** across various settings and outfits, with a specific focus on style consistency.
19
+
20
+ ## Training Details
21
+ The model was trained with the following core configurations:
22
+ * **Trigger Word:** `lisa`
23
+ * **Secondary Concepts:** The model was also exposed to descriptive tags including `lisa wearing tevas`, `lisa wearing a black dress`, and `lisa at the beach`.
24
+ * **Network Rank/Alpha:** 16 / 16
25
+ * **Learning Rate:** 0.0004
26
+ * **Steps:** 1000
27
+ * **Optimizer:** AdamW 8-bit
28
+ * **Training Resolution:** Multi-scale (512, 768, 1024)
29
+
30
+ ## Usage
31
+
32
+ ### Recommended Prompting
33
+ To activate the likeness, include the trigger word **lisa** in your prompt. For best results with the footwear styles included in the training data, use specific descriptive phrases:
34
+
35
+ > **Prompt:** `lisa wearing a black dress and black platform teva sandals, standing on a pier at sunset, 8k resolution.`
36
+
37
+ ### Recommended Settings
38
+ * **Guidance Scale:** 3.5
39
+ * **Inference Steps:** 28
40
+ * **LoRA Weight:** 0.7 - 1.0 (Adjust based on how strong you want the likeness to be)
41
+
42
+ ## Files in this Repository
43
+ * `lisa_flux_v1.safetensors`: The primary LoRA weight file.
44
+ * `config.yaml`: The full training configuration file used on Replicate.
45
+ * `captions/`: A folder containing the image-specific text descriptions used during the training process.