Ali Kadhim
commited on
Commit
•
8266402
1
Parent(s):
b718224
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
license: openrail
|
3 |
datasets:
|
4 |
- Ali-fb/dilbert-comic-sample-dataset
|
@@ -12,7 +16,7 @@ metrics:
|
|
12 |
pipeline_tag: text-to
|
13 |
----
|
14 |
|
15 |
-
# DreamBooth model for the Dilbert concept trained by
|
16 |
|
17 |
This is a Stable Diffusion model fine-tuned on the Dilbert concept. It can be used by modifying the `instance_prompt`: **dilbert**
|
18 |
|
@@ -28,4 +32,4 @@ from diffusers import StableDiffusionPipeline
|
|
28 |
pipeline = StableDiffusionPipeline.from_pretrained('Ali-fb/dilbert-comic-model-v1-2_2k')
|
29 |
image = pipeline().images[0]
|
30 |
image
|
31 |
-
```
|
|
|
1 |
---
|
2 |
+
datasets:
|
3 |
+
- Ali-fb/dilbert-comic-sample-dataset
|
4 |
+
---
|
5 |
+
---
|
6 |
license: openrail
|
7 |
datasets:
|
8 |
- Ali-fb/dilbert-comic-sample-dataset
|
|
|
16 |
pipeline_tag: text-to
|
17 |
----
|
18 |
|
19 |
+
# DreamBooth model for the Dilbert concept trained by Ali-fb/dilbert-comic-sample-dataset on the a dataset.
|
20 |
|
21 |
This is a Stable Diffusion model fine-tuned on the Dilbert concept. It can be used by modifying the `instance_prompt`: **dilbert**
|
22 |
|
|
|
32 |
pipeline = StableDiffusionPipeline.from_pretrained('Ali-fb/dilbert-comic-model-v1-2_2k')
|
33 |
image = pipeline().images[0]
|
34 |
image
|
35 |
+
```
|