Skip to content

Commit e3ecfa6

Browse files
author
maao
committed
add resources files
1 parent 84f41aa commit e3ecfa6

File tree

18 files changed

+23
-22
lines changed

18 files changed

+23
-22
lines changed

.gitignore

-1
This file was deleted.

README.md

+7-21
Original file line numberDiff line numberDiff line change
@@ -37,30 +37,13 @@ pip install -r requirements.txt
3737

3838
### 2. Prepare the models
3939
```
40-
mkdir resources/models
41-
42-
# fancyvideo-ckpts
43-
wget -O resources/models/fancyvideo_ckpts.zip "https://drive.google.com/uc?export=download&id=1m4UqKVQ3POI5ei1A9yppHX_H--8PKMtn"
44-
unzip resources/models/fancyvideo_ckpts.zip
45-
46-
# cv-vae
47-
wget -O resources/models/CV-VAE.zip "https://drive.google.com/uc?export=download&id=1Xal1fxVbVWf0jjiPK5gb_1-lOh0w8G_r"
48-
unzip resources/models/CV-VAE.zip
49-
50-
# res-adapter
51-
wget -O resources/models/res-adapter.zip "https://drive.google.com/uc?export=download&id=18EawVd1HJtrQds703sLqoYZtLfbUgLm4"
52-
unzip resources/models/res-adapter.zip
53-
54-
# longclip
55-
wget -O resources/models/LongCLIP-L.zip "https://drive.google.com/uc?export=download&id=1-DDPcbAbmGZJPHsdl1PgFMVtxmOnUtc7"
56-
unzip resources/models/LongCLIP-L.zip
40+
# fancyvideo-ckpts & cv-vae & res-adapter & longclip & sdv1.5-base-models
41+
git lfs install
42+
git clone https://huggingface.co/qihoo360/FancyVideo
43+
mv FancyVideo/resouces/models resouces
5744
58-
# sdv1.5-base-models(you can also donwload from civitai.com)
59-
wget -O resources/models/sd_v1-5_base_models.zip "https://drive.google.com/uc?export=download&id=1pxrAVT8OQKyyyW2WgImqEQrectbIpkBH"
60-
unzip resources/models/sd_v1-5_base_models.zip
6145
6246
# stable-diffusion-v1-5
63-
git lfs install
6447
git clone https://huggingface.co/runwayml/stable-diffusion-v1-5 resources/models
6548
```
6649
After download models, your resources folder is like:
@@ -73,6 +56,9 @@ After download models, your resources folder is like:
7356
│ └── 📂 LongCLIP-L/
7457
│ └── 📂 sd_v1-5_base_models/
7558
│ └── 📂 stable-diffusion-v1-5/
59+
├── 📂 demos/
60+
│ └── 📂 reference_images/
61+
│ └── 📂 test_prompts/
7662
```
7763

7864
### 3. Customize your own videos
1.04 MB
Loading
Loading
1.18 MB
Loading
Loading
Loading
Loading
Loading
1020 KB
Loading
809 KB
Loading
852 KB
Loading
713 KB
Loading
737 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
(pixarstyle), masterpiece, best quality, 1woman, 21-years-old, medium shot, wearing denim jacket and cowboy hat
2+
(pixarstyle), masterpiece, best quality, 1woman, Ebony, 35-years-old, closeup shot, in red elegant dress, [jazz club]
3+
(pixarstyle), masterpiece, best quality, a happy dog running in a meadow at dusk
4+
(pixarstyle), masterpiece, best quality, astronaut walking on the surface of the moon
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
((best quality)),((masterpiece)),ultra detailed background ((Cherry Blossoms)),(22 years old Spanish woman),medium breast,wearing flowing dress,golden brown flowing hair glamour,(green eyes),beautiful face,((white mists:1.4)),(pink dust:1.2),mysterious,mysteries of universe,yellow lightnings,volumetric lightnings,dark and blurry background,
2+
(masterpiece:1.1),(highest quality:1.1),(HDR:1),girl with really wild hair,mane,multicolored hairlighting,(from front:0.6),
3+
(masterpiece),(best quality),(extremely intricate),(sharp focus),(cinematic lighting),(extremely detailed),A young girl in armor,standing in a meadow of wildflowers. She has long brown hair adorned with wildflowers. Her expression is determined,and her eyes are shining with courage. The sun is shining brightly behind her,casting a golden glow over the scene.,flower4rmor,flower bodysuit,Flower,
4+
((masterpiece:1.3,concept art,best quality,detailed)),firefox,award winning illustration,
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Teddy bear walking down 5th Avenue, front view, beautiful sunset, close up, high definition, 4k.
2+
A cat wearing sunglasses and working as a lifeguard at a pool.
3+
Red sports car coming around a bend in a mountain road.
4+
Jack russell terrier dog snowboarding. GoPro shot.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
(masterpiece, best quality), 1girl, collarbone, wavy hair, looking at viewer, blurry foreground, upper body, necklace, contemporary, plain pants, ((intricate, print, pattern)), ponytail, freckles, red hair, dappled sunlight, smile, happy,
2+
(masterpiece, best quality), 1girl, tube top, sideboob, wind, strapless, dolphin shorts, upper body, french braid, looking at viewer, wet, ((solo focus, intricate, paw pose, splashing, in water)), smile, pubis, beach, wide hips, blonde, medium breasts, blurry, mountainous horizon, cloudy sky,
3+
(masterpiece, best quality), dark-skinned female, ((intricate)), traditional clothes, desert, bracelet, town, hair ornament, jewelry, leaning back, looking at viewer, upper body, plateau, sandstorm,
4+
(masterpiece, best quality), 1boy, jacket, beard, walking, beanie, sunglasses, ((from below, looking up, fisheye)), upper body, wasteland, sunset, solo focus, cloudy sky, backpack, hands in pockets

0 commit comments

Comments
 (0)