kohya-ss / kohya-ss/sd-scripts
Lycoris Inference
- Dominant language
- Python
- Stars
- 7.2k
- Forks
- 1.2k
- Avg merge
- 11m
- Merged PRs (30d)
- 2
Description
I am trying inference using lycoris trained model
`python sdxl_gen_img.py --network_module lycoris.kohya --network_weights lycoris.safetensors`
I am getting
`AttributeError: module 'lycoris.kohya' has no attribute 'create_network_from_weights'`
Any snippet to make it work?
I did install` pip3 install lycoris_lora`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with sdxl_gen_img.py and trace how --network_module and --network_weights are handled, then compare that expectation with the installed lycoris.kohya package. Reproduce the AttributeError with the command shown and document a compatible inference invocation or the required API adjustment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100