Topic de KillerJamme :

[IA] Tuto stable diffusion sur son propre PC ! (2025)

Le 10 avril 2025 à 19:31:51 :

Le 10 avril 2025 à 19:29:11 :
Merci khey

J'avais réussi à installer sur ton ancien topic mais ça m'avait pris un peu de temps

J'essaierai demain celui-ci !

De rien clé, fais nous un retour https://image.noelshack.com/fichiers/2017/36/1/1504488538-americangdsrgrh.png
Édit : Ayaaa cigarette sur le topic ça faisait longtemps que je l'avais pas aperçu ce taré :rire:

Je confirme que l'installation est vraiment ultra-simple :ouch:

Quand je pense que j'avais mis une matinée entière à installer ce bazar sur l'ancien tuto... C'est fou comme ça a été simplifié.

Un énorme merci clé :oui:

Par contre ma RTX 3050 est en PLS pour générer du 1024*1024 :(

Le 11 avril 2025 à 08:15:48 :

Le 10 avril 2025 à 19:31:51 :

Le 10 avril 2025 à 19:29:11 :
Merci khey

J'avais réussi à installer sur ton ancien topic mais ça m'avait pris un peu de temps

J'essaierai demain celui-ci !

De rien clé, fais nous un retour https://image.noelshack.com/fichiers/2017/36/1/1504488538-americangdsrgrh.png
Édit : Ayaaa cigarette sur le topic ça faisait longtemps que je l'avais pas aperçu ce taré :rire:

Je confirme que l'installation est vraiment ultra-simple :ouch:

Quand je pense que j'avais mis une matinée entière à installer ce bazar sur l'ancien tuto... C'est fou comme ça a été simplifié.

Un énorme merci clé :oui:

Par contre ma RTX 3050 est en PLS pour générer du 1024*1024 :(

De rien clé
Une 3050 par contre ouais c'est pas fou fou, tu dois mettre un certain temps pour générer une seule image sous illustrious j'imagine :hap:

Tu peux éventuellement indiquer l'argument --xformers dans ton fichier run.bat, j'en ai pas parlé dans mon tuto mais ça aide potentiellement un peu niveau vitesse de génération et consommation de vram.
Si t'es en manque de vram tu peux aussi indiquer --medvram, lui baissera un peu la vitesse de génération en envoyant certaines tâches sur la RAM mais ça réduira davantage l'utilisation de la vram.

Pour activer xformers tu ouvres ton dossier run.bat avec un éditeur de texte et à la ligne set COMMANDLINE_ARGS= tu rajoutes --xformers à la suite sans ajouter d'espace. Normalement c'est aussi simple que ça. (juste un léger doute de si c'est bien dans le dossier run.bat qu'il faut l'écrire mais si dedans tu vois 'set machin truc' écrit c'est que c'est bon)

Est il possible de générer a partir des images existantes? Par exemple mes propres dessins?

Le 12 avril 2025 à 20:08:58 :
Est il possible de générer a partir des images existantes? Par exemple mes propres dessins?

Oui

Salut KillerJamme,
D'abord merci pour ce tuto très complet :ok:
Alors j'ai tout installé exactement comme tu as dis, mais le logiciel ne se lance pas, j'ai des messages d'erreur dans la console:

Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash: <none>
Installing requirements for Web UI
Traceback (most recent call last):
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 324, in <module>
prepare_environment()
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 273, in prepare_environment
run_pip(f"install -r {requirements_file}", "requirements for Web UI")
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 106, in run_pip
return run(f'"{python}" -m pip {args} --prefer-binary{index_url_line}', desc=f"Installing {desc}", errdesc=f"Couldn't install {desc}")
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 74, in run
raise RuntimeError(message)
RuntimeError: Couldn't install requirements for Web UI.
Command: "C:\Users\...\Documents\Stable Diffusion\sd.webui\system\python\python.exe" -m pip install -r requirements_versions.txt --prefer-binary
Error code: 1
stdout: Collecting blendmodes==2022 (from -r requirements_versions.txt (line 1))
Using cached blendmodes-2022-py3-none-any.whl.metadata (12 kB)
Collecting transformers==4.19.2 (from -r requirements_versions.txt (line 2))
Using cached transformers-4.19.2-py3-none-any.whl.metadata (73 kB)
Collecting accelerate==0.12.0 (from -r requirements_versions.txt (line 3))
Using cached accelerate-0.12.0-py3-none-any.whl.metadata (15 kB)
Requirement already satisfied: basicsr==1.4.2 in c:\users\...\documents\stable diffusion\sd.webui\system\python\lib\site-packages (from -r requirements_versions.txt (line 4)) (1.4.2)
Collecting gfpgan==1.3.8 (from -r requirements_versions.txt (line 5))
Using cached gfpgan-1.3.8-py3-none-any.whl.metadata (12 kB)
Collecting gradio==3.16.2 (from -r requirements_versions.txt (line 6))
Using cached gradio-3.16.2-py3-none-any.whl.metadata (14 kB)
Collecting numpy==1.23.3 (from -r requirements_versions.txt (line 7))
Using cached numpy-1.23.3-cp310-cp310-win_amd64.whl.metadata (2.3 kB)
Collecting Pillow==9.4.0 (from -r requirements_versions.txt (line 8))
Using cached Pillow-9.4.0-cp310-cp310-win_amd64.whl.metadata (9.4 kB)
Collecting realesrgan==0.3.0 (from -r requirements_versions.txt (line 9))
Using cached realesrgan-0.3.0-py3-none-any.whl.metadata (17 kB)
Requirement already satisfied: torch in c:\users\...\documents\stable diffusion\sd.webui\system\python\lib\site-packages (from -r requirements_versions.txt (line 10)) (1.13.1+cu117)
Collecting omegaconf==2.2.3 (from -r requirements_versions.txt (line 11))
Using cached omegaconf-2.2.3-py3-none-any.whl.metadata (3.9 kB)
Collecting pytorch_lightning==1.7.6 (from -r requirements_versions.txt (line 12))
Using cached pytorch_lightning-1.7.6-py3-none-any.whl.metadata (27 kB)

stderr: WARNING: Ignoring version 1.7.6 of pytorch_lightning since it has invalid metadata:
Requested pytorch_lightning==1.7.6 from https://files.pythonhosted.org/packages/f2/22/37c64bd5b426297c71ecbb01ec2d340f013556a973a2cd6cd0aa68cda1ab/pytorch_lightning-1.7.6-py3-none-any.whl (from -r requirements_versions.txt (line 12)) has invalid metadata: .* suffix can only be used with `==` or `!=` operators
torch (>=1.9.*)
~~~~~~^
Please use pip<24.1 if you need to use this version.
ERROR: Could not find a version that satisfies the requirement pytorch_lightning==1.7.6 (from versions: 0.0.2, 0.2, 0.2.2, 0.2.3, 0.2.4, 0.2.4.1, 0.2.5, 0.2.5.1, 0.2.5.2, 0.2.6, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.4.1, 0.3.5, 0.3.6, 0.3.6.1, 0.3.6.3, 0.3.6.4, 0.3.6.5, 0.3.6.6, 0.3.6.7, 0.3.6.8, 0.3.6.9, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.7, 0.4.8, 0.4.9, 0.5.0, 0.5.1, 0.5.1.2, 0.5.1.3, 0.5.2, 0.5.2.1, 0.5.3, 0.5.3.1, 0.5.3.2, 0.5.3.3, 0.6.0, 0.7.1, 0.7.3, 0.7.5, 0.7.6, 0.8.1, 0.8.3, 0.8.4, 0.8.5, 0.9.0, 0.10.0, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.1.7, 1.1.8, 1.2.0rc0, 1.2.0rc1, 1.2.0rc2, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 1.2.7, 1.2.8, 1.2.9, 1.2.10, 1.3.0rc1, 1.3.0rc2, 1.3.0rc3, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.3.6, 1.3.7, 1.3.7.post0, 1.3.8, 1.4.0rc0, 1.4.0rc1, 1.4.0rc2, 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.8, 1.4.9, 1.5.0rc0, 1.5.0rc1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9, 1.5.10, 1.5.10.post0, 1.6.0rc0, 1.6.0rc1, 1.6.0, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.6.5, 1.6.5.post0, 1.7.0rc0, 1.7.0rc1, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.8.0rc0, 1.8.0rc1, 1.8.0rc2, 1.8.0, 1.8.0.post1, 1.8.1, 1.8.2, 1.8.3, 1.8.3.post0, 1.8.3.post1, 1.8.3.post2, 1.8.4, 1.8.4.post0, 1.8.5, 1.8.5.post0, 1.8.6, 1.9.0rc0, 1.9.0, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.9.5, 2.0.0rc0, 2.0.0, 2.0.1, 2.0.1.post0, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.0.9, 2.0.9.post0, 2.1.0rc0, 2.1.0rc1, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0rc0, 2.2.0, 2.2.0.post0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.2.5, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.4.0, 2.5.0rc0, 2.5.0, 2.5.0.post0, 2.5.1rc0, 2.5.1rc1, 2.5.1rc2, 2.5.1)
ERROR: No matching distribution found for pytorch_lightning==1.7.6

Appuyez sur une touche pour continuer...

Le 12 avril 2025 à 22:31:39 alastorworld a écrit :
Salut KillerJamme,
D'abord merci pour ce tuto très complet :ok:
Alors j'ai tout installé exactement comme tu as dis, mais le logiciel ne se lance pas, j'ai des messages d'erreur dans la console:

Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash: <none>
Installing requirements for Web UI
Traceback (most recent call last):
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 324, in <module>
prepare_environment()
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 273, in prepare_environment
run_pip(f"install -r {requirements_file}", "requirements for Web UI")
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 106, in run_pip
return run(f'"{python}" -m pip {args} --prefer-binary{index_url_line}', desc=f"Installing {desc}", errdesc=f"Couldn't install {desc}")
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 74, in run
raise RuntimeError(message)
RuntimeError: Couldn't install requirements for Web UI.
Command: "C:\Users\...\Documents\Stable Diffusion\sd.webui\system\python\python.exe" -m pip install -r requirements_versions.txt --prefer-binary
Error code: 1
stdout: Collecting blendmodes==2022 (from -r requirements_versions.txt (line 1))
Using cached blendmodes-2022-py3-none-any.whl.metadata (12 kB)
Collecting transformers==4.19.2 (from -r requirements_versions.txt (line 2))
Using cached transformers-4.19.2-py3-none-any.whl.metadata (73 kB)
Collecting accelerate==0.12.0 (from -r requirements_versions.txt (line 3))
Using cached accelerate-0.12.0-py3-none-any.whl.metadata (15 kB)
Requirement already satisfied: basicsr==1.4.2 in c:\users\...\documents\stable diffusion\sd.webui\system\python\lib\site-packages (from -r requirements_versions.txt (line 4)) (1.4.2)
Collecting gfpgan==1.3.8 (from -r requirements_versions.txt (line 5))
Using cached gfpgan-1.3.8-py3-none-any.whl.metadata (12 kB)
Collecting gradio==3.16.2 (from -r requirements_versions.txt (line 6))
Using cached gradio-3.16.2-py3-none-any.whl.metadata (14 kB)
Collecting numpy==1.23.3 (from -r requirements_versions.txt (line 7))
Using cached numpy-1.23.3-cp310-cp310-win_amd64.whl.metadata (2.3 kB)
Collecting Pillow==9.4.0 (from -r requirements_versions.txt (line 8))
Using cached Pillow-9.4.0-cp310-cp310-win_amd64.whl.metadata (9.4 kB)
Collecting realesrgan==0.3.0 (from -r requirements_versions.txt (line 9))
Using cached realesrgan-0.3.0-py3-none-any.whl.metadata (17 kB)
Requirement already satisfied: torch in c:\users\...\documents\stable diffusion\sd.webui\system\python\lib\site-packages (from -r requirements_versions.txt (line 10)) (1.13.1+cu117)
Collecting omegaconf==2.2.3 (from -r requirements_versions.txt (line 11))
Using cached omegaconf-2.2.3-py3-none-any.whl.metadata (3.9 kB)
Collecting pytorch_lightning==1.7.6 (from -r requirements_versions.txt (line 12))
Using cached pytorch_lightning-1.7.6-py3-none-any.whl.metadata (27 kB)

stderr: WARNING: Ignoring version 1.7.6 of pytorch_lightning since it has invalid metadata:
Requested pytorch_lightning==1.7.6 from https://files.pythonhosted.org/packages/f2/22/37c64bd5b426297c71ecbb01ec2d340f013556a973a2cd6cd0aa68cda1ab/pytorch_lightning-1.7.6-py3-none-any.whl (from -r requirements_versions.txt (line 12)) has invalid metadata: .* suffix can only be used with `==` or `!=` operators
torch (>=1.9.*)
~~~~~~^
Please use pip<24.1 if you need to use this version.
ERROR: Could not find a version that satisfies the requirement pytorch_lightning==1.7.6 (from versions: 0.0.2, 0.2, 0.2.2, 0.2.3, 0.2.4, 0.2.4.1, 0.2.5, 0.2.5.1, 0.2.5.2, 0.2.6, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.4.1, 0.3.5, 0.3.6, 0.3.6.1, 0.3.6.3, 0.3.6.4, 0.3.6.5, 0.3.6.6, 0.3.6.7, 0.3.6.8, 0.3.6.9, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.7, 0.4.8, 0.4.9, 0.5.0, 0.5.1, 0.5.1.2, 0.5.1.3, 0.5.2, 0.5.2.1, 0.5.3, 0.5.3.1, 0.5.3.2, 0.5.3.3, 0.6.0, 0.7.1, 0.7.3, 0.7.5, 0.7.6, 0.8.1, 0.8.3, 0.8.4, 0.8.5, 0.9.0, 0.10.0, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.1.7, 1.1.8, 1.2.0rc0, 1.2.0rc1, 1.2.0rc2, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 1.2.7, 1.2.8, 1.2.9, 1.2.10, 1.3.0rc1, 1.3.0rc2, 1.3.0rc3, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.3.6, 1.3.7, 1.3.7.post0, 1.3.8, 1.4.0rc0, 1.4.0rc1, 1.4.0rc2, 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.8, 1.4.9, 1.5.0rc0, 1.5.0rc1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9, 1.5.10, 1.5.10.post0, 1.6.0rc0, 1.6.0rc1, 1.6.0, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.6.5, 1.6.5.post0, 1.7.0rc0, 1.7.0rc1, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.8.0rc0, 1.8.0rc1, 1.8.0rc2, 1.8.0, 1.8.0.post1, 1.8.1, 1.8.2, 1.8.3, 1.8.3.post0, 1.8.3.post1, 1.8.3.post2, 1.8.4, 1.8.4.post0, 1.8.5, 1.8.5.post0, 1.8.6, 1.9.0rc0, 1.9.0, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.9.5, 2.0.0rc0, 2.0.0, 2.0.1, 2.0.1.post0, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.0.9, 2.0.9.post0, 2.1.0rc0, 2.1.0rc1, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0rc0, 2.2.0, 2.2.0.post0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.2.5, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.4.0, 2.5.0rc0, 2.5.0, 2.5.0.post0, 2.5.1rc0, 2.5.1rc1, 2.5.1rc2, 2.5.1)
ERROR: No matching distribution found for pytorch_lightning==1.7.6

Appuyez sur une touche pour continuer...

Les lignes
C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py

ou similaires sont étranges...

Je ne pense pas que tu devrais avoir les "...", mais ton nom d'utilisateur... https://image.noelshack.com/fichiers/2017/30/4/1501187858-risitassebestreup.png

Le 12 avril 2025 à 22:34:35 :

Le 12 avril 2025 à 22:31:39 alastorworld a écrit :
Salut KillerJamme,
D'abord merci pour ce tuto très complet :ok:
Alors j'ai tout installé exactement comme tu as dis, mais le logiciel ne se lance pas, j'ai des messages d'erreur dans la console:

Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash: <none>
Installing requirements for Web UI
Traceback (most recent call last):
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 324, in <module>
prepare_environment()
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 273, in prepare_environment
run_pip(f"install -r {requirements_file}", "requirements for Web UI")
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 106, in run_pip
return run(f'"{python}" -m pip {args} --prefer-binary{index_url_line}', desc=f"Installing {desc}", errdesc=f"Couldn't install {desc}")
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 74, in run
raise RuntimeError(message)
RuntimeError: Couldn't install requirements for Web UI.
Command: "C:\Users\...\Documents\Stable Diffusion\sd.webui\system\python\python.exe" -m pip install -r requirements_versions.txt --prefer-binary
Error code: 1
stdout: Collecting blendmodes==2022 (from -r requirements_versions.txt (line 1))
Using cached blendmodes-2022-py3-none-any.whl.metadata (12 kB)
Collecting transformers==4.19.2 (from -r requirements_versions.txt (line 2))
Using cached transformers-4.19.2-py3-none-any.whl.metadata (73 kB)
Collecting accelerate==0.12.0 (from -r requirements_versions.txt (line 3))
Using cached accelerate-0.12.0-py3-none-any.whl.metadata (15 kB)
Requirement already satisfied: basicsr==1.4.2 in c:\users\...\documents\stable diffusion\sd.webui\system\python\lib\site-packages (from -r requirements_versions.txt (line 4)) (1.4.2)
Collecting gfpgan==1.3.8 (from -r requirements_versions.txt (line 5))
Using cached gfpgan-1.3.8-py3-none-any.whl.metadata (12 kB)
Collecting gradio==3.16.2 (from -r requirements_versions.txt (line 6))
Using cached gradio-3.16.2-py3-none-any.whl.metadata (14 kB)
Collecting numpy==1.23.3 (from -r requirements_versions.txt (line 7))
Using cached numpy-1.23.3-cp310-cp310-win_amd64.whl.metadata (2.3 kB)
Collecting Pillow==9.4.0 (from -r requirements_versions.txt (line 8))
Using cached Pillow-9.4.0-cp310-cp310-win_amd64.whl.metadata (9.4 kB)
Collecting realesrgan==0.3.0 (from -r requirements_versions.txt (line 9))
Using cached realesrgan-0.3.0-py3-none-any.whl.metadata (17 kB)
Requirement already satisfied: torch in c:\users\...\documents\stable diffusion\sd.webui\system\python\lib\site-packages (from -r requirements_versions.txt (line 10)) (1.13.1+cu117)
Collecting omegaconf==2.2.3 (from -r requirements_versions.txt (line 11))
Using cached omegaconf-2.2.3-py3-none-any.whl.metadata (3.9 kB)
Collecting pytorch_lightning==1.7.6 (from -r requirements_versions.txt (line 12))
Using cached pytorch_lightning-1.7.6-py3-none-any.whl.metadata (27 kB)

stderr: WARNING: Ignoring version 1.7.6 of pytorch_lightning since it has invalid metadata:
Requested pytorch_lightning==1.7.6 from https://files.pythonhosted.org/packages/f2/22/37c64bd5b426297c71ecbb01ec2d340f013556a973a2cd6cd0aa68cda1ab/pytorch_lightning-1.7.6-py3-none-any.whl (from -r requirements_versions.txt (line 12)) has invalid metadata: .* suffix can only be used with `==` or `!=` operators
torch (>=1.9.*)
~~~~~~^
Please use pip<24.1 if you need to use this version.
ERROR: Could not find a version that satisfies the requirement pytorch_lightning==1.7.6 (from versions: 0.0.2, 0.2, 0.2.2, 0.2.3, 0.2.4, 0.2.4.1, 0.2.5, 0.2.5.1, 0.2.5.2, 0.2.6, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.4.1, 0.3.5, 0.3.6, 0.3.6.1, 0.3.6.3, 0.3.6.4, 0.3.6.5, 0.3.6.6, 0.3.6.7, 0.3.6.8, 0.3.6.9, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.7, 0.4.8, 0.4.9, 0.5.0, 0.5.1, 0.5.1.2, 0.5.1.3, 0.5.2, 0.5.2.1, 0.5.3, 0.5.3.1, 0.5.3.2, 0.5.3.3, 0.6.0, 0.7.1, 0.7.3, 0.7.5, 0.7.6, 0.8.1, 0.8.3, 0.8.4, 0.8.5, 0.9.0, 0.10.0, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.1.7, 1.1.8, 1.2.0rc0, 1.2.0rc1, 1.2.0rc2, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 1.2.7, 1.2.8, 1.2.9, 1.2.10, 1.3.0rc1, 1.3.0rc2, 1.3.0rc3, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.3.6, 1.3.7, 1.3.7.post0, 1.3.8, 1.4.0rc0, 1.4.0rc1, 1.4.0rc2, 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.8, 1.4.9, 1.5.0rc0, 1.5.0rc1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9, 1.5.10, 1.5.10.post0, 1.6.0rc0, 1.6.0rc1, 1.6.0, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.6.5, 1.6.5.post0, 1.7.0rc0, 1.7.0rc1, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.8.0rc0, 1.8.0rc1, 1.8.0rc2, 1.8.0, 1.8.0.post1, 1.8.1, 1.8.2, 1.8.3, 1.8.3.post0, 1.8.3.post1, 1.8.3.post2, 1.8.4, 1.8.4.post0, 1.8.5, 1.8.5.post0, 1.8.6, 1.9.0rc0, 1.9.0, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.9.5, 2.0.0rc0, 2.0.0, 2.0.1, 2.0.1.post0, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.0.9, 2.0.9.post0, 2.1.0rc0, 2.1.0rc1, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0rc0, 2.2.0, 2.2.0.post0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.2.5, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.4.0, 2.5.0rc0, 2.5.0, 2.5.0.post0, 2.5.1rc0, 2.5.1rc1, 2.5.1rc2, 2.5.1)
ERROR: No matching distribution found for pytorch_lightning==1.7.6

Appuyez sur une touche pour continuer...

Les lignes
C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py

ou similaires sont étranges...

Je ne pense pas que tu devrais avoir les "...", mais ton nom d'utilisateur... https://image.noelshack.com/fichiers/2017/30/4/1501187858-risitassebestreup.png

C'est moi qui ai mis les "..." :hap:
Peut etre parce que j'ai pas envie de divulguer mon nom d'utilisateur. XD

Le 12 avril 2025 à 22:35:52 alastorworld a écrit :

Le 12 avril 2025 à 22:34:35 :

Le 12 avril 2025 à 22:31:39 alastorworld a écrit :
Salut KillerJamme,
D'abord merci pour ce tuto très complet :ok:
Alors j'ai tout installé exactement comme tu as dis, mais le logiciel ne se lance pas, j'ai des messages d'erreur dans la console:

Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash: <none>
Installing requirements for Web UI
Traceback (most recent call last):
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 324, in <module>
prepare_environment()
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 273, in prepare_environment
run_pip(f"install -r {requirements_file}", "requirements for Web UI")
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 106, in run_pip
return run(f'"{python}" -m pip {args} --prefer-binary{index_url_line}', desc=f"Installing {desc}", errdesc=f"Couldn't install {desc}")
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 74, in run
raise RuntimeError(message)
RuntimeError: Couldn't install requirements for Web UI.
Command: "C:\Users\...\Documents\Stable Diffusion\sd.webui\system\python\python.exe" -m pip install -r requirements_versions.txt --prefer-binary
Error code: 1
stdout: Collecting blendmodes==2022 (from -r requirements_versions.txt (line 1))
Using cached blendmodes-2022-py3-none-any.whl.metadata (12 kB)
Collecting transformers==4.19.2 (from -r requirements_versions.txt (line 2))
Using cached transformers-4.19.2-py3-none-any.whl.metadata (73 kB)
Collecting accelerate==0.12.0 (from -r requirements_versions.txt (line 3))
Using cached accelerate-0.12.0-py3-none-any.whl.metadata (15 kB)
Requirement already satisfied: basicsr==1.4.2 in c:\users\...\documents\stable diffusion\sd.webui\system\python\lib\site-packages (from -r requirements_versions.txt (line 4)) (1.4.2)
Collecting gfpgan==1.3.8 (from -r requirements_versions.txt (line 5))
Using cached gfpgan-1.3.8-py3-none-any.whl.metadata (12 kB)
Collecting gradio==3.16.2 (from -r requirements_versions.txt (line 6))
Using cached gradio-3.16.2-py3-none-any.whl.metadata (14 kB)
Collecting numpy==1.23.3 (from -r requirements_versions.txt (line 7))
Using cached numpy-1.23.3-cp310-cp310-win_amd64.whl.metadata (2.3 kB)
Collecting Pillow==9.4.0 (from -r requirements_versions.txt (line 8))
Using cached Pillow-9.4.0-cp310-cp310-win_amd64.whl.metadata (9.4 kB)
Collecting realesrgan==0.3.0 (from -r requirements_versions.txt (line 9))
Using cached realesrgan-0.3.0-py3-none-any.whl.metadata (17 kB)
Requirement already satisfied: torch in c:\users\...\documents\stable diffusion\sd.webui\system\python\lib\site-packages (from -r requirements_versions.txt (line 10)) (1.13.1+cu117)
Collecting omegaconf==2.2.3 (from -r requirements_versions.txt (line 11))
Using cached omegaconf-2.2.3-py3-none-any.whl.metadata (3.9 kB)
Collecting pytorch_lightning==1.7.6 (from -r requirements_versions.txt (line 12))
Using cached pytorch_lightning-1.7.6-py3-none-any.whl.metadata (27 kB)

stderr: WARNING: Ignoring version 1.7.6 of pytorch_lightning since it has invalid metadata:
Requested pytorch_lightning==1.7.6 from https://files.pythonhosted.org/packages/f2/22/37c64bd5b426297c71ecbb01ec2d340f013556a973a2cd6cd0aa68cda1ab/pytorch_lightning-1.7.6-py3-none-any.whl (from -r requirements_versions.txt (line 12)) has invalid metadata: .* suffix can only be used with `==` or `!=` operators
torch (>=1.9.*)
~~~~~~^
Please use pip<24.1 if you need to use this version.
ERROR: Could not find a version that satisfies the requirement pytorch_lightning==1.7.6 (from versions: 0.0.2, 0.2, 0.2.2, 0.2.3, 0.2.4, 0.2.4.1, 0.2.5, 0.2.5.1, 0.2.5.2, 0.2.6, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.4.1, 0.3.5, 0.3.6, 0.3.6.1, 0.3.6.3, 0.3.6.4, 0.3.6.5, 0.3.6.6, 0.3.6.7, 0.3.6.8, 0.3.6.9, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.7, 0.4.8, 0.4.9, 0.5.0, 0.5.1, 0.5.1.2, 0.5.1.3, 0.5.2, 0.5.2.1, 0.5.3, 0.5.3.1, 0.5.3.2, 0.5.3.3, 0.6.0, 0.7.1, 0.7.3, 0.7.5, 0.7.6, 0.8.1, 0.8.3, 0.8.4, 0.8.5, 0.9.0, 0.10.0, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.1.7, 1.1.8, 1.2.0rc0, 1.2.0rc1, 1.2.0rc2, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 1.2.7, 1.2.8, 1.2.9, 1.2.10, 1.3.0rc1, 1.3.0rc2, 1.3.0rc3, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.3.6, 1.3.7, 1.3.7.post0, 1.3.8, 1.4.0rc0, 1.4.0rc1, 1.4.0rc2, 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.8, 1.4.9, 1.5.0rc0, 1.5.0rc1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9, 1.5.10, 1.5.10.post0, 1.6.0rc0, 1.6.0rc1, 1.6.0, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.6.5, 1.6.5.post0, 1.7.0rc0, 1.7.0rc1, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.8.0rc0, 1.8.0rc1, 1.8.0rc2, 1.8.0, 1.8.0.post1, 1.8.1, 1.8.2, 1.8.3, 1.8.3.post0, 1.8.3.post1, 1.8.3.post2, 1.8.4, 1.8.4.post0, 1.8.5, 1.8.5.post0, 1.8.6, 1.9.0rc0, 1.9.0, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.9.5, 2.0.0rc0, 2.0.0, 2.0.1, 2.0.1.post0, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.0.9, 2.0.9.post0, 2.1.0rc0, 2.1.0rc1, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0rc0, 2.2.0, 2.2.0.post0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.2.5, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.4.0, 2.5.0rc0, 2.5.0, 2.5.0.post0, 2.5.1rc0, 2.5.1rc1, 2.5.1rc2, 2.5.1)
ERROR: No matching distribution found for pytorch_lightning==1.7.6

Appuyez sur une touche pour continuer...

Les lignes
C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py

ou similaires sont étranges...

Je ne pense pas que tu devrais avoir les "...", mais ton nom d'utilisateur... https://image.noelshack.com/fichiers/2017/30/4/1501187858-risitassebestreup.png

C'est moi qui ai mis les "..." :hap:
Peut etre parce que j'ai pas envie de divulguer mon nom d'utilisateur. XD

https://image.noelshack.com/fichiers/2017/11/1489850295-denis-ah.png

+

https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16213

Tu essais de lancer "Update" ?

Si oui, ce n'est à priori pas la peine...

Lance seulement "Run.bat"...

Le 12 avril 2025 à 22:40:45 :

Le 12 avril 2025 à 22:35:52 alastorworld a écrit :

Le 12 avril 2025 à 22:34:35 :

Le 12 avril 2025 à 22:31:39 alastorworld a écrit :
Salut KillerJamme,
D'abord merci pour ce tuto très complet :ok:
Alors j'ai tout installé exactement comme tu as dis, mais le logiciel ne se lance pas, j'ai des messages d'erreur dans la console:

Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash: <none>
Installing requirements for Web UI
Traceback (most recent call last):
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 324, in <module>
prepare_environment()
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 273, in prepare_environment
run_pip(f"install -r {requirements_file}", "requirements for Web UI")
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 106, in run_pip
return run(f'"{python}" -m pip {args} --prefer-binary{index_url_line}', desc=f"Installing {desc}", errdesc=f"Couldn't install {desc}")
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 74, in run
raise RuntimeError(message)
RuntimeError: Couldn't install requirements for Web UI.
Command: "C:\Users\...\Documents\Stable Diffusion\sd.webui\system\python\python.exe" -m pip install -r requirements_versions.txt --prefer-binary
Error code: 1
stdout: Collecting blendmodes==2022 (from -r requirements_versions.txt (line 1))
Using cached blendmodes-2022-py3-none-any.whl.metadata (12 kB)
Collecting transformers==4.19.2 (from -r requirements_versions.txt (line 2))
Using cached transformers-4.19.2-py3-none-any.whl.metadata (73 kB)
Collecting accelerate==0.12.0 (from -r requirements_versions.txt (line 3))
Using cached accelerate-0.12.0-py3-none-any.whl.metadata (15 kB)
Requirement already satisfied: basicsr==1.4.2 in c:\users\...\documents\stable diffusion\sd.webui\system\python\lib\site-packages (from -r requirements_versions.txt (line 4)) (1.4.2)
Collecting gfpgan==1.3.8 (from -r requirements_versions.txt (line 5))
Using cached gfpgan-1.3.8-py3-none-any.whl.metadata (12 kB)
Collecting gradio==3.16.2 (from -r requirements_versions.txt (line 6))
Using cached gradio-3.16.2-py3-none-any.whl.metadata (14 kB)
Collecting numpy==1.23.3 (from -r requirements_versions.txt (line 7))
Using cached numpy-1.23.3-cp310-cp310-win_amd64.whl.metadata (2.3 kB)
Collecting Pillow==9.4.0 (from -r requirements_versions.txt (line 8))
Using cached Pillow-9.4.0-cp310-cp310-win_amd64.whl.metadata (9.4 kB)
Collecting realesrgan==0.3.0 (from -r requirements_versions.txt (line 9))
Using cached realesrgan-0.3.0-py3-none-any.whl.metadata (17 kB)
Requirement already satisfied: torch in c:\users\...\documents\stable diffusion\sd.webui\system\python\lib\site-packages (from -r requirements_versions.txt (line 10)) (1.13.1+cu117)
Collecting omegaconf==2.2.3 (from -r requirements_versions.txt (line 11))
Using cached omegaconf-2.2.3-py3-none-any.whl.metadata (3.9 kB)
Collecting pytorch_lightning==1.7.6 (from -r requirements_versions.txt (line 12))
Using cached pytorch_lightning-1.7.6-py3-none-any.whl.metadata (27 kB)

stderr: WARNING: Ignoring version 1.7.6 of pytorch_lightning since it has invalid metadata:
Requested pytorch_lightning==1.7.6 from https://files.pythonhosted.org/packages/f2/22/37c64bd5b426297c71ecbb01ec2d340f013556a973a2cd6cd0aa68cda1ab/pytorch_lightning-1.7.6-py3-none-any.whl (from -r requirements_versions.txt (line 12)) has invalid metadata: .* suffix can only be used with `==` or `!=` operators
torch (>=1.9.*)
~~~~~~^
Please use pip<24.1 if you need to use this version.
ERROR: Could not find a version that satisfies the requirement pytorch_lightning==1.7.6 (from versions: 0.0.2, 0.2, 0.2.2, 0.2.3, 0.2.4, 0.2.4.1, 0.2.5, 0.2.5.1, 0.2.5.2, 0.2.6, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.4.1, 0.3.5, 0.3.6, 0.3.6.1, 0.3.6.3, 0.3.6.4, 0.3.6.5, 0.3.6.6, 0.3.6.7, 0.3.6.8, 0.3.6.9, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.7, 0.4.8, 0.4.9, 0.5.0, 0.5.1, 0.5.1.2, 0.5.1.3, 0.5.2, 0.5.2.1, 0.5.3, 0.5.3.1, 0.5.3.2, 0.5.3.3, 0.6.0, 0.7.1, 0.7.3, 0.7.5, 0.7.6, 0.8.1, 0.8.3, 0.8.4, 0.8.5, 0.9.0, 0.10.0, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.1.7, 1.1.8, 1.2.0rc0, 1.2.0rc1, 1.2.0rc2, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 1.2.7, 1.2.8, 1.2.9, 1.2.10, 1.3.0rc1, 1.3.0rc2, 1.3.0rc3, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.3.6, 1.3.7, 1.3.7.post0, 1.3.8, 1.4.0rc0, 1.4.0rc1, 1.4.0rc2, 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.8, 1.4.9, 1.5.0rc0, 1.5.0rc1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9, 1.5.10, 1.5.10.post0, 1.6.0rc0, 1.6.0rc1, 1.6.0, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.6.5, 1.6.5.post0, 1.7.0rc0, 1.7.0rc1, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.8.0rc0, 1.8.0rc1, 1.8.0rc2, 1.8.0, 1.8.0.post1, 1.8.1, 1.8.2, 1.8.3, 1.8.3.post0, 1.8.3.post1, 1.8.3.post2, 1.8.4, 1.8.4.post0, 1.8.5, 1.8.5.post0, 1.8.6, 1.9.0rc0, 1.9.0, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.9.5, 2.0.0rc0, 2.0.0, 2.0.1, 2.0.1.post0, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.0.9, 2.0.9.post0, 2.1.0rc0, 2.1.0rc1, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0rc0, 2.2.0, 2.2.0.post0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.2.5, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.4.0, 2.5.0rc0, 2.5.0, 2.5.0.post0, 2.5.1rc0, 2.5.1rc1, 2.5.1rc2, 2.5.1)
ERROR: No matching distribution found for pytorch_lightning==1.7.6

Appuyez sur une touche pour continuer...

Les lignes
C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py

ou similaires sont étranges...

Je ne pense pas que tu devrais avoir les "...", mais ton nom d'utilisateur... https://image.noelshack.com/fichiers/2017/30/4/1501187858-risitassebestreup.png

C'est moi qui ai mis les "..." :hap:
Peut etre parce que j'ai pas envie de divulguer mon nom d'utilisateur. XD

https://image.noelshack.com/fichiers/2017/11/1489850295-denis-ah.png

+

https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16213

Tu essais de lancer "Update" ?

Si oui, ce n'est à priori pas la peine...

Lance seulement "Run.bat"...

J'ai lancé update plusieurs fois, j'ai lancé run plusieurs fois, ca marche pas.
Toujours le meme message.

Le 12 avril 2025 à 22:43:30 alastorworld a écrit :

Le 12 avril 2025 à 22:40:45 :

Le 12 avril 2025 à 22:35:52 alastorworld a écrit :

Le 12 avril 2025 à 22:34:35 :

Le 12 avril 2025 à 22:31:39 alastorworld a écrit :
Salut KillerJamme,
D'abord merci pour ce tuto très complet :ok:
Alors j'ai tout installé exactement comme tu as dis, mais le logiciel ne se lance pas, j'ai des messages d'erreur dans la console:

Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash: <none>
Installing requirements for Web UI
Traceback (most recent call last):
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 324, in <module>
prepare_environment()
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 273, in prepare_environment
run_pip(f"install -r {requirements_file}", "requirements for Web UI")
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 106, in run_pip
return run(f'"{python}" -m pip {args} --prefer-binary{index_url_line}', desc=f"Installing {desc}", errdesc=f"Couldn't install {desc}")
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 74, in run
raise RuntimeError(message)
RuntimeError: Couldn't install requirements for Web UI.
Command: "C:\Users\...\Documents\Stable Diffusion\sd.webui\system\python\python.exe" -m pip install -r requirements_versions.txt --prefer-binary
Error code: 1
stdout: Collecting blendmodes==2022 (from -r requirements_versions.txt (line 1))
Using cached blendmodes-2022-py3-none-any.whl.metadata (12 kB)
Collecting transformers==4.19.2 (from -r requirements_versions.txt (line 2))
Using cached transformers-4.19.2-py3-none-any.whl.metadata (73 kB)
Collecting accelerate==0.12.0 (from -r requirements_versions.txt (line 3))
Using cached accelerate-0.12.0-py3-none-any.whl.metadata (15 kB)
Requirement already satisfied: basicsr==1.4.2 in c:\users\...\documents\stable diffusion\sd.webui\system\python\lib\site-packages (from -r requirements_versions.txt (line 4)) (1.4.2)
Collecting gfpgan==1.3.8 (from -r requirements_versions.txt (line 5))
Using cached gfpgan-1.3.8-py3-none-any.whl.metadata (12 kB)
Collecting gradio==3.16.2 (from -r requirements_versions.txt (line 6))
Using cached gradio-3.16.2-py3-none-any.whl.metadata (14 kB)
Collecting numpy==1.23.3 (from -r requirements_versions.txt (line 7))
Using cached numpy-1.23.3-cp310-cp310-win_amd64.whl.metadata (2.3 kB)
Collecting Pillow==9.4.0 (from -r requirements_versions.txt (line 8))
Using cached Pillow-9.4.0-cp310-cp310-win_amd64.whl.metadata (9.4 kB)
Collecting realesrgan==0.3.0 (from -r requirements_versions.txt (line 9))
Using cached realesrgan-0.3.0-py3-none-any.whl.metadata (17 kB)
Requirement already satisfied: torch in c:\users\...\documents\stable diffusion\sd.webui\system\python\lib\site-packages (from -r requirements_versions.txt (line 10)) (1.13.1+cu117)
Collecting omegaconf==2.2.3 (from -r requirements_versions.txt (line 11))
Using cached omegaconf-2.2.3-py3-none-any.whl.metadata (3.9 kB)
Collecting pytorch_lightning==1.7.6 (from -r requirements_versions.txt (line 12))
Using cached pytorch_lightning-1.7.6-py3-none-any.whl.metadata (27 kB)

stderr: WARNING: Ignoring version 1.7.6 of pytorch_lightning since it has invalid metadata:
Requested pytorch_lightning==1.7.6 from https://files.pythonhosted.org/packages/f2/22/37c64bd5b426297c71ecbb01ec2d340f013556a973a2cd6cd0aa68cda1ab/pytorch_lightning-1.7.6-py3-none-any.whl (from -r requirements_versions.txt (line 12)) has invalid metadata: .* suffix can only be used with `==` or `!=` operators
torch (>=1.9.*)
~~~~~~^
Please use pip<24.1 if you need to use this version.
ERROR: Could not find a version that satisfies the requirement pytorch_lightning==1.7.6 (from versions: 0.0.2, 0.2, 0.2.2, 0.2.3, 0.2.4, 0.2.4.1, 0.2.5, 0.2.5.1, 0.2.5.2, 0.2.6, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.4.1, 0.3.5, 0.3.6, 0.3.6.1, 0.3.6.3, 0.3.6.4, 0.3.6.5, 0.3.6.6, 0.3.6.7, 0.3.6.8, 0.3.6.9, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.7, 0.4.8, 0.4.9, 0.5.0, 0.5.1, 0.5.1.2, 0.5.1.3, 0.5.2, 0.5.2.1, 0.5.3, 0.5.3.1, 0.5.3.2, 0.5.3.3, 0.6.0, 0.7.1, 0.7.3, 0.7.5, 0.7.6, 0.8.1, 0.8.3, 0.8.4, 0.8.5, 0.9.0, 0.10.0, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.1.7, 1.1.8, 1.2.0rc0, 1.2.0rc1, 1.2.0rc2, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 1.2.7, 1.2.8, 1.2.9, 1.2.10, 1.3.0rc1, 1.3.0rc2, 1.3.0rc3, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.3.6, 1.3.7, 1.3.7.post0, 1.3.8, 1.4.0rc0, 1.4.0rc1, 1.4.0rc2, 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.8, 1.4.9, 1.5.0rc0, 1.5.0rc1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9, 1.5.10, 1.5.10.post0, 1.6.0rc0, 1.6.0rc1, 1.6.0, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.6.5, 1.6.5.post0, 1.7.0rc0, 1.7.0rc1, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.8.0rc0, 1.8.0rc1, 1.8.0rc2, 1.8.0, 1.8.0.post1, 1.8.1, 1.8.2, 1.8.3, 1.8.3.post0, 1.8.3.post1, 1.8.3.post2, 1.8.4, 1.8.4.post0, 1.8.5, 1.8.5.post0, 1.8.6, 1.9.0rc0, 1.9.0, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.9.5, 2.0.0rc0, 2.0.0, 2.0.1, 2.0.1.post0, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.0.9, 2.0.9.post0, 2.1.0rc0, 2.1.0rc1, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0rc0, 2.2.0, 2.2.0.post0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.2.5, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.4.0, 2.5.0rc0, 2.5.0, 2.5.0.post0, 2.5.1rc0, 2.5.1rc1, 2.5.1rc2, 2.5.1)
ERROR: No matching distribution found for pytorch_lightning==1.7.6

Appuyez sur une touche pour continuer...

Les lignes
C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py

ou similaires sont étranges...

Je ne pense pas que tu devrais avoir les "...", mais ton nom d'utilisateur... https://image.noelshack.com/fichiers/2017/30/4/1501187858-risitassebestreup.png

C'est moi qui ai mis les "..." :hap:
Peut etre parce que j'ai pas envie de divulguer mon nom d'utilisateur. XD

https://image.noelshack.com/fichiers/2017/11/1489850295-denis-ah.png

+

https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16213

Tu essais de lancer "Update" ?

Si oui, ce n'est à priori pas la peine...

Lance seulement "Run.bat"...

J'ai lancé update plusieurs fois, j'ai lancé run plusieurs fois, ca marche pas.
Toujours le meme message.

Go Forge https://image.noelshack.com/fichiers/2022/37/1/1663014384-ahi-pince-mais.png
https://www.reddit.com/r/StableDiffusion/comments/1g86g25/i_am_not_able_to_use_stable_difusion_anymore/
Surtout ce message https://www.reddit.com/r/StableDiffusion/comments/1g86g25/comment/lsw2tih/

https://github.com/lllyasviel/stable-diffusion-webui-forge?tab=readme-ov-file#installing-forge

Juste le lien: ">>> Click Here to Download One-Click Package (CUDA 12.1 + Pytorch 2.3.1) <<<"
Tu décompresses où tu veux ton installation de Forge (et tu peux même renommer le dossier comme tu le veux normalement)
Puis un coup de Upadte.bat
Puis Run.bat pour lancer le "logiciel"
https://image.noelshack.com/fichiers/2017/30/4/1501187858-risitassebestreup.png

Le 12 avril 2025 à 22:31:39 :
Salut KillerJamme,
D'abord merci pour ce tuto très complet :ok:
Alors j'ai tout installé exactement comme tu as dis, mais le logiciel ne se lance pas, j'ai des messages d'erreur dans la console:

Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash: <none>
Installing requirements for Web UI
Traceback (most recent call last):
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 324, in <module>
prepare_environment()
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 273, in prepare_environment
run_pip(f"install -r {requirements_file}", "requirements for Web UI")
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 106, in run_pip
return run(f'"{python}" -m pip {args} --prefer-binary{index_url_line}', desc=f"Installing {desc}", errdesc=f"Couldn't install {desc}")
File "C:\Users\...\Documents\Stable Diffusion\sd.webui\webui\launch.py", line 74, in run
raise RuntimeError(message)
RuntimeError: Couldn't install requirements for Web UI.
Command: "C:\Users\...\Documents\Stable Diffusion\sd.webui\system\python\python.exe" -m pip install -r requirements_versions.txt --prefer-binary
Error code: 1
stdout: Collecting blendmodes==2022 (from -r requirements_versions.txt (line 1))
Using cached blendmodes-2022-py3-none-any.whl.metadata (12 kB)
Collecting transformers==4.19.2 (from -r requirements_versions.txt (line 2))
Using cached transformers-4.19.2-py3-none-any.whl.metadata (73 kB)
Collecting accelerate==0.12.0 (from -r requirements_versions.txt (line 3))
Using cached accelerate-0.12.0-py3-none-any.whl.metadata (15 kB)
Requirement already satisfied: basicsr==1.4.2 in c:\users\...\documents\stable diffusion\sd.webui\system\python\lib\site-packages (from -r requirements_versions.txt (line 4)) (1.4.2)
Collecting gfpgan==1.3.8 (from -r requirements_versions.txt (line 5))
Using cached gfpgan-1.3.8-py3-none-any.whl.metadata (12 kB)
Collecting gradio==3.16.2 (from -r requirements_versions.txt (line 6))
Using cached gradio-3.16.2-py3-none-any.whl.metadata (14 kB)
Collecting numpy==1.23.3 (from -r requirements_versions.txt (line 7))
Using cached numpy-1.23.3-cp310-cp310-win_amd64.whl.metadata (2.3 kB)
Collecting Pillow==9.4.0 (from -r requirements_versions.txt (line 8))
Using cached Pillow-9.4.0-cp310-cp310-win_amd64.whl.metadata (9.4 kB)
Collecting realesrgan==0.3.0 (from -r requirements_versions.txt (line 9))
Using cached realesrgan-0.3.0-py3-none-any.whl.metadata (17 kB)
Requirement already satisfied: torch in c:\users\...\documents\stable diffusion\sd.webui\system\python\lib\site-packages (from -r requirements_versions.txt (line 10)) (1.13.1+cu117)
Collecting omegaconf==2.2.3 (from -r requirements_versions.txt (line 11))
Using cached omegaconf-2.2.3-py3-none-any.whl.metadata (3.9 kB)
Collecting pytorch_lightning==1.7.6 (from -r requirements_versions.txt (line 12))
Using cached pytorch_lightning-1.7.6-py3-none-any.whl.metadata (27 kB)

stderr: WARNING: Ignoring version 1.7.6 of pytorch_lightning since it has invalid metadata:
Requested pytorch_lightning==1.7.6 from https://files.pythonhosted.org/packages/f2/22/37c64bd5b426297c71ecbb01ec2d340f013556a973a2cd6cd0aa68cda1ab/pytorch_lightning-1.7.6-py3-none-any.whl (from -r requirements_versions.txt (line 12)) has invalid metadata: .* suffix can only be used with `==` or `!=` operators
torch (>=1.9.*)
~~~~~~^
Please use pip<24.1 if you need to use this version.
ERROR: Could not find a version that satisfies the requirement pytorch_lightning==1.7.6 (from versions: 0.0.2, 0.2, 0.2.2, 0.2.3, 0.2.4, 0.2.4.1, 0.2.5, 0.2.5.1, 0.2.5.2, 0.2.6, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.4.1, 0.3.5, 0.3.6, 0.3.6.1, 0.3.6.3, 0.3.6.4, 0.3.6.5, 0.3.6.6, 0.3.6.7, 0.3.6.8, 0.3.6.9, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.7, 0.4.8, 0.4.9, 0.5.0, 0.5.1, 0.5.1.2, 0.5.1.3, 0.5.2, 0.5.2.1, 0.5.3, 0.5.3.1, 0.5.3.2, 0.5.3.3, 0.6.0, 0.7.1, 0.7.3, 0.7.5, 0.7.6, 0.8.1, 0.8.3, 0.8.4, 0.8.5, 0.9.0, 0.10.0, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.1.7, 1.1.8, 1.2.0rc0, 1.2.0rc1, 1.2.0rc2, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 1.2.7, 1.2.8, 1.2.9, 1.2.10, 1.3.0rc1, 1.3.0rc2, 1.3.0rc3, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.3.6, 1.3.7, 1.3.7.post0, 1.3.8, 1.4.0rc0, 1.4.0rc1, 1.4.0rc2, 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.8, 1.4.9, 1.5.0rc0, 1.5.0rc1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9, 1.5.10, 1.5.10.post0, 1.6.0rc0, 1.6.0rc1, 1.6.0, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.6.5, 1.6.5.post0, 1.7.0rc0, 1.7.0rc1, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.8.0rc0, 1.8.0rc1, 1.8.0rc2, 1.8.0, 1.8.0.post1, 1.8.1, 1.8.2, 1.8.3, 1.8.3.post0, 1.8.3.post1, 1.8.3.post2, 1.8.4, 1.8.4.post0, 1.8.5, 1.8.5.post0, 1.8.6, 1.9.0rc0, 1.9.0, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.9.5, 2.0.0rc0, 2.0.0, 2.0.1, 2.0.1.post0, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.0.9, 2.0.9.post0, 2.1.0rc0, 2.1.0rc1, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0rc0, 2.2.0, 2.2.0.post0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.2.5, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.4.0, 2.5.0rc0, 2.5.0, 2.5.0.post0, 2.5.1rc0, 2.5.1rc1, 2.5.1rc2, 2.5.1)
ERROR: No matching distribution found for pytorch_lightning==1.7.6

Appuyez sur une touche pour continuer...

De rien :ok:
Chelou, moi j'y comprends pas grand-chose au cmd mais ChatGPT dit qu'un downgrade de la version de pip pourrait régler le problème (avec la commande python -m pip install pip==23.3.1)

Mais sinon tu peux faire comme Tirie a dit et essayer la version stand-alone de forge, une alternative à A1111. Je croyais qu'elle était obsolète contrairement à reforge mais ce n'est visiblement pas le cas.

Effectivement, Forge est peut-être un peu "outdated" (dernière mis à jour il y a 2 mois, donc ça doit quand même passer)...

Peut-être que d'autres "fork", comme Reforge ou autres, ont pris le relais et sont plus à jour. Je n'y connais pas grand chose dans ces WebUI, je suis quasi exclusivement sur ComfyUI https://image.noelshack.com/fichiers/2020/36/1/1598904252-expert-naze.jpg

2 mois c'est rien du tout si c'était basé sur les récentes MAJ de A1111 :noel:

ComfyUI je sais pas comment tu fais pour rester dessus. C'est sympa voir indispensable pour faire certains trucs particuliers à l'aide des workflow complexe fait sur-mesure mais A1111 est tellement plus agréable à prendre en main pour faire des images plus simple sans prise de tête. Bon après à force quand tu comprends le fonctionnement de toutes les nodes tu t'habitues au délire mais c'est vraiment déroutant à prendre en main https://image.noelshack.com/fichiers/2017/15/1491851452-villani-zepo.png

Le truc c'est que ça a beau être très performant, t'as quand-même moins de contrôle sur ta génération. Et t'es soumis à divers problèmes : la censure du modèle, le prix de l'abonnement, le partage de tes données persos et la disponibilité des serveurs...
Au final c'est très bien, mais c'est toujours pas la solution ultime. Le gars qui veut générer ses waifus ou retoucher son image selon certains critères spécifiques au final ça reste stable diffusion qui règne dans le domaine.

Vrai, je pense au final que les deux sont complémentaires et qu'il faut utiliser les deux à terme. :oui:

Si tu bosses sur un projet ouais, c'est sûr que ça doit être frustrant d'avoir fait du boulot pendant plusieurs mois et apprendre que désormais les nouvelles options sont plus qualitatives et/ou plus rapide à utiliser.

Exa exa https://image.noelshack.com/fichiers/2022/24/6/1655577587-ahi-triangle-clopent.png

8gb de vram c'est pas ouf mais y'a de quoi tester Pony/illustrious quand-même.

J'essayerai un de ces quatre :hap:

Passe quand tu veux https://image.noelshack.com/fichiers/2018/02/7/1515959876-check.png

Cimer khey https://image.noelshack.com/fichiers/2018/02/7/1515959876-check.png

Bon j'ai essayé de relancer SD par nostalgie, toujours avec mon 1.5, j'ai voulu mettre à jour les extensions, je me suis fait controlnetedent, je n'ai plus les options disponibles sur mon interface, adieu openpose et compagnie https://image.noelshack.com/fichiers/2022/05/2/1643744229-ahi-pince.png

Bon j'ai essayé de relancer SD par nostalgie, toujours avec mon 1.5, j'ai voulu mettre à jour les extensions, je me suis fait controlnetedent, je n'ai plus les options disponibles sur mon interface, adieu openpose et compagnie https://image.noelshack.com/fichiers/2022/05/2/1643744229-ahi-pince.png

Ayaaa les fameuses updates qui te foutent en l'air tes vieux setup https://image.noelshack.com/fichiers/2018/26/7/1530476579-reupjesus.png

Je suis sur Novel AI perso, c'est largement plus simple d'utilisation, c'est stocké en local mais généré en ligne. Et honnêtement je suis pas déçu du résultat (après je m'en sers surtout pour le nsfw).
Ça fait longtemps que j'ai pas vu ce que faisait stable, j'imagine que c'est plus performant (ça l'était déjà il y a quelques années, la sortie de NAI v4 a fait qu'annuler un retard qui a déjà été récupéré). https://image.noelshack.com/fichiers/2022/37/1/1663014384-ahi-pince-mais.png

Topic de qualitax nonobstant https://image.noelshack.com/fichiers/2022/37/1/1663014384-ahi-pince-mais.png

Le 14 avril 2025 à 13:00:56 :
Je valide ce topic https://image.noelshack.com/fichiers/2022/38/5/1663951771-indespite.png

Ayaaa joli pseudo https://image.noelshack.com/fichiers/2017/36/1/1504488538-americangdsrgrh.png

Le 14 avril 2025 à 13:07:43 :
Je suis sur Novel AI perso, c'est largement plus simple d'utilisation, c'est stocké en local mais généré en ligne. Et honnêtement je suis pas déçu du résultat (après je m'en sers surtout pour le nsfw).
Ça fait longtemps que j'ai pas vu ce que faisait stable, j'imagine que c'est plus performant (ça l'était déjà il y a quelques années, la sortie de NAI v4 a fait qu'annuler un retard qui a déjà été récupéré). https://image.noelshack.com/fichiers/2022/37/1/1663014384-ahi-pince-mais.png

Topic de qualitax nonobstant https://image.noelshack.com/fichiers/2022/37/1/1663014384-ahi-pince-mais.png

Ils ont un soft à télécharger ou tu génères directement sur leur site tout simplement ? https://image.noelshack.com/fichiers/2021/13/6/1617449807-1488372360-7f95f2925afeac091c5f746acef4941f-01.jpg
Le truc avec noval ai c'est que tu paies un abo tous les mois quoi, et l'écart depuis Pony/illustrious n'est plus aussi conséquent qu'à l'époque lorsque les gens se servaient encore du leak de NAI1.5, rajoute à ça la souplesse des features locales et ça fait relativiser l'interface de ton abo, même si effectivement ça sort des résultats très propre sans prise de tête https://image.noelshack.com/fichiers/2021/13/6/1617449807-1488372360-7f95f2925afeac091c5f746acef4941f-01.jpg

Données du topic

Auteur
KillerJamme
Date de création
2 avril 2025 à 10:38:14
Nb. messages archivés
510
Nb. messages JVC
501
Voir le topic sur JVC

Afficher uniquement les messages de l'auteur du topic

En ligne sur JvArchive

JvArchive compagnon

Découvrez JvArchive compagnon , l'userscript combattant la censure abusive sur le 18-25 !