ysmao
commited on
Commit
•
bd6df76
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +67 -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,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
[TWO-VIEWS] This set of two images presents a scene from two different
|
10 |
+
viewpoints. [IMAGE1] The first image shows a bedroom with a bed, dresser,
|
11 |
+
and window. The bed is covered with a blanket and pillows, and there is a
|
12 |
+
carpet on the floor. On the right side of the room, there are cupboards with
|
13 |
+
drawers, a mirror, a lamp, and other objects. There is also a chair, a table
|
14 |
+
with a lamp and other items, and another table with various items. The walls
|
15 |
+
are adorned with photo frames, and the windows have curtains. Through the
|
16 |
+
window, we can see trees outside. [IMAGE2] The second image shows the same
|
17 |
+
room but in another viewpoint.
|
18 |
+
output:
|
19 |
+
url: images/bedroom_incontext_0.jpg
|
20 |
+
- text: >-
|
21 |
+
[TWO-VIEWS] This set of two images presents a scene from two different
|
22 |
+
viewpoints. [IMAGE1] The first image shows a bedroom with a bed, dresser,
|
23 |
+
and window. The bed is covered with a blanket and pillows, and there is a
|
24 |
+
carpet on the floor. On the right side of the room, there are cupboards with
|
25 |
+
drawers, a mirror, a lamp, and other objects. There is also a chair, a table
|
26 |
+
with a lamp and other items, and another table with various items. The walls
|
27 |
+
are adorned with photo frames, and the windows have curtains. Through the
|
28 |
+
window, we can see trees outside. [IMAGE2] The second image shows the same
|
29 |
+
room but in another viewpoint.
|
30 |
+
output:
|
31 |
+
url: images/bedroom_incontext_1.jpg
|
32 |
+
- text: >-
|
33 |
+
[TWO-VIEWS] This set of two images presents a scene from two different
|
34 |
+
viewpoints. [IMAGE1] The first image shows a living room with a sofa set
|
35 |
+
with cushions, side tables with table lamps, a flat screen television on a
|
36 |
+
table, houseplants, wall hangings, electric lights, and a carpet on the
|
37 |
+
floor. [IMAGE2] The second image shows the same room but in another
|
38 |
+
viewpoint.
|
39 |
+
output:
|
40 |
+
url: images/livingroom_incontext_1.jpg
|
41 |
+
- text: >-
|
42 |
+
[TWO-VIEWS] This set of two images presents a scene from two different
|
43 |
+
viewpoints. [IMAGE1] The first image shows a living room with a sofa set
|
44 |
+
with cushions, side tables with table lamps, a flat screen television on a
|
45 |
+
table, houseplants, wall hangings, electric lights, and a carpet on the
|
46 |
+
floor. [IMAGE2] The second image shows the same room but in another
|
47 |
+
viewpoint.
|
48 |
+
output:
|
49 |
+
url: images/livingroom_incontext_0.jpg
|
50 |
+
base_model: black-forest-labs/FLUX.1-dev
|
51 |
+
instance_prompt: null
|
52 |
+
license: mit
|
53 |
+
---
|
54 |
+
# twoview-incontext-beta
|
55 |
+
|
56 |
+
<Gallery />
|
57 |
+
|
58 |
+
## Model description
|
59 |
+
|
60 |
+
Inspired by [In-Context-LoRA](https://github.com/ali-vilab/In-Context-LoRA), this project aims to generate multi-view images of the same scene or object simultaneously. By using flux with the multiview-incontext-lora, we can divide the images into portions to obtain novel views.
|
61 |
+
|
62 |
+
|
63 |
+
## Download model
|
64 |
+
|
65 |
+
Weights for this model are available in Safetensors format.
|
66 |
+
|
67 |
+
[Download](/ysmao/multiview-incontext/tree/main) them in the Files & versions tab.
|