Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,21 @@
|
|
| 1 |
# Shenhe lora Usage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
## Installtion
|
| 3 |
```bash
|
| 4 |
pip install -U diffusers transformers torch sentencepiece peft controlnet-aux moviepy protobuf
|
|
|
|
| 1 |
# Shenhe lora Usage
|
| 2 |
+
|
| 3 |
+
## Model Source
|
| 4 |
+
|
| 5 |
+
The LoRA model used in this project is sourced from:
|
| 6 |
+
|
| 7 |
+
[TJ Flux Shenhe on CivitAI](https://civitai.com/models/866465/tj-flux-shenhe?modelVersionId=969578)
|
| 8 |
+
|
| 9 |
+
## Regional Flux Pipeline
|
| 10 |
+
|
| 11 |
+
The Regional Flux Pipeline utilized in this project is available at:
|
| 12 |
+
|
| 13 |
+
[Regional Prompting FLUX on GitHub](https://github.com/instantX-research/Regional-Prompting-FLUX)
|
| 14 |
+
|
| 15 |
+
## Acknowledgments
|
| 16 |
+
|
| 17 |
+
We would like to express our sincere gratitude to the creators and contributors of the LoRA model and the Regional Flux Pipeline for their valuable work and resources.
|
| 18 |
+
|
| 19 |
## Installtion
|
| 20 |
```bash
|
| 21 |
pip install -U diffusers transformers torch sentencepiece peft controlnet-aux moviepy protobuf
|