Update README.md
Browse files
README.md
CHANGED
@@ -46,3 +46,23 @@ display.Image("Varesa.png", width=512, height=512)
|
|
46 |
|
47 |

|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |

|
48 |
|
49 |
+
## Poster Demo
|
50 |
+
|
51 |
+
### Varesa on KFC (750 step lora with stength 1.5)
|
52 |
+
|
53 |
+
<!--
|
54 |
+
https://github.com/svjack/PosterCraft
|
55 |
+
|
56 |
+
python inference_offload_deepseek.py \
|
57 |
+
--prompt "Restaurants KFC poster about Hamberger with Varesa, a pink-haired character with large, expressive purple eyes." \
|
58 |
+
--enable_recap \
|
59 |
+
--num_inference_steps 28 \
|
60 |
+
--guidance_scale 3.5 \
|
61 |
+
--seed 42 \
|
62 |
+
--pipeline_path "black-forest-labs/FLUX.1-dev" \
|
63 |
+
--custom_transformer_path "PosterCraft/PosterCraft-v1_RL"
|
64 |
+
|
65 |
+
-->
|
66 |
+
|
67 |
+
)
|
68 |
+
|