mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-30 19:21:21 +00:00
make "GPU weights" also available to SDXL
This commit is contained in:
@@ -308,7 +308,7 @@ def on_preset_change(preset=None):
|
|||||||
gr.update(visible=True, value='Automatic'), # ui_forge_unet_storage_dtype_options
|
gr.update(visible=True, value='Automatic'), # ui_forge_unet_storage_dtype_options
|
||||||
gr.update(visible=False, value='Queue'), # ui_forge_async_loading
|
gr.update(visible=False, value='Queue'), # ui_forge_async_loading
|
||||||
gr.update(visible=False, value='CPU'), # ui_forge_pin_shared_memory
|
gr.update(visible=False, value='CPU'), # ui_forge_pin_shared_memory
|
||||||
gr.update(visible=False, value=total_vram - 1024), # ui_forge_inference_memory
|
gr.update(visible=True, value=total_vram - 1024), # ui_forge_inference_memory
|
||||||
gr.update(value=896), # ui_txt2img_width
|
gr.update(value=896), # ui_txt2img_width
|
||||||
gr.update(value=1024), # ui_img2img_width
|
gr.update(value=1024), # ui_img2img_width
|
||||||
gr.update(value=1152), # ui_txt2img_height
|
gr.update(value=1152), # ui_txt2img_height
|
||||||
|
|||||||
Reference in New Issue
Block a user