Like Ra in latex catsuit, latex mask and high heels
Like Ra's Naughty Playground

semen lube
1/3/5PCS Bicycle Lube Chain Oil 60ML Dry Chain Lubricant Bike Gear Waxy Maintenance Oil Squirt MTB Road Bicycle Accessories
$42.04-50%

latex bondage
Plus Size Women Spaghetti Slip Sexy Maxi Dress Faux Latex Patchwork A-line Long Dress Nightclub Revelry Party Dresses Vestido
$85.41-25%

"leohex"
LEOHEX-Women's High Cut Bathing Suit, Japanese Swimsuit, Sexy Monokini, One Piece, Long Sleeve, Female Bather, Summer Suit, New
$35.85

"drozeno"
DROZENO Sexy men's swim trunks solid color low waist shiny men's thong club sports pants
$48.28-49%

"leohex"
LEOHEX Women's Professional Japanese Swimwear Backless Wetlook High Cut Tights Glitter Sleeveless Leotards Surfing Bathing Suits
$272.25-10%

"nsa" "swimsuit" "one piece"
NSA Competition Sharkskin Fabric Knee Length One Piece Women's Training & Racing Swimwear Waterproof Quick Dry Swimsuit
$36.29-42%

electro "stimulation" device
Whole Wireless Ems Fitness Training Device Electro Muscle Stimulator Trainer With EMS Training Suits
$28592.40-14%



To view Aliexpress you might need to switch your mobile browser to the Desktop version.

If you would like to use search functions, view hidden archives or play games, please consider registering.


Writing hypno-scripts with AI
#61
(14 Oct 2023, 16:01 )Lycradjin Wrote: Imagine being able to create your own hypnose script, tailored to your specific needs and preferences, with just a few prompts. And then, with the help of AI, being able to automatically convert that script into a hypnose audio file, complete with a soothing, slow-speaking voice.
That would be great. I hope the music is optional (I prefer without it) and the script is available (so speakers of other language can translate it).
Reply
#62
I've aeady developed the idea a bit further and tested some loose components.

The idea is:

I'll use a set of hypnosis scripts and books to further train the AI (or provide it with a vector dataset).
You can compile a prompt about what the hypnosis session should focus on.
The AI can then generate a hypnosis session for you, which you can fine-tune yourself.

The output is a text, which you can then use as input for the hypnosis generator.

In the generator, I'm considering these options:
- You choose a language.
- You can select a preferred voice (male, female, deep voice, stern voice, etc.)
- You can set the speed and pitch of the voice.
- You can configure pauses, timing, and intonations of the voice.
- You can select a background sound or upload one yourself as an MP3 file.

Additional configuration options:
- Fine-tuning the volume of the voice and background.
- Play extra sounds at a specific moment (or at a specific word).
Reply
#63
(21 Oct 2023, 10:52 )Lycradjin Wrote: I'll use a set of hypnosis scripts and books to further train the AI

Which model are you going to use/train?
Reply
#64
First I'm going to create a section around the text to speech.
I have aeady run a demo that uses Google's SSML formatting. This way you can do a lot with the text. (such as pronouncing words in a different way, creating a moment of silence and playing background sounds)

(I'm about to listen to my first version of an adapted hypnosis script about a swimming slave who wears a speedo hydra suit and then transforms into a woman.)

Then I want to delve further into which AI I will use.
I'm now thinking of a Llama 2 version and one that has no restrictions so that it doesn't start to sputter if you want to incorporate something erotic into it 😊

And what we think is really cool is that I can generate two audio files so that you get slightly different audio per ear. This, I understand, gets many people into hypnosis more quickly.

My ultimate dream is to create a hypnosis file that can be listened to by several people at the same time. And that during their hypnosis they can do things to the other person who is also listening.
Reply
#65
(23 Oct 2023, 22:31 )Lycradjin Wrote: My ultimate dream is to create a hypnosis file that can be listened to by several people at the same time. And that during their hypnosis they can do things to the other person who is also listening.
Yes! Speaking of egregors! Actually, should be possible. However, there must be enough energy and the tuning must be perfect (in other words, a great meditation and visualisation techniques are the must here).

Mmm... Do we need a separate thread for Chaos Magic? Yes, we do 😉
Reply
#66
Tried to fine tune Mythalion-13B and ask it to write silly script.

Model was tuned on additional tiny dataset of 757 hypno scripts, including BS.

Config
Code:
base_model: PygmalionAI/mythalion-13b
model_type: LlamaForCausalLM
tokenizer_type: LlamaTokenizer
is_llama_derived_model: true

load_in_8bit: true
load_in_4bit: false
strict: false

datasets:
  - path: /root/data/dataset_train.json
    type: alpaca
dataset_prepared_path:
val_set_size: 0.01
output_dir: ./lora-out

sequence_len: 4096
sample_packing: true
pad_to_sequence_len: true

adapter: lora
lora_model_dir:
lora_r: 256
lora_alpha: 16
lora_dropout: 0.05
lora_target_linear: true
lora_fan_in_fan_out:

wandb_project:
wandb_entity:
wandb_watch:
wandb_run_id:
wandb_log_model:

gradient_accumulation_steps: 4
micro_batch_size: 2
num_epochs: 8
optimizer: adamw_bnb_8bit
lr_scheduler: cosine
learning_rate: 0.00003

train_on_inputs: true
group_by_length: false
bf16: true
fp16: false
tf32: false

gradient_checkpointing: true
early_stopping_patience:
resume_from_checkpoint:
local_rank:
logging_steps: 1
xformers_attention:
flash_attention: true

warmup_steps: 100
eval_steps: 0.05
eval_table_size:
eval_table_max_new_tokens: 128
save_steps:
debug:
deepspeed:
weight_decay: 0.0
fsdp:
fsdp_config:
special_tokens:
  bos_token: "<s>"
  eos_token: "</s>"
  unk_token: "<unk>"

Some results:

'Tuned' model
Show Content

Same model, but not 'tuned'
Show Content
Chaos is Fun…damental
Reply
#67
(02 Nov 2023, 14:44 )shinybambi Wrote: 'Tuned' model
WOW! So eloquent! The words sound like a stream of water, no "stuck" moments. Nice one! 👍
Reply
#68
It still insists that Bambi is a one famous deer, guess it needs a better dataset and more fine tuning... and i have no idea what i'm doing.
Chaos is Fun…damental
Reply
#69
Same prompt after additional tuning of the same base model.
Show Content

... but this one keeps endlessly repeating itself most of the time.
Chaos is Fun…damental
Reply
#70
(03 Nov 2023, 09:37 )shinybambi Wrote: ... but this one keeps endlessly repeating itself most of the time.
Can you increase the temperature? Or whatever it's called in Llama? To decrease the inferring predictability.
Reply




Contributors: Aryaes142001 (1) , Bambislave (1) , brandynette (8) , cinon (2) , cuso4 (2) , dustymoon1 (1) , egregious (1) , FatalGRL (1) , GA-37 (2) , Gabriela (1) , Irishguy42069 (2) , JaneSintimes (1) , JesseC (2) , justmike (2) , katplanchette (3) , Keilight (1) , krinlyc (1) , Kyral_the_Cool (2) , Like Ra (47) , Lycradjin (3) , myclitty (4) , newg (3) , princesitanatty (1) , rebroad (5) , shinybambi (62) , sylents (2) , theo (2) , torel (2) , trismegist (1)