image-pipeline commited on
Commit
27cee0d
·
1 Parent(s): c93b03e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +144 -0
README.md ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ tags:
4
+ - imagepipeline
5
+ - imagepipeline.io
6
+ - text-to-image
7
+ - ultra-realistic
8
+ pinned: false
9
+ pipeline_tag: text-to-image
10
+
11
+ ---
12
+
13
+
14
+ ## Sci-fi-Environments
15
+ <img src="https://f005.backblazeb2.com/b2api/v2/b2_download_file_by_id?fileId=4_zfdf0a8ed59e8666b89b10713_f110a3c1c6e7a23fa_d20231201_m140208_c005_v0501007_t0014_u01701439328441" alt="Generated by Image Pipeline" style="border-radius: 10px;">
16
+
17
+
18
+
19
+ **This lora model is uploaded on [imagepipeline.io](https://imagepipeline.io/)**
20
+
21
+ Model details - Sci-fi Environments Model is designed to generate stunning sci-fi environments with a cinematic style. Drawing inspiration from the realms of science fiction, this AI model excels at crafting immersive and visually captivating worlds. With its advanced training, Sci-fi Environments Model empowers users to effortlessly create realistic and atmospheric sci-fi settings, enabling enhanced storytelling and creative exploration.
22
+
23
+ example prompts:
24
+
25
+ a couple standing in front of a futuristic spaceship
26
+
27
+ a statue of a man standing on a ledge in the middle of a space
28
+
29
+ a street with a neon sign that says hello
30
+
31
+ a large space ship is docked in a harbor
32
+
33
+ a sci - fi city with a spaceship flying over it
34
+
35
+ a car in a neon lit garage
36
+
37
+ a futuristic looking building with a giant tower
38
+
39
+
40
+
41
+
42
+ [![Try this model](https://img.shields.io/badge/try_this_model-image_pipeline-BD9319)](https://imagepipeline.io/models/Sci-fi-Environments?id=721fde27-7495-45b5-b751-b256b9323279/)
43
+
44
+
45
+
46
+
47
+ ## How to try this model ?
48
+
49
+ You can try using it locally or send an API call to test the output quality.
50
+
51
+ Get your `API_KEY` from [imagepipeline.io](https://imagepipeline.io/). No payment required.
52
+
53
+
54
+
55
+
56
+
57
+ Coding in `php` `javascript` `node` etc ? Checkout our documentation
58
+
59
+ [![documentation](https://img.shields.io/badge/documentation-image_pipeline-blue)](https://docs.imagepipeline.io/docs/introduction)
60
+
61
+
62
+ ```python
63
+ import requests
64
+ import json
65
+
66
+ url = "https://imagepipeline.io/sdxl/text2image/v1/run"
67
+
68
+ payload = json.dumps({
69
+ "model_id": "sdxl",
70
+ "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",
71
+ "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",
72
+ "width": "512",
73
+ "height": "512",
74
+ "samples": "1",
75
+ "num_inference_steps": "30",
76
+ "safety_checker": false,
77
+ "guidance_scale": 7.5,
78
+ "multi_lingual": "no",
79
+ "embeddings": "",
80
+ "lora_models": "721fde27-7495-45b5-b751-b256b9323279",
81
+ "lora_weights": "0.5"
82
+ })
83
+
84
+ headers = {
85
+ 'Content-Type': 'application/json',
86
+ 'API-Key': 'your_api_key'
87
+ }
88
+
89
+ response = requests.request("POST", url, headers=headers, data=payload)
90
+
91
+ print(response.text)
92
+
93
+ }
94
+ ```
95
+
96
+ Get more ready to use `MODELS` like this for `SD 1.5` and `SDXL` :
97
+
98
+ [![All models](https://img.shields.io/badge/Get%20All%20Models-image_pipeline-BD9319)](https://imagepipeline.io/models)
99
+
100
+ ### API Reference
101
+
102
+ #### Generate Image
103
+
104
+ ```http
105
+ https://api.imagepipeline.io/sdxl/text2image/v1
106
+ ```
107
+
108
+ | Headers | Type | Description |
109
+ |:----------------------| :------- |:-------------------------------------------------------------------------------------------------------------------|
110
+ | `API-Key` | `str` | Get your `API_KEY` from [imagepipeline.io](https://imagepipeline.io/) |
111
+ | `Content-Type` | `str` | application/json - content type of the request body |
112
+
113
+
114
+ | Parameter | Type | Description |
115
+ | :-------- | :------- | :------------------------- |
116
+ | `model_id` | `str` | Your base model, find available lists in [models page](https://imagepipeline.io/models) or upload your own|
117
+ | `prompt` | `str` | Text Prompt. Check our [Prompt Guide](https://docs.imagepipeline.io/docs/SD-1.5/docs/extras/prompt-guide) for tips |
118
+ | `num_inference_steps` | `int [1-50]` | Noise is removed with each step, resulting in a higher-quality image over time. Ideal value 30-50 (without LCM) |
119
+ | `guidance_scale` | `float [1-20]` | Higher guidance scale prioritizes text prompt relevance but sacrifices image quality. Ideal value 7.5-12.5 |
120
+ | `lora_models` | `str, array` | Pass the model_id(s) of LoRA models that can be found in models page |
121
+ | `lora_weights` | `str, array` | Strength of the LoRA effect |
122
+
123
+ ---
124
+ license: creativeml-openrail-m
125
+ tags:
126
+ - imagepipeline
127
+ - imagepipeline.io
128
+ - text-to-image
129
+ - ultra-realistic
130
+ pinned: false
131
+ pipeline_tag: text-to-image
132
+
133
+ ---
134
+
135
+ ### Feedback
136
+
137
+ If you have any feedback, please reach out to us at [email protected]
138
+
139
+
140
+ #### 🔗 Visit Website
141
+ [![portfolio](https://img.shields.io/badge/image_pipeline-BD9319?style=for-the-badge&logo=gocd&logoColor=white)](https://imagepipeline.io/)
142
+
143
+
144
+ If you are the original author of this model, please [click here](https://airtable.com/apprTaRnJbDJ8ufOx/shr4g7o9B6fWfOlUR) to add credits