Update README.md
Browse files
README.md
CHANGED
@@ -1,38 +1,49 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: openrail
|
3 |
language:
|
4 |
- en
|
5 |
-
|
6 |
-
-
|
7 |
-
- text-to-image
|
8 |
-
library_name: diffusers
|
9 |
pipeline_tag: text-to-image
|
|
|
10 |
---
|
|
|
11 |
|
12 |
-
|
13 |
-
|
14 |
-
<!-- Provide a quick summary of what the model is/does. -->
|
15 |
-
|
16 |
-
This ai can generate images from user promt. It made by KVI. Copyright 2023
|
17 |
-
|
18 |
-
## Model Details
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
### Model Description
|
23 |
-
|
24 |
-
<!-- Provide a longer summary of what this model is. -->
|
25 |
-
|
26 |
|
|
|
27 |
|
28 |
-
|
29 |
-
- **Model type:** AI art generator
|
30 |
-
- **Language(s) (NLP):** English only
|
31 |
-
- **License:** Openrail
|
32 |
|
33 |
-
|
34 |
|
35 |
-
|
36 |
|
37 |
-
|
38 |
-
- **Demo:** https://huggingface.co/spaces/Kvikontent/kviimager
|
|
|
1 |
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- dalle-3
|
7 |
+
- dalle
|
8 |
+
- deepvision
|
9 |
+
- diffusers
|
10 |
+
- template:sd-lora
|
11 |
+
- openskyml
|
12 |
+
widget:
|
13 |
+
- text: reimagine the ZX Spectrum Game MANIC MINER as a 3D modern style game
|
14 |
+
output:
|
15 |
+
url: https://www.instantaiprompt.com/wp-content/uploads/2023/12/manic-miner.jpg
|
16 |
+
- text: >-
|
17 |
+
cute Harry Potter, pixar animated movie style, dramatic lighting, standing
|
18 |
+
outside Hogwarts.
|
19 |
+
output:
|
20 |
+
url: >-
|
21 |
+
https://www.instantaiprompt.com/wp-content/uploads/2023/12/harry-potter-ai-hp.jpg
|
22 |
+
- text: >-
|
23 |
+
close up of a Quokka, national geographic style photography, stunning image,
|
24 |
+
golden hour
|
25 |
+
output:
|
26 |
+
url: https://www.instantaiprompt.com/wp-content/uploads/2023/12/ai-quokka.jpg
|
27 |
+
base_model: stablediffusionapi/juggernaut-xl-v5
|
28 |
+
instance_prompt: <lora:Dall-e_3_0.3-v2-000003>
|
29 |
license: openrail
|
30 |
language:
|
31 |
- en
|
32 |
+
- fr
|
33 |
+
- ru
|
|
|
|
|
34 |
pipeline_tag: text-to-image
|
35 |
+
library_name: diffusers
|
36 |
---
|
37 |
+
# DALL•E 3 XL
|
38 |
|
39 |
+
<Gallery />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
|
41 |
+
## Model description
|
42 |
|
43 |
+
This is a test model very similar to Dall•E 3.
|
|
|
|
|
|
|
44 |
|
45 |
+
By KVI Kontent
|
46 |
|
47 |
+
## Official demo
|
48 |
|
49 |
+
You can use official demo on Spaces: [try](https://huggingface.co/spaces/kvikontent/kviimager).
|
|