Commit
•
7e690cc
1
Parent(s):
44e025f
Update `README.md` (#2)
Browse files- Update `README.md` (cf17a741162b95617c0719e467e67e8e1cad0d59)
Co-authored-by: Apolinário from multimodal AI art <[email protected]>
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
-
|
|
|
|
|
4 |
---
|
5 |
# SD-XL 1.0-refiner Model Card
|
6 |
![row01](01.png)
|
@@ -61,7 +63,7 @@ You can use the model then as follows
|
|
61 |
from diffusers import DiffusionPipeline
|
62 |
import torch
|
63 |
|
64 |
-
pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-0
|
65 |
pipe.to("cuda")
|
66 |
|
67 |
# if using torch < 2.0
|
@@ -115,4 +117,4 @@ The model was not trained to be factual or true representations of people or eve
|
|
115 |
- The autoencoding part of the model is lossy.
|
116 |
|
117 |
### Bias
|
118 |
-
While the capabilities of image generation models are impressive, they can also reinforce or exacerbate social biases.
|
|
|
1 |
---
|
2 |
+
license: openrail++
|
3 |
+
tags:
|
4 |
+
- stable-diffusion
|
5 |
+
- text-to-image
|
6 |
---
|
7 |
# SD-XL 1.0-refiner Model Card
|
8 |
![row01](01.png)
|
|
|
63 |
from diffusers import DiffusionPipeline
|
64 |
import torch
|
65 |
|
66 |
+
pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1-0", torch_dtype=torch.float16, use_safetensors=True, variant="fp16")
|
67 |
pipe.to("cuda")
|
68 |
|
69 |
# if using torch < 2.0
|
|
|
117 |
- The autoencoding part of the model is lossy.
|
118 |
|
119 |
### Bias
|
120 |
+
While the capabilities of image generation models are impressive, they can also reinforce or exacerbate social biases.
|