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

can not install losalina #75

Open
2 tasks done
LIU-ZHIHAO opened this issue May 5, 2023 · 5 comments
Open
2 tasks done

can not install losalina #75

LIU-ZHIHAO opened this issue May 5, 2023 · 5 comments

Comments

@LIU-ZHIHAO
Copy link

Describe the bug

windows 11 running ./launch-user.bat, can instlall [requirements base]

Reproduction

running ./launch-user.bat

Expected behavior

Using cached safetensors-0.3.1-cp310-cp310-win_amd64.whl (263 kB)
Collecting lycoris_lora (from -r .\requirements\base.txt (line 10))
Using cached lycoris_lora-0.1.5.tar.gz (42 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
ERROR: Could not find a version that satisfies the requirement loralina (from versions: none)
ERROR: No matching distribution found for loralina

System Info

image

windows 11

Additional context

image

Validations

  • Read the docs.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
@ddPn08
Copy link
Owner

ddPn08 commented May 5, 2023

Fixed in this commit. fd66c1b

@LIU-ZHIHAO
Copy link
Author

thank you for your reply,I start the IF project, the interface in the lower left corner seems to be missing

image

@LIU-ZHIHAO
Copy link
Author

Supplement the error reporting in the previous two stages:
text_config_dict is provided which will be used to initialize CLIPTextConfig. The value text_config["id2label"] will be overriden.
The config attributes {'lambda_min_clipped': -5.1} were passed to DDPMScheduler, but are not expected and will be ignored. Please verify your scheduler_config.json configuration file.】
image

@ddPn08
Copy link
Owner

ddPn08 commented May 6, 2023

thank you for your reply,I start the IF project, the interface in the lower left corner seems to be missing

This is by design. Hiding parameters that are not available in IF.
I plan to support variable resolution in the future.

Supplement the error reporting in the previous two stages:
【text_config_dict is provided which will be used to initialize CLIPTextConfig. The value text_config["id2label"] will be overriden.
The config attributes {'lambda_min_clipped': -5.1} were passed to DDPMScheduler, but are not expected and will be ignored. Please verify your scheduler_config.json configuration file.】

You can safely ignore this.

@FurkanGozukara
Copy link

thank you for your reply,I start the IF project, the interface in the lower left corner seems to be missing

image

are you able to get stage 3 with IF? it is always memory error or some other errors
I have rtx 3090 and rtx 3060

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

No branches or pull requests

3 participants