Please keep in mind that on the first run it will take several minutes to download the 7GB model from Hugging Face.
- Windows Installer Setup file:
- The downloaded models will be placed inside
%USERPROFILE%\.cache\huggingface
- Generated images will be placed inside
%localappdata%\ImageDreamer\Pictures
- SHA256:
- Command (Powershell):
Get-FileHash .\ImageDreamer_Setup.exe -Algorithm SHA256
- Hash:
E1DC89E71B958E783FF91C68CB0BA1D609C1E029641CFD58360F08316C00BDD2
- Command (Powershell):
- The downloaded models will be placed inside
- Linux AppImage:
- The downloaded models will be placed inside
~/.cache/huggingface
- Generated images will be placed inside
~/.local/share/ImageDreamer/Pictures
- SHA256:
- Command:
sha256sum ImageDreamer-x86_64.AppImage
- Hash:
2546611afad3d6594ed944f275110a397729a5f8ad18df289e82265991cea128
- Command:
- Due to GiHub file size restrictions, the Appimage file was split, you just need to merge it back:
- Split command used:
split -b 1G ImageDreamer-x86_64.AppImage ImageDreamer-x86_64.AppImage.part-
- Merge split files:
cat ImageDreamer-x86_64.AppImage.part-* > ImageDreamer-x86_64.AppImage
- Split command used:
- How to see the app icon if you don't see it:
- Go to your file explorer, right click on the AppImage, Properties and change the icon for the one inside
src/assets/app_icon.png
- or better: just use AppImageLauncher
- Go to your file explorer, right click on the AppImage, Properties and change the icon for the one inside
- The downloaded models will be placed inside
- MacOS dmg package:
- The downloaded models will be placed inside
~/.cache/huggingface
- Generated images will be placed inside
~/Library/Application Support/ImageDreamer/Pictures
- SHA256:
- Command:
shasum -a 256 ImageDreamer.dmg
- Hash:
36994c1ecec7cf60cc043f47976cff8aa131c3f35131bef1cb8b99ade8800622
- Command:
- The downloaded models will be placed inside
-
Tested PC specs:
- Intel laptop i9 CPU (32 threads)
- NVIDIA 4070 Laptop GPU with 8GB VRAM
- 32 GB of RAM
-
Tested Mac specs:
- M1 MAX with 32 GB of unified memory
-
Other tested mac specs:
- M1 Pro with 16 GB of unified memory