DreamTime
DreamTime is an open-source and super-improved version of DeepNude to make your dreams come true ๐.
If you want to share or modify this software please do it for the same purpose as we do and always release the source code of your modifications. Read the LICENSE for more information.
๐ DreamTime features:
- Free and open-source forever. No cracks or premium versions required, you get everything from the start.
- Compatible with Windows, Linux and macOS.
- Friendly and stable user interface.
- GPU processing. (Nudify a photo in seconds)
- GIF support. (Videos soon!)
- Import photos from your computer, the web or Instagram.
- Import several photos at once, even entire folders! (Queue system)
- Modify the preferences of each photo. (Bigger t*ts? Bigger v*gina? Pubic hair? We have you covered.)
- Transform the same photo several times using different preferences. Also available randomize and progressive preferences.
- Update the application, algorithm and checkpoints from the app itself.
- Edit, crop or overlay the photo with different tools.
- Discord and social networks, join the community and always stay informed or talk to us about suggestions and problems.
- Every 1 or 2 weeks there is a new version with more features!
- Are you still using the old DeepNude? ๐คจ
๐ What are you waiting for?
Requirements
- 64 bits OS
- Windows 7 SP1, Windows 8, Windows 10 1803+
- Ubuntu 16.04+
- macOS Catalina 10.15+
- 8 GB+ of RAM.
โ N versions of Windows 10 require installing the Media Feature Pack.
GPU Processing
- NVIDIA GPU with minimum 3.5 CUDA compute capability.
- 6 GB+ of VRAM.
- Latest NVIDIA drivers.
๐ If you do not have an NVIDIA or compatible GPU you can use CPU processing (slower).
Download
๐ Patrons get access to the latest versions before everyone else!
Mirrors
Manual
In each update we add new features that make the program a bit more complex, we invite you to read the manual so you donโt miss out and take advantage of all the features:
https://forum.dreamnet.tech/d/32-dreamtime-manual
DreamNet
We are a community interested in developing adult entertainment and decentralized applications. Join our social networks:
Support
Developing our applications is time consuming! Help us accelerate development and offer better updates!
Contact
Problems? Doubts? or you are simply interested in chatting with the main developer, you can contact me at:
ivan[at]dreamnet.tech
F.A.Q.
Q: Why does the program ask for firewall permissions?
A: We use Rollbar and Nucleus to obtain telemetry information of the program mainly for automatic error reporting and to obtain real-time application information.
We do not store any personal information or photos that have been processed with the program, everything is kept securely on your computer, if you prefer you can use the program in offline mode or disable telemetry.
๐ป Development
Requirements
What should I know?
- HTML, CSS, JavaScript: For website development (DreamTime is a website ๐ฎ)
- SCSS: CSS Preprocessor
- TailwindCSS: CSS Framework
- VueJS, NuxtJS: The JavaScript frameworks. (VueJS is the best #changemymind)
- Electron: The software used to โtransformโ DreamTime from a website to a desktop program. (Electron Haters)
Setup
All the source code is inside the src/ folder, from now on all the instructions will be based on this folder.
Quick Setup
Install dependencies:
yarn install
Start development enviroment:
yarn start:nuxt
yarn start:babel
yarn start:electron
Build:
yarn build
Pull Requests
Pull Requests of all kinds are welcome! Please make sure you do it in the canary branch.