ghostai1 commited on
Commit
acf4dec
Β·
verified Β·
1 Parent(s): 90387e7

Update public/example_page.md

Browse files
Files changed (1) hide show
  1. public/example_page.md +25 -22
public/example_page.md CHANGED
@@ -1,22 +1,25 @@
1
- <!-- docs/example_page.md -->
2
- # GhostAI Music Generator β€” Quick Links
3
-
4
- - **MusicGen Large (Meta):** https://huggingface.co/facebook/musicgen-large
5
- - **GhostAI assets & scripts:**
6
- - Repo hub: https://huggingface.co/ghostai1/GHOSTSONAFB
7
- - Stable 12GB build (example): https://huggingface.co/ghostai1/GHOSTSONAFB/blob/main/STABLE12gb3060.py
8
- - 30s large script: https://huggingface.co/ghostai1/GHOSTSONAFB/blob/main/stable12gblg30sec.py
9
-
10
- ## Notes
11
- - GPU: CUDA-capable, 12GB+ VRAM recommended.
12
- - The app exposes an API on `:8555`:
13
- - `GET /genres` β€” list available presets from `prompts.ini`
14
- - `GET /prompt/{name}` β€” generate a prompt string (query params: `bpm`, `drum_beat`, `synthesizer`, `rhythmic_steps`, `bass_style`, `guitar_style`)
15
- - **Aliases from INI** (examples):
16
- - `/set_classic_rock_prompt` β†’ Metallica
17
- - `/set_nirvana_grunge_prompt` β†’ Nirvana
18
- - `/set_pearl_jam_grunge_prompt` β†’ Pearl Jam
19
- - `/set_soundgarden_grunge_prompt` β†’ Soundgarden
20
- - `/set_foo_fighters_prompt` β†’ Foo Fighters
21
- - `/set_star_wars_prompt` β†’ Cinematic Star Wars-style orchestral
22
- - `POST /render` β€” render an MP3. Body includes `instrumental_prompt` and optional overrides (duration, temperature, etc.).
 
 
 
 
1
+ <!-- docs/example_page.md -->
2
+ # GhostAI Music Generator β€” Quick Links
3
+
4
+
5
+ <audio controls src="https://cdn-uploads.huggingface.co/production/uploads/6421b1c68adc8881b974a89d/h9EL4d5bvjKFnC0v39386.mpga"></audio>
6
+
7
+ - **MusicGen Large (Meta):** https://huggingface.co/facebook/musicgen-large
8
+ - **GhostAI assets & scripts:**
9
+ - Repo hub: https://huggingface.co/ghostai1/GHOSTSONAFB
10
+ - Stable 12GB build (example): https://huggingface.co/ghostai1/GHOSTSONAFB/blob/main/STABLE12gb3060.py
11
+ - 30s large script: https://huggingface.co/ghostai1/GHOSTSONAFB/blob/main/stable12gblg30sec.py
12
+
13
+ ## Notes
14
+ - GPU: CUDA-capable, 12GB+ VRAM recommended.
15
+ - The app exposes an API on `:8555`:
16
+ - `GET /genres` β€” list available presets from `prompts.ini`
17
+ - `GET /prompt/{name}` β€” generate a prompt string (query params: `bpm`, `drum_beat`, `synthesizer`, `rhythmic_steps`, `bass_style`, `guitar_style`)
18
+ - **Aliases from INI** (examples):
19
+ - `/set_classic_rock_prompt` β†’ Metallica
20
+ - `/set_nirvana_grunge_prompt` β†’ Nirvana
21
+ - `/set_pearl_jam_grunge_prompt` β†’ Pearl Jam
22
+ - `/set_soundgarden_grunge_prompt` β†’ Soundgarden
23
+ - `/set_foo_fighters_prompt` β†’ Foo Fighters
24
+ - `/set_star_wars_prompt` β†’ Cinematic Star Wars-style orchestral
25
+ - `POST /render` β€” render an MP3. Body includes `instrumental_prompt` and optional overrides (duration, temperature, etc.).