Package Details: stable-diffusion-ui 3.0.2-3

Git Clone URL: https://aur.archlinux.org/stable-diffusion-ui.git (read-only, click to copy)
Package Base: stable-diffusion-ui
Description: Easy Diffusion - A 1-click way to install & use Stable Diffusion on your own computer.
Upstream URL: https://stable-diffusion-ui.github.io/
Licenses: custom
Provides: stable-diffusion-ui
Submitter: magnus-tesshu
Maintainer: None
Last Packager: kompowiec2
Votes: 11
Popularity: 0.73
First Submitted: 2022-12-16 13:30 (UTC)
Last Updated: 2024-08-17 10:44 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 Next › Last »

icedream commented on 2025-02-11 12:05 (UTC)

Found AMD GPU Navi 31 [Radeon RX 7900 XT/7900 XTX].
--- Applying Navi 3 settings

Launching uvicorn

Traceback (most recent call last):
  File "scripts/check_modules.py", line 1301, in <module>
    launch_uvicorn()
  File "scripts/check_modules.py", line 487, in launch_uvicorn
    uvicorn.run(
  File "/opt/stable-diffusion-ui/installer_files/env/lib/python3.8/site-packages/uvicorn/main.py", line 569, in run
    server.run()
  File "/opt/stable-diffusion-ui/installer_files/env/lib/python3.8/site-packages/uvicorn/server.py", line 60, in run
    return asyncio.run(self.serve(sockets=sockets))
  File "/opt/stable-diffusion-ui/installer_files/env/lib/python3.8/asyncio/runners.py", line 43, in run
    return loop.run_until_complete(main)
  File "/opt/stable-diffusion-ui/installer_files/env/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
    return future.result()
  File "/opt/stable-diffusion-ui/installer_files/env/lib/python3.8/site-packages/uvicorn/server.py", line 67, in serve
    config.load()
  File "/opt/stable-diffusion-ui/installer_files/env/lib/python3.8/site-packages/uvicorn/config.py", line 474, in load
    self.loaded_app = import_from_string(self.app)
  File "/opt/stable-diffusion-ui/installer_files/env/lib/python3.8/site-packages/uvicorn/importer.py", line 24, in import_from_string
    raise exc from None
  File "/opt/stable-diffusion-ui/installer_files/env/lib/python3.8/site-packages/uvicorn/importer.py", line 21, in import_from_string
    module = importlib.import_module(module_str)
  File "/opt/stable-diffusion-ui/installer_files/env/lib/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/opt/stable-diffusion-ui/ui/main.py", line 1, in <module>
    from easydiffusion import model_manager, app, server, bucket_manager
  File "/opt/stable-diffusion-ui/ui/easydiffusion/model_manager.py", line 7, in <module>
    from easydiffusion import app
  File "/opt/stable-diffusion-ui/ui/easydiffusion/app.py", line 14, in <module>
    from easydiffusion import task_manager
  File "/opt/stable-diffusion-ui/ui/easydiffusion/task_manager.py", line 18, in <module>
    import torch
  File "/opt/stable-diffusion-ui/installer_files/env/lib/python3.8/site-packages/torch/__init__.py", line 238, in <module>
    from torch._C import *  # noqa: F403
ImportError: libamdhip64.so: cannot enable executable stack as shared object requires: Invalid argument

Got this after my latest round of system updates.

marsxyz commented on 2024-11-08 23:21 (UTC)

Broken as is; new install give the following error:

ImportError: cannot import name 'cached_download' from 'huggingface_hub' (/opt/stable-diffusion-ui/installer_files/env/lib/python3.8/site-packages/huggingface_hub/init.py)

Which stem from this issue: https://github.com/huggingface/huggingface_hub/issues/2617

kentechgeek commented on 2024-05-12 23:08 (UTC)

For those who struggle, stabilitymatrix in AUR works. Google it what it is.

bioxz commented on 2024-04-15 11:44 (UTC)

This package is imho not out-of-date. While there is a 3.0.7 tag, there is no new release since 3.0.2. The official page(https://easydiffusion.github.io/docs/installation/) also links to the latest release, not to the latest tag.

flan_suse commented on 2023-12-07 01:45 (UTC)

It can be done with a "Merge Request" from what I understand.

empor commented on 2023-12-06 12:42 (UTC)

@flan_suse: Thank you for your comment. I don't see any option to rename an AUR package, besides creating a new one and deleting the old one. Do you?

flan_suse commented on 2023-12-03 14:58 (UTC)

This package should be renamed to "easy-diffusion".

Currently, the name "stable-diffusion-ui" is ambiguous, since there are other projects with similar names.

cprn commented on 2023-11-13 17:58 (UTC) (edited on 2023-11-13 18:00 (UTC) by cprn)

Easy Diffusion is a true Stable Diffusion UI, it's just simplified for beginners. Normally I'd say if you need something more advanced, feel free to install AUTOMATIC1111 or similar. The process is very easy. However, since Easy Diffusion now is maintenance only, I'd vote to either close this package and open a new one that installs another WebUI by default or just switch this package to one of the more popular (and hopefully long term supported) UIs. While the latter seems better, the caveat is that it'll suddenly change the UI after update and users might get confused.

alphacent commented on 2023-11-07 19:10 (UTC)

This "Easy Diffusion" webui is missing things like extensions, that the true Stable Diffiusion webui has. I know this because I installed the stable diffusion ui.

This package should be called Easy Diffusion Webui and another package called Stable Diffusion Webui should be created.

Bureaucrat commented on 2023-10-04 22:26 (UTC)

Okay. A bit surprised this is easy diffusion honestly. But now at least the package is working. Would have hoped it was this one: https://github.com/AUTOMATIC1111/stable-diffusion-webui - more customizable and plugins for advanced users.