sen-mao / StyleDiffusion

Official Implementations "StyleDiffusion: Prompt-Embedding Inversion for Text-Based Editing" (CVMJ2024)
59 stars 1 forks source link

regarding incompatible torch with coda requirement #8

Open Vzenun opened 4 weeks ago

Vzenun commented 4 weeks ago

I encountered the following error: ERROR: Could not find a version that satisfies the requirement torch==1.12.1+cu113 (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.5.0) ERROR: No matching distribution found for torch==1.12.1+cu113

Unfortunately, +cu113 is not provided for PyTorch 1.12.1.

so how do i run this

sen-mao commented 3 weeks ago

Perhaps you could try pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cu113

Vzenun commented 2 weeks ago

still not working ERROR: Could not find a version that satisfies the requirement torch==1.12.1+cu113 (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.5.0, 2.5.1) ERROR: No matching distribution found for torch==1.12.1+cu113

sen-mao commented 2 weeks ago

It works well for me image

Vzenun commented 2 weeks ago

Yes but while wxecuting requirements and downloading it is showing this error.

On Thu, 31 Oct 2024, 19:37 Senmao Li, @.***> wrote:

It works well for me image.png (view on web) https://github.com/user-attachments/assets/96a3f38c-fc1a-49fe-9263-61af606082d9

— Reply to this email directly, view it on GitHub https://github.com/sen-mao/StyleDiffusion/issues/8#issuecomment-2449937230, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZYK6LMQVVJORRW6DXUUVFLZ6I2RBAVCNFSM6AAAAABQKAOZ6OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBZHEZTOMRTGA . You are receiving this because you authored the thread.Message ID: @.***>