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

Sd3 dev:Maintaining Project Compatibility for Python 3.9 Users Without Upgrade Requirements. #16087

Closed
wants to merge 13 commits into from

Conversation

cuba3
Copy link
Contributor

@cuba3 cuba3 commented Jun 25, 2024

Description

Sole usage of Python 3.10's match-case in the project hinders quick-start for beginners; consider replacing with if-else for improved accessibility.

File "/stable-diffusion-webui/modules/torch_utils.py", line 23
match t.device.type:
^
SyntaxError: invalid syntax

Screenshots/videos:

image

Checklist:

@cuba3 cuba3 changed the base branch from master to sd3 June 25, 2024 06:55
@cuba3 cuba3 changed the base branch from sd3 to dev June 25, 2024 07:00
@cuba3 cuba3 closed this Jun 25, 2024
@cuba3 cuba3 deleted the sd3_dev branch June 25, 2024 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants