Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove nightly prefix from ROCm extra-index-url #811

Merged
merged 2 commits into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,21 @@ body:
multiple: false
options:
- Windows (CUDA)
- Windows (DreamStudio-only)
- macOS (Intel)
- Windows (DirectML)
- macOS (Apple Silicon)
- macOS (Apple Silicon, DreamStudio-only)
- Other (Built from source)
validations:
required: true
- type: dropdown
id: blender-version
attributes:
label: Blender Version
multiple: false
options:
- Blender 4.1+
- Blender 3.6 - 4.0
validations:
required: true
- type: dropdown
id: hardware
attributes:
Expand All @@ -63,7 +71,7 @@ body:
options:
- NVIDIA
- NVIDIA 16 Series
- AMD (unsupported for local generation)
- AMD

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you! 👍

- Apple Silicon
- Other
validations:
Expand Down
2 changes: 1 addition & 1 deletion requirements/linux-rocm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ accelerate
huggingface_hub
carson-katri marked this conversation as resolved.
Show resolved Hide resolved
controlnet-aux==0.0.7

--extra-index-url https://download.pytorch.org/whl/nightly/rocm6.1/
--extra-index-url https://download.pytorch.org/whl/rocm6.1/
torch>=2.3.1

# Original SD checkpoint conversion
Expand Down