Abhaykoul commited on
Commit
d392d14
·
verified ·
1 Parent(s): 17c791f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -18,7 +18,7 @@ tags:
18
 
19
  **Type:** Text-to-Image Generator
20
  <a href="https://www.buymeacoffee.com/oevortex" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
21
- **Description:**
22
 
23
  **NSFW-Flux-v1** is a 12 billion parameter rectified flow transformer capable of generating images from text descriptions. Finetuned by **UnfilteredAI**, this model is designed to produce a wide range of images, including explicit and NSFW (Not Safe For Work) images from textual inputs. Whether you're looking for artistic, realistic, or fantastical imagery, NSFW-Flux-v1 has got you covered! 🌟
24
 
@@ -49,5 +49,5 @@ image = pipe(
49
  max_sequence_length=256,
50
  generator=torch.Generator("cpu").manual_seed(0)
51
  ).images[0]
52
- image.save("NSFW-Flux-v1")
53
  ```
 
18
 
19
  **Type:** Text-to-Image Generator
20
  <a href="https://www.buymeacoffee.com/oevortex" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
21
+ **Description:** **Description:**
22
 
23
  **NSFW-Flux-v1** is a 12 billion parameter rectified flow transformer capable of generating images from text descriptions. Finetuned by **UnfilteredAI**, this model is designed to produce a wide range of images, including explicit and NSFW (Not Safe For Work) images from textual inputs. Whether you're looking for artistic, realistic, or fantastical imagery, NSFW-Flux-v1 has got you covered! 🌟
24
 
 
49
  max_sequence_length=256,
50
  generator=torch.Generator("cpu").manual_seed(0)
51
  ).images[0]
52
+ image.save("NSFW-Flux-v1.png")
53
  ```