Mark000111888
commited on
Commit
•
3ec90ef
1
Parent(s):
9657bd3
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: diffusers
|
3 |
+
base_model: runwayml/stable-diffusion-v1-5
|
4 |
+
pipeline_tag: text-to-image
|
5 |
+
---
|
6 |
+
|
7 |
+
# Model Card for Model ID
|
8 |
+
|
9 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
10 |
+
|
11 |
+
This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
|
12 |
+
|
13 |
+
# Model Details
|
14 |
+
|
15 |
+
## Model Description
|
16 |
+
|
17 |
+
<!-- Provide a longer summary of what this model is. -->
|
18 |
+
|
19 |
+
1) used dreambooth without caption
|
20 |
+
|
21 |
+
2) used ~5 training images, 50 regurization images of models
|
22 |
+
|
23 |
+
3) Trained for ~30mins
|
24 |
+
|
25 |
+
4) max_training_steps=1000
|
26 |
+
|
27 |
+
5) civitai link:
|
28 |
+
|
29 |
+
try prompt: "model photoshoot of zwx, with a black background"
|
30 |
+
|
31 |
+
Welcome to our discord channel: https://discord.com/invite/qM84dzKC
|