neuralworm
commited on
Commit
•
d983e26
1
Parent(s):
92f574b
Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,5 @@
|
|
1 |
stable-diffusion-discord-prompts
|
2 |
All messages from dreambot from all dream-[1-50] channels in stable-diffusion discord
|
3 |
|
4 |
-
|
5 |
-
|
6 |
-
stripped-content: messages in gzipped csv format, with only the "Content" column stripped, where the "!dream" command is
|
7 |
-
|
8 |
-
prompts-only: gzipped stripped prompts only in line-separation
|
9 |
-
|
10 |
-
bash command to extract the archives:
|
11 |
-
|
12 |
-
cd raw-messages
|
13 |
-
|
14 |
-
IFS=$'\n' ; for file in $(ls *.gz); do gunzip $file; done
|
15 |
-
|
16 |
-
cd stripped-content
|
17 |
-
|
18 |
-
IFS=$'\n' ; for file in $(ls *.gz); do gunzip $file; done
|
19 |
-
|
20 |
-
cd prompts-only
|
21 |
-
|
22 |
-
IFS=$'\n' ; for file in $(ls *.gz); do gunzip $file; done
|
|
|
1 |
stable-diffusion-discord-prompts
|
2 |
All messages from dreambot from all dream-[1-50] channels in stable-diffusion discord
|
3 |
|
4 |
+
source:
|
5 |
+
https://github.com/bartman081523/stable-diffusion-discord-prompts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|