Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 839 Bytes

Execution.md

File metadata and controls

26 lines (16 loc) · 839 Bytes

Execution

To run ImageDreamer-QT-QUICK-MVC, use the invoke run command after setting up your environment according to the installation guide.

Available Commands

  • invoke --list: Lists all available tasks.
  • invoke --help <command>: Provides help for a specific command.

Logs and Images

Logs and generated images are saved in platform-specific locations:

Logs

  • Windows: C:\Users\<User>\AppData\Local\ImageDreamer\logs
  • macOS: /Users/<User>/Library/Application Support/ImageDreamer/logs
  • Linux: /home/<User>/.local/share/ImageDreamer/logs

Images

  • Windows: C:\Users\<User>\AppData\Local\ImageDreamer\Pictures
  • macOS: /Users/<User>/Library/Application Support/ImageDreamer/Pictures
  • Linux: /home/<User>/.local/share/ImageDreamer/Pictures

Back to main README