Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,7 @@ pipeline_tag: text-to-image
|
|
| 13 |
tags:
|
| 14 |
- flux
|
| 15 |
- art
|
|
|
|
| 16 |
---
|
| 17 |
# **Flux.1-Krea-Merged-Dev (Flux.1-Dev + Flux.1-Krea-Dev)**
|
| 18 |
|
|
@@ -33,7 +34,7 @@ tags:
|
|
| 33 |
|  |  |  |
|
| 34 |
|  |  |  |
|
| 35 |
|
| 36 |
-
> cute anime illustration of a colorful sushi platter featuring nigiri, maki rolls, sashimi, and wasabi on a wooden tray with decorative two chopsticks.
|
| 37 |
|
| 38 |
---
|
| 39 |
|
|
@@ -153,9 +154,9 @@ pipeline = FluxPipeline.from_pretrained(
|
|
| 153 |
image = pipeline(
|
| 154 |
prompt="a tiny astronaut hatching from an egg on the moon",
|
| 155 |
guidance_scale=3.5,
|
| 156 |
-
num_inference_steps=
|
| 157 |
-
height=
|
| 158 |
-
width=
|
| 159 |
max_sequence_length=512,
|
| 160 |
generator=torch.manual_seed(0),
|
| 161 |
).images[0]
|
|
|
|
| 13 |
tags:
|
| 14 |
- flux
|
| 15 |
- art
|
| 16 |
+
- experimental
|
| 17 |
---
|
| 18 |
# **Flux.1-Krea-Merged-Dev (Flux.1-Dev + Flux.1-Krea-Dev)**
|
| 19 |
|
|
|
|
| 34 |
|  |  |  |
|
| 35 |
|  |  |  |
|
| 36 |
|
| 37 |
+
> prompt : cute anime illustration of a colorful sushi platter featuring nigiri, maki rolls, sashimi, and wasabi on a wooden tray with decorative two chopsticks.
|
| 38 |
|
| 39 |
---
|
| 40 |
|
|
|
|
| 154 |
image = pipeline(
|
| 155 |
prompt="a tiny astronaut hatching from an egg on the moon",
|
| 156 |
guidance_scale=3.5,
|
| 157 |
+
num_inference_steps=28,
|
| 158 |
+
height=1024,
|
| 159 |
+
width=1024,
|
| 160 |
max_sequence_length=512,
|
| 161 |
generator=torch.manual_seed(0),
|
| 162 |
).images[0]
|