friedrichor
commited on
Commit
·
affb06a
1
Parent(s):
faa0ffc
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
fine-tuned with text-image dataset `friedrichor/PhotoChat_120_square_HQ`
|
3 |
|
4 |
# Model Details
|
5 |
|
6 |
-
- Model type
|
7 |
-
- Language(s)
|
8 |
-
-
|
|
|
9 |
|
10 |
## Dataset
|
11 |
[friedrichor/PhotoChat_120_square_HQ](https://huggingface.co/datasets/friedrichor/PhotoChat_120_square_HQ) was used for fine-tuning Stable Diffusion v2.1.
|
@@ -23,6 +34,8 @@ or [Hugging Face diffusers](https://github.com/huggingface/diffusers/tree/main/e
|
|
23 |
|
24 |
# Simple use example
|
25 |
|
|
|
|
|
26 |
```python
|
27 |
import torch
|
28 |
from diffusers import StableDiffusionPipeline
|
@@ -68,5 +81,4 @@ For more prompt templates, see [Dalabad/stable-diffusion-prompt-templates](https
|
|
68 |
For example,
|
69 |
```
|
70 |
cartoon, anime, ugly, (aged, white beard, black skin, wrinkle:1.1), (bad proportions, unnatural feature, incongruous feature:1.4), (blurry, un-sharp, fuzzy, un-detailed skin:1.2), (facial contortion, poorly drawn face, deformed iris, deformed pupils:1.3), (mutated hands and fingers:1.5), disconnected hands, disconnected limbs
|
71 |
-
```
|
72 |
-
|
|
|
1 |
+
---
|
2 |
+
license: openrail++
|
3 |
+
datasets:
|
4 |
+
- friedrichor/PhotoChat_120_square_HQ
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- stable-diffusion
|
9 |
+
- text-to-image
|
10 |
+
---
|
11 |
|
12 |
fine-tuned with text-image dataset `friedrichor/PhotoChat_120_square_HQ`
|
13 |
|
14 |
# Model Details
|
15 |
|
16 |
+
- **Model type:** Diffusion-based text-to-image generation model
|
17 |
+
- **Language(s):** English
|
18 |
+
- **License:** [CreativeML Open RAIL++-M License](https://huggingface.co/stabilityai/stable-diffusion-2/blob/main/LICENSE-MODEL)
|
19 |
+
- **Model Description:** This is a model that can be used to generate and modify images based on text prompts. It is a Latent Diffusion Model that uses a fixed, pretrained text encoder (OpenCLIP-ViT/H). Fine-tuning dataset: [friedrichor/PhotoChat_120_square_HQ](https://huggingface.co/datasets/friedrichor/PhotoChat_120_square_HQ)
|
20 |
|
21 |
## Dataset
|
22 |
[friedrichor/PhotoChat_120_square_HQ](https://huggingface.co/datasets/friedrichor/PhotoChat_120_square_HQ) was used for fine-tuning Stable Diffusion v2.1.
|
|
|
34 |
|
35 |
# Simple use example
|
36 |
|
37 |
+
Using the [🤗's Diffusers library](https://github.com/huggingface/diffusers)
|
38 |
+
|
39 |
```python
|
40 |
import torch
|
41 |
from diffusers import StableDiffusionPipeline
|
|
|
81 |
For example,
|
82 |
```
|
83 |
cartoon, anime, ugly, (aged, white beard, black skin, wrinkle:1.1), (bad proportions, unnatural feature, incongruous feature:1.4), (blurry, un-sharp, fuzzy, un-detailed skin:1.2), (facial contortion, poorly drawn face, deformed iris, deformed pupils:1.3), (mutated hands and fingers:1.5), disconnected hands, disconnected limbs
|
84 |
+
```
|
|