Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,38 @@
|
|
1 |
-
---
|
2 |
-
license:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: unlicense
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- black-forest-labs/FLUX.1-Kontext-dev
|
7 |
+
tags:
|
8 |
+
- lora
|
9 |
+
- flux
|
10 |
+
- diffusers
|
11 |
+
- image-generation
|
12 |
+
pipeline_tag: text-to-image
|
13 |
+
library_name: diffusers
|
14 |
+
instance_prompt: >-
|
15 |
+
Convert to a realistic art style, convert to photo
|
16 |
+
widget:
|
17 |
+
- text: >-
|
18 |
+
Convert to a realistic art style, convert to photo
|
19 |
+
output:
|
20 |
+
url: composition.png
|
21 |
+
---
|
22 |
+
## HXHY-Image_to_Realistic_Phooto V1.6
|
23 |
+
## Low Rank Adapter (LoRA) for Flux KONTEXT Dev
|
24 |
+
## |||| By Xiaolxl ||||
|
25 |
+
|
26 |
+
Low-Rank Adapter (LoRA) for FLUX Kontext editing/instruction model(s)... <br>
|
27 |
+
This LoRA helps the base model more reliably convert illustration/artwork images to more photorealistic styles. <br>
|
28 |
+
Made/shared by [Xiaolxl](https://civitai.com/user/xiaolxl). Absolutely all credit to them. <br>
|
29 |
+
This repo is merely a repost from the [CivitAI page for this LoRA](https://civitai.com/models/1757495/realcomickontext-version?modelVersionId=1989019). <br>
|
30 |
+
|
31 |
+
The motivations for this repost are: <br>
|
32 |
+
i.Archival (CivitAI remains far more fickle than HF). <br>
|
33 |
+
ii.Enabling expedient use of this adapter on ZERO-GPU-equipped gradio spaces. <br>
|
34 |
+
|
35 |
+
<Gallery />
|
36 |
+
|
37 |
+
## Prompt using:
|
38 |
+
` convert to a realistic art style, convert to photo`, etc... <br>
|