Update: v1.1
Browse files- args.json +5 -5
- tokenizer/README.md +0 -7
- unet/diffusion_pytorch_model.bin +1 -1
args.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
{
|
2 |
-
"pretrained_model_name_or_path": "
|
3 |
"pretrained_vae_name_or_path": null,
|
4 |
"revision": null,
|
5 |
"tokenizer_name": null,
|
6 |
"instance_data_dir": "./inputs",
|
7 |
"class_data_dir": null,
|
8 |
-
"instance_prompt": "a
|
9 |
"class_prompt": null,
|
10 |
"save_sample_prompt": null,
|
11 |
"save_sample_negative_prompt": null,
|
@@ -23,8 +23,8 @@
|
|
23 |
"train_text_encoder": false,
|
24 |
"train_batch_size": 1,
|
25 |
"sample_batch_size": 4,
|
26 |
-
"num_train_epochs":
|
27 |
-
"max_train_steps":
|
28 |
"gradient_accumulation_steps": 2,
|
29 |
"gradient_checkpointing": true,
|
30 |
"learning_rate": 5e-06,
|
@@ -50,7 +50,7 @@
|
|
50 |
"local_rank": -1,
|
51 |
"concepts_list": [
|
52 |
{
|
53 |
-
"instance_prompt": "a
|
54 |
"class_prompt": null,
|
55 |
"instance_data_dir": "./inputs",
|
56 |
"class_data_dir": null
|
|
|
1 |
{
|
2 |
+
"pretrained_model_name_or_path": "CompVis/stable-diffusion-v1-4",
|
3 |
"pretrained_vae_name_or_path": null,
|
4 |
"revision": null,
|
5 |
"tokenizer_name": null,
|
6 |
"instance_data_dir": "./inputs",
|
7 |
"class_data_dir": null,
|
8 |
+
"instance_prompt": "a drawing of NoAI logo",
|
9 |
"class_prompt": null,
|
10 |
"save_sample_prompt": null,
|
11 |
"save_sample_negative_prompt": null,
|
|
|
23 |
"train_text_encoder": false,
|
24 |
"train_batch_size": 1,
|
25 |
"sample_batch_size": 4,
|
26 |
+
"num_train_epochs": 207,
|
27 |
+
"max_train_steps": 6000,
|
28 |
"gradient_accumulation_steps": 2,
|
29 |
"gradient_checkpointing": true,
|
30 |
"learning_rate": 5e-06,
|
|
|
50 |
"local_rank": -1,
|
51 |
"concepts_list": [
|
52 |
{
|
53 |
+
"instance_prompt": "a drawing of NoAI logo",
|
54 |
"class_prompt": null,
|
55 |
"instance_data_dir": "./inputs",
|
56 |
"class_data_dir": null
|
tokenizer/README.md
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
---
|
2 |
-
license: creativeml-openrail-m
|
3 |
-
---
|
4 |
-
|
5 |
-
### NoAI_Diffusion
|
6 |
-
|
7 |
-
Finetuned CompVis/stablediffusion-1-4 (fp16) with dream booth and many AntiAI/NoAI images. Have Fun🤗
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unet/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3438375973
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a518493e66cace878172ffb841dc6d03cc7ac4be2ee420601e84a37687be543
|
3 |
size 3438375973
|