Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltais committed Feb 15, 2024
1 parent 7167b33 commit 9b0165f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,9 +503,11 @@ masterpiece, best quality, 1boy, in business suit, standing at street, looking b


## Change History
* 2024/01/27 (v22.6.1)
* 2024/02/15 (v22.6.1)
- Add support for multi-gpu parameters in the GUI under the "Parameters > Advanced" tab.
- Significant rewrite of how parameters are created in the code. I hope I did not break anything in the process... Will make the code easier to update.
- Update TW locallisation
- Update gradio module version to latest 3.x

* 2024/01/27 (v22.6.0)
- Merge sd-scripts v0.8.3 code update
Expand Down

3 comments on commit 9b0165f

@FurkanGozukara
Copy link
Contributor

Choose a reason for hiding this comment

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

Hello. LoRA extraction options do not appear for SDXL

@bmaltais
Copy link
Owner Author

Choose a reason for hiding this comment

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

Can you provide more details about this issue?

@FurkanGozukara
Copy link
Contributor

@FurkanGozukara FurkanGozukara commented on 9b0165f Feb 17, 2024

Choose a reason for hiding this comment

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

Can you provide more details about this issue?

Traceback (most recent call last):
File "F:\kohya_ss\venv\lib\site-packages\gradio\routes.py", line 534, in predict
output = await route_utils.call_process_api(
File "F:\kohya_ss\venv\lib\site-packages\gradio\route_utils.py", line 226, in call_process_api
output = await app.get_blocks().process_api(
File "F:\kohya_ss\venv\lib\site-packages\gradio\blocks.py", line 1550, in process_api
result = await self.call_function(
File "F:\kohya_ss\venv\lib\site-packages\gradio\blocks.py", line 1185, in call_function
prediction = await anyio.to_thread.run_sync(
File "F:\kohya_ss\venv\lib\site-packages\anyio\to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "F:\kohya_ss\venv\lib\site-packages\anyio_backends_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "F:\kohya_ss\venv\lib\site-packages\anyio_backends_asyncio.py", line 807, in run
result = context.run(func, *args)
File "F:\kohya_ss\venv\lib\site-packages\gradio\utils.py", line 661, in wrapper
response = f(*args, **kwargs)
File "F:\kohya_ss\library\extract_lora_gui.py", line 98, in change_sdxl
return gr(visible=sdxl), gr(visible=sdxl)
TypeError: 'module' object is not callable

i did a git pull but didnt try fresh install since it installs new dependencies. last time when i tried dev version it was working

Please sign in to comment.