Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
tags:
|
| 4 |
+
- flux
|
| 5 |
+
- lora
|
| 6 |
+
- character
|
| 7 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# te - b
|
| 11 |
+
|
| 12 |
+
LoRA trained on FLUX.1-dev with 1 images.
|
| 13 |
+
|
| 14 |
+
**Trigger word:** `te`
|
| 15 |
+
|
| 16 |
+
## Usage
|
| 17 |
+
|
| 18 |
+
### In ComfyUI:
|
| 19 |
+
1. Download the `.safetensors` file
|
| 20 |
+
2. Place in `ComfyUI/models/loras/`
|
| 21 |
+
3. Use "Load LoRA" node
|
| 22 |
+
4. Set strength to 0.8-1.0
|
| 23 |
+
5. Include trigger word in prompt: "te, [your prompt]"
|
| 24 |
+
|
| 25 |
+
### Via API:
|
| 26 |
+
```python
|
| 27 |
+
# Use this LoRA in your generations
|
| 28 |
+
lora_id = "fb47513d-e1b8-41fd-b262-fec69567f02d"
|
| 29 |
+
prompt = "te, a person in business attire"
|
| 30 |
+
```
|
| 31 |
+
|
| 32 |
+
## Training Details
|
| 33 |
+
- **Steps:** 10
|
| 34 |
+
- **Rank:** 16
|
| 35 |
+
- **Learning Rate:** 0.0002
|
| 36 |
+
- **Base Model:** FLUX.1-dev
|
| 37 |
+
- **Training Time:** ~60 minutes
|
| 38 |
+
- **File Size:** 151.26 MB
|
| 39 |
+
|
| 40 |
+
## Example Prompts
|
| 41 |
+
```
|
| 42 |
+
te, a person standing outdoors, natural lighting
|
| 43 |
+
te, professional headshot, studio lighting
|
| 44 |
+
te, casual photo, smiling
|
| 45 |
+
```
|
| 46 |
+
|
| 47 |
+
---
|
| 48 |
+
|
| 49 |
+
*Generated with automated LoRA training system*
|