Update README.md
Browse files
README.md
CHANGED
|
@@ -16,6 +16,8 @@ tags:
|
|
| 16 |
- diffusers-training
|
| 17 |
base_model: stabilityai/stable-diffusion-2-1-base
|
| 18 |
inference: true
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
|
@@ -64,4 +66,4 @@ image = pipe(
|
|
| 64 |
prompt, num_inference_steps=50, generator=generator, image=control_image
|
| 65 |
).images[0]
|
| 66 |
image.save("inference/normal.png")
|
| 67 |
-
```
|
|
|
|
| 16 |
- diffusers-training
|
| 17 |
base_model: stabilityai/stable-diffusion-2-1-base
|
| 18 |
inference: true
|
| 19 |
+
datasets:
|
| 20 |
+
- gvecchio/MatSynth
|
| 21 |
---
|
| 22 |
|
| 23 |
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
|
|
|
| 66 |
prompt, num_inference_steps=50, generator=generator, image=control_image
|
| 67 |
).images[0]
|
| 68 |
image.save("inference/normal.png")
|
| 69 |
+
```
|