updated model to new photo
Browse files- .DS_Store +0 -0
- args.json +27 -9
- model.ckpt +1 -1
- model_index.json +0 -8
- samples/0.png +0 -0
- samples/1.png +0 -0
- samples/2.png +0 -0
- samples/3.png +0 -0
- text_encoder/pytorch_model.bin +1 -1
- unet/diffusion_pytorch_model-003.bin +0 -3
- unet/diffusion_pytorch_model.bin +1 -1
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
args.json
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
"class_data_dir": null,
|
8 |
"instance_prompt": null,
|
9 |
"class_prompt": null,
|
10 |
-
"save_sample_prompt": "<fuenPhoto>
|
11 |
"save_sample_negative_prompt": null,
|
12 |
"n_save_sample": 4,
|
13 |
"save_guidance_scale": 7.5,
|
@@ -16,15 +16,15 @@
|
|
16 |
"with_prior_preservation": true,
|
17 |
"prior_loss_weight": 1.0,
|
18 |
"num_class_images": 50,
|
19 |
-
"output_dir": "/content/drive/MyDrive/stable_diffusion_weights/photorealistic",
|
20 |
"seed": 1337,
|
21 |
"resolution": 512,
|
22 |
"center_crop": false,
|
23 |
"train_text_encoder": true,
|
24 |
"train_batch_size": 1,
|
25 |
-
"sample_batch_size":
|
26 |
-
"num_train_epochs":
|
27 |
-
"max_train_steps":
|
28 |
"gradient_accumulation_steps": 1,
|
29 |
"gradient_checkpointing": false,
|
30 |
"learning_rate": 1e-06,
|
@@ -50,10 +50,28 @@
|
|
50 |
"local_rank": -1,
|
51 |
"concepts_list": [
|
52 |
{
|
53 |
-
"instance_prompt": "<fuenPhoto>
|
54 |
-
"class_prompt": "
|
55 |
-
"instance_data_dir": "/content/data/
|
56 |
-
"class_data_dir": "/content/data/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
}
|
58 |
]
|
59 |
}
|
|
|
7 |
"class_data_dir": null,
|
8 |
"instance_prompt": null,
|
9 |
"class_prompt": null,
|
10 |
+
"save_sample_prompt": "<fuenPhoto> animal in the jungle",
|
11 |
"save_sample_negative_prompt": null,
|
12 |
"n_save_sample": 4,
|
13 |
"save_guidance_scale": 7.5,
|
|
|
16 |
"with_prior_preservation": true,
|
17 |
"prior_loss_weight": 1.0,
|
18 |
"num_class_images": 50,
|
19 |
+
"output_dir": "/content/drive/MyDrive/stable_diffusion_weights/photorealistic-v2",
|
20 |
"seed": 1337,
|
21 |
"resolution": 512,
|
22 |
"center_crop": false,
|
23 |
"train_text_encoder": true,
|
24 |
"train_batch_size": 1,
|
25 |
+
"sample_batch_size": 6,
|
26 |
+
"num_train_epochs": 20,
|
27 |
+
"max_train_steps": 4000,
|
28 |
"gradient_accumulation_steps": 1,
|
29 |
"gradient_checkpointing": false,
|
30 |
"learning_rate": 1e-06,
|
|
|
50 |
"local_rank": -1,
|
51 |
"concepts_list": [
|
52 |
{
|
53 |
+
"instance_prompt": "<fuenPhoto> person",
|
54 |
+
"class_prompt": "photograph of a person",
|
55 |
+
"instance_data_dir": "/content/data/photo_person_inst",
|
56 |
+
"class_data_dir": "/content/data/photo_person"
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"instance_prompt": "<fuenPhoto> animal",
|
60 |
+
"class_prompt": "photograph of an animal",
|
61 |
+
"instance_data_dir": "/content/data/photo_animal_inst",
|
62 |
+
"class_data_dir": "/content/data/photo_animal"
|
63 |
+
},
|
64 |
+
{
|
65 |
+
"instance_prompt": "<fuenPhoto> red flower",
|
66 |
+
"class_prompt": "photograph of a red flower",
|
67 |
+
"instance_data_dir": "/content/data/photo_red_flower_inst",
|
68 |
+
"class_data_dir": "/content/data/photo_red_flower"
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"instance_prompt": "<fuenPhoto> white flower",
|
72 |
+
"class_prompt": "photograph of a white flower",
|
73 |
+
"instance_data_dir": "/content/data/photo_white_flower_inst",
|
74 |
+
"class_data_dir": "/content/data/photo_white_flower"
|
75 |
}
|
76 |
]
|
77 |
}
|
model.ckpt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2132856622
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83e2bcc72fa0d556bfc21c5608d26bcc0517a118b4f3b9735a3439fdd1d49d1f
|
3 |
size 2132856622
|
model_index.json
CHANGED
@@ -2,14 +2,6 @@
|
|
2 |
"_class_name": "StableDiffusionPipeline",
|
3 |
"_diffusers_version": "0.9.0",
|
4 |
"requires_safety_checker": false,
|
5 |
-
"feature_extractor": [
|
6 |
-
"transformers",
|
7 |
-
"CLIPFeatureExtractor"
|
8 |
-
],
|
9 |
-
"safety_checker": [
|
10 |
-
"stable_diffusion",
|
11 |
-
"StableDiffusionSafetyChecker"
|
12 |
-
],
|
13 |
"scheduler": [
|
14 |
"diffusers",
|
15 |
"DDIMScheduler"
|
|
|
2 |
"_class_name": "StableDiffusionPipeline",
|
3 |
"_diffusers_version": "0.9.0",
|
4 |
"requires_safety_checker": false,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"scheduler": [
|
6 |
"diffusers",
|
7 |
"DDIMScheduler"
|
samples/0.png
CHANGED
samples/1.png
CHANGED
samples/2.png
CHANGED
samples/3.png
CHANGED
text_encoder/pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 492308087
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afd31d513042bf80413718a3059367524e8578afd5eb4ed2cad91dce9aa22394
|
3 |
size 492308087
|
unet/diffusion_pytorch_model-003.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:4d879746ee9f056086f39fb240875e772e604f7ed4c174dd9b91679c544248eb
|
3 |
-
size 3438364325
|
|
|
|
|
|
|
|
unet/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3438364325
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46fcd88e20e9435c964ac218258b358f298e238bf1e09770ab2439e2c632ef80
|
3 |
size 3438364325
|