kohya-ss / kohya-ss/sd-scripts
lora打开错误
- Dominant language
- Python
- Stars
- 7.2k
- Forks
- 1.2k
- Avg merge
- 11m
- Merged PRs (30d)
- 2
Description
│ F:\lora\kohya_ss\kohya_gui.py:185 in │
│ │
│ 184 │
│ ❱ 185 UI(**vars(args)) │
│ 186 │
│ │
│ F:\lora\kohya_ss\kohya_gui.py:125 in UI │
│ │
│ 124 launch_kwargs["debug"] = True │
│ ❱ 125 interface.launch(**launch_kwargs) │
│ 126 │
│ │
│ F:\lora\kohya_ss\venv\lib\site-packages\gradio\blocks.py:2462 in launch │
│ │
│ 2461 ): │
│ ❱ 2462 raise ValueError( │
│ 2463 "When localhost is not accessible, a shareable link must be created. Ple │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
ValueError: When localhost is not accessible, a shareable link must be created. Please set share=True or check your
proxy settings to allow access to localhost.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in kohya_gui.py at UI on line 125, called from line 185, and inspect the interface.launch call that raises the Gradio ValueError. Reproduce the localhost or proxy failure and determine the project-appropriate resolution; done when the LoRA UI launches without this error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100