Sygil-Dev / stable-diffusion

GNU Affero General Public License v3.0
1.72k stars 148 forks source link

🔄 Synced file(s) with hlky/stable-diffusion-webui #246

Closed hlky closed 2 years ago

hlky commented 2 years ago

Synced local file(s) with hlky/stable-diffusion-webui.

Changed files
  • Synced local scripts/webui.py with remote webui.py
  • Synced local scripts/relauncher.py with remote relauncher.py
  • Synced local frontend/frontend.py with remote frontend/frontend.py
  • Synced local frontend/ui_functions.py with remote frontend/ui_functions.py
  • Synced local frontend/css/styles.css with remote frontend/css/styles.css

This PR was created automatically by the repo-file-sync-action workflow run #2983690163

Thielak commented 2 years ago

frontend/job_manager.py should be synced too as the current branch currently crashes with a ModuleNotFoundError: No module named 'frontend.job_manager' without it. There's also a warning about pyperclip not being installed (Warning: pyperclip is not installed. Pasting settings is unavailable.) which I fixed on my end with a conda install -c conda-forge pyperclip in my environment but that should probably be added to the environment dependencies