Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
---
|
2 |
base_model: black-forest-labs/FLUX.1-schnell
|
3 |
-
license:
|
4 |
language:
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
library_name: diffusers
|
9 |
pipeline_tag: text-to-image
|
10 |
tags:
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
---
|
16 |
|
17 |
**Model Name:** UnfilteredAI/NSFW-Flux-v1 🚀
|
@@ -50,5 +50,4 @@ image = pipe(
|
|
50 |
generator=torch.Generator("cpu").manual_seed(0)
|
51 |
).images[0]
|
52 |
image.save("NSFW-Flux-v1")
|
53 |
-
```
|
54 |
-
|
|
|
1 |
---
|
2 |
base_model: black-forest-labs/FLUX.1-schnell
|
3 |
+
license: apache-2.0
|
4 |
language:
|
5 |
+
- en
|
6 |
+
- pt
|
7 |
+
- th
|
8 |
library_name: diffusers
|
9 |
pipeline_tag: text-to-image
|
10 |
tags:
|
11 |
+
- UnfilteredAI
|
12 |
+
- 3d
|
13 |
+
- text-to-image
|
14 |
+
- not-for-all-audiences
|
15 |
---
|
16 |
|
17 |
**Model Name:** UnfilteredAI/NSFW-Flux-v1 🚀
|
|
|
50 |
generator=torch.Generator("cpu").manual_seed(0)
|
51 |
).images[0]
|
52 |
image.save("NSFW-Flux-v1")
|
53 |
+
```
|
|