image-pipeline commited on
Commit
c3a4c9d
·
verified ·
1 Parent(s): 68b5717

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -24
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
- Epic anime artwork of a wizard atop a mountain at night casting a cosmic
18
- spell into the dark sky that says "Image Pipeline" made out of colorful
19
- energy
20
  output:
21
- url: images/example_oad0q73un.png
22
 
23
  ---
24
 
25
 
26
- ## {{MODEL_NAME}}
27
  <img src="{{MODEL_IMAGE}}" alt="Generated on Image Pipeline" style="border-radius: 10px;">
28
 
29
 
30
 
31
- **This {{MODEL_TYPE}} model is uploaded on [imagepipeline.io](https://imagepipeline.io/)**
32
 
33
- Model details - {{MODEL_DESCRIPTION}}
34
 
35
 
36
-
37
-
38
- [![Try this model](https://img.shields.io/badge/try_this_model-image_pipeline-BD9319)](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
- "model_id": "{{BASE_MODEL_ID}}",
66
- "prompt": "ultra realistic close up portrait ((beautiful pale cyberpunk female with heavy black eyeliner)), blue eyes, shaved side haircut, hyper detail, cinematic lighting, magic neon, dark red city, Canon EOS R3, nikon, f/1.4, ISO 200, 1/160s, 8K, RAW, unedited, symmetrical balance, in-frame, 8K",
67
- "negative_prompt": "painting, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, deformed, ugly, blurry, bad anatomy, bad proportions, extra limbs, cloned face, skinny, glitchy, double torso, extra arms, extra hands, mangled fingers, missing lips, ugly face, distorted face, extra legs, anime",
68
- "width": "512",
69
- "height": "512",
70
- "samples": "1",
71
- "num_inference_steps": "30",
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
+ [![Try this model](https://img.shields.io/badge/try_this_model-image_pipeline-BD9319)](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 = {