fix
Browse files- README.md +10 -7
- unet/config.json +1 -1
- unet/diffusion_pytorch_model.safetensors +2 -2
README.md
CHANGED
@@ -1,12 +1,15 @@
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
-
widget:
|
4 |
-
- text: |
|
5 |
-
Gato em alta qualidade na neve
|
6 |
tags:
|
7 |
- text-to-image
|
8 |
- stable-diffusion
|
9 |
-
|
10 |
-
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
|
|
|
|
|
|
3 |
tags:
|
4 |
- text-to-image
|
5 |
- stable-diffusion
|
6 |
+
---
|
7 |
+
### ANYTHING-MIDJOURNEY-V-4.1 Dreambooth model trained by Joeythemonster with [TheLastBen's fast-DreamBooth](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast-DreamBooth.ipynb) notebook
|
8 |
+
|
9 |
+
|
10 |
+
Test the concept via A1111 Colab [fast-Colab-A1111](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast_stable_diffusion_AUTOMATIC1111.ipynb)
|
11 |
+
Or you can run your new concept via `diffusers` [Colab Notebook for Inference](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_inference.ipynb)
|
12 |
+
|
13 |
+
Sample pictures of this concept:
|
14 |
+
|
15 |
+
|
unet/config.json
CHANGED
@@ -30,7 +30,7 @@
|
|
30 |
"num_class_embeds": null,
|
31 |
"only_cross_attention": false,
|
32 |
"out_channels": 4,
|
33 |
-
"sample_size":
|
34 |
"up_block_types": [
|
35 |
"UpBlock2D",
|
36 |
"CrossAttnUpBlock2D",
|
|
|
30 |
"num_class_embeds": null,
|
31 |
"only_cross_attention": false,
|
32 |
"out_channels": 4,
|
33 |
+
"sample_size": 64,
|
34 |
"up_block_types": [
|
35 |
"UpBlock2D",
|
36 |
"CrossAttnUpBlock2D",
|
unet/diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:386ee121042289b98e2c2eaf74ee01a4533f1e595c619ea8c3abaf74ca15d682
|
3 |
+
size 3438167534
|