update readme.md to add artist attribution
Browse files
README.md
CHANGED
|
@@ -6,11 +6,14 @@ tags:
|
|
| 6 |
- text-to-image
|
| 7 |
inference: true
|
| 8 |
---
|
| 9 |
-
|
| 10 |
Readers of the Wall Street Journal (WSJ) are familiar with the distinctive style used to create portaits of their writers and subjects. This is a fine-tuned stable
|
| 11 |
diffusion model that can be used to create hedcut-styled images using the prompt **_wsj hedcut of \<subject\>_**. This model can also be used in a DreamBooth environment
|
| 12 |
to train a face or other subject for custom and unique hedcuts.
|
| 13 |
|
|
|
|
|
|
|
|
|
|
| 14 |
```python
|
| 15 |
#!pip install diffusers transformers scipy torch
|
| 16 |
from diffusers import StableDiffusionPipeline
|
|
|
|
| 6 |
- text-to-image
|
| 7 |
inference: true
|
| 8 |
---
|
| 9 |
+
# Wall Street Journal Hedcut Style for Stable Diffusion
|
| 10 |
Readers of the Wall Street Journal (WSJ) are familiar with the distinctive style used to create portaits of their writers and subjects. This is a fine-tuned stable
|
| 11 |
diffusion model that can be used to create hedcut-styled images using the prompt **_wsj hedcut of \<subject\>_**. This model can also be used in a DreamBooth environment
|
| 12 |
to train a face or other subject for custom and unique hedcuts.
|
| 13 |
|
| 14 |
+
#### *If you use this model, please make an effort to attribute the principal artist of the training images, Noli Novak, along with the other disclosures and restrictions required by the license.
|
| 15 |
+
|
| 16 |
+
|
| 17 |
```python
|
| 18 |
#!pip install diffusers transformers scipy torch
|
| 19 |
from diffusers import StableDiffusionPipeline
|