Update README.md
Browse files
README.md
CHANGED
@@ -13,29 +13,24 @@ base_model:
|
|
13 |
library_name: diffusers
|
14 |
new_version: black-forest-labs/FLUX.1-dev
|
15 |
widget:
|
16 |
-
- text:
|
17 |
-
|
18 |
-
spell into the dark sky that says "Image Pipeline" made out of colorful
|
19 |
-
energy
|
20 |
output:
|
21 |
-
url: images/
|
22 |
|
23 |
---
|
24 |
|
25 |
|
26 |
-
##
|
27 |
<img src="{{MODEL_IMAGE}}" alt="Generated on Image Pipeline" style="border-radius: 10px;">
|
28 |
|
29 |
|
30 |
|
31 |
-
**This
|
32 |
|
33 |
-
Model details - {{MODEL_DESCRIPTION}}
|
34 |
|
35 |
|
36 |
-
|
37 |
-
|
38 |
-
[](https://imagepipeline.io/models/{{MODEL_NAME}}?id={{MODEL_ID}}/)
|
39 |
|
40 |
|
41 |
|
@@ -62,19 +57,13 @@ import json
|
|
62 |
url = "https://imagepipeline.io/generate/v3"
|
63 |
|
64 |
payload = json.dumps({
|
65 |
-
"
|
66 |
-
"
|
67 |
-
"
|
68 |
-
"
|
69 |
-
"
|
70 |
-
"
|
71 |
-
"
|
72 |
-
"safety_checker": false,
|
73 |
-
"guidance_scale": 7.5,
|
74 |
-
"multi_lingual": "no",
|
75 |
-
"embeddings": "{{EMBEDDING_MODEL_ID}}",
|
76 |
-
"lora_models": "{{LORA_MODEL_ID}}",
|
77 |
-
"lora_weights": "{{LORA_MODEL_WEIGHT}}"
|
78 |
})
|
79 |
|
80 |
headers = {
|
|
|
13 |
library_name: diffusers
|
14 |
new_version: black-forest-labs/FLUX.1-dev
|
15 |
widget:
|
16 |
+
- text:
|
17 |
+
anime, graphic novel style, girl with pink pigtails wearing a blue vand white frock eating an ice-cream
|
|
|
|
|
18 |
output:
|
19 |
+
url: images/78.png
|
20 |
|
21 |
---
|
22 |
|
23 |
|
24 |
+
## flux-Anime
|
25 |
<img src="{{MODEL_IMAGE}}" alt="Generated on Image Pipeline" style="border-radius: 10px;">
|
26 |
|
27 |
|
28 |
|
29 |
+
**This flux model is uploaded on [imagepipeline.io](https://imagepipeline.io/)**
|
30 |
|
|
|
31 |
|
32 |
|
33 |
+
[](https://www.imagepipeline.io/models/flux-anime?id=d73af5c2-8d3e-4b11-b593-7f0e2e9bc8d3)
|
|
|
|
|
34 |
|
35 |
|
36 |
|
|
|
57 |
url = "https://imagepipeline.io/generate/v3"
|
58 |
|
59 |
payload = json.dumps({
|
60 |
+
"prompt": "",
|
61 |
+
"width": "1024",
|
62 |
+
"height": "1024",
|
63 |
+
"num_inference_steps": "25",
|
64 |
+
"safety_checker": false,
|
65 |
+
"lora_models": ["d73af5c2-8d3e-4b11-b593-7f0e2e9bc8d3"],
|
66 |
+
"lora_weights": [1.0]
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
})
|
68 |
|
69 |
headers = {
|