ehristoforu
commited on
Commit
•
39fdee6
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +82 -0
.gitattributes
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
37 |
+
# Audio files - uncompressed
|
38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
41 |
+
# Audio files - compressed
|
42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
47 |
+
# Image files - uncompressed
|
48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
52 |
+
# Image files - compressed
|
53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
The image is a 3D render of a green dinosaur named Yoshi from the Mario
|
11 |
+
series. Yoshi is standing on a brick street in a town and is holding a sign
|
12 |
+
that says "Feed me please!" in capital white letters. Yoshi has a white
|
13 |
+
belly, orange shoes, and a brown shell with orange spots. He is looking at
|
14 |
+
the camera with a hopeful expression on his face. The background of the
|
15 |
+
image is slightly blurred and shows a building with large windows behind
|
16 |
+
Yoshi. The image is well-lit, and the colors are vibrant,
|
17 |
+
<lora:dalle-3-xl-lora-v2:0.8>
|
18 |
+
output:
|
19 |
+
url: images/v2-1.png
|
20 |
+
- text: >-
|
21 |
+
The image is a 3D rendering of a cartoon fox wearing aviator goggles and a
|
22 |
+
scarf sitting on a mossy tree stump in a forest. The fox has bright orange
|
23 |
+
fur, white paws and underbelly, and dark brown eyes. The goggles are brown
|
24 |
+
and have a light blue tint. The scarf is dark brown and has a light brown
|
25 |
+
buckle. The tree stump is dark brown and has a light green moss growing on
|
26 |
+
it. The forest is green and lush, with tall trees and a variety of shrubs
|
27 |
+
and plants. The sun is shining brightly through the trees, creating a
|
28 |
+
dappled pattern of light and shadow on the ground. The fox is sitting in a
|
29 |
+
relaxed pose, with its head tilted slightly to the left and its eyes looking
|
30 |
+
up at the viewer. The image is rendered in a realistic style, with soft
|
31 |
+
lighting and detailed textures. <lora:dalle-3-xl-lora-v2:0.8>
|
32 |
+
output:
|
33 |
+
url: images/v2-2.png
|
34 |
+
- text: >-
|
35 |
+
The image is of Shadow the Hedgehog, a character from the Sonic the Hedgehog
|
36 |
+
series. He is standing on a rock in front of a ruined city. He is wearing
|
37 |
+
his signature black and red outfit and has his arms crossed. He has a smug
|
38 |
+
expression on his face. The city is in ruins, with buildings destroyed and
|
39 |
+
debris everywhere. The sky is dark and cloudy. The image is rendered in a
|
40 |
+
realistic style. Shadow is a black hedgehog with red stripes on his head and
|
41 |
+
arms. He has yellow eyes and a white muzzle. He is wearing black boots with
|
42 |
+
red soles and white gloves. He is standing on a large rock in the middle of
|
43 |
+
a ruined city. The city is in ruins, with buildings destroyed and debris
|
44 |
+
everywhere. The sky is dark and cloudy. Shadow is looking at the camera with
|
45 |
+
a smug expression on his face., <lora:dalle-3-xl-lora-v2:0.8>
|
46 |
+
output:
|
47 |
+
url: images/v2-3.png
|
48 |
+
- text: >-
|
49 |
+
The image is an illustration of the character Goku from the anime series
|
50 |
+
Dragon Ball Z. He is standing in a powered-up state with his hair spiked up
|
51 |
+
and surrounded by blue lightning. He is wearing his orange and blue gi with
|
52 |
+
a white belt and boots. His expression is serious and determined. The
|
53 |
+
background is a dark blue void with bright white lightning bolts. The image
|
54 |
+
is in a 3D rendered anime style, <lora:dalle-3-xl-lora-v2:0.8>
|
55 |
+
output:
|
56 |
+
url: images/v2-4.png
|
57 |
+
base_model: fluently/Fluently-XL-v2
|
58 |
+
instance_prompt: <lora:dalle-3-xl-lora-v2:0.8>
|
59 |
+
license: creativeml-openrail-m
|
60 |
+
---
|
61 |
+
# DALL•E 3 XL LoRA v2
|
62 |
+
|
63 |
+
<Gallery />
|
64 |
+
|
65 |
+
## Model description
|
66 |
+
|
67 |
+
This is a test model very similar to Dall•E 3.
|
68 |
+
|
69 |
+
## Official demo
|
70 |
+
|
71 |
+
You can use official demo on Spaces: [try](https://huggingface.co/spaces/ehristoforu/dalle-3-xl-lora-v2).
|
72 |
+
|
73 |
+
## Trigger words
|
74 |
+
|
75 |
+
You should use `<lora:dalle-3-xl-lora-v2:0.8>` to trigger the image generation.
|
76 |
+
|
77 |
+
|
78 |
+
## Download model
|
79 |
+
|
80 |
+
Weights for this model are available in Safetensors format.
|
81 |
+
|
82 |
+
[Download](/ehristoforu/dalle-3-xl-v2/tree/main) them in the Files & versions tab.
|