mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
This seems to work now
This commit is contained in:
parent
d7f16b7c87
commit
a04981b418
@ -141,7 +141,7 @@ class StableDiffusionXLModel(DiffusersModel):
|
||||
version=base_model,
|
||||
model_config=config,
|
||||
output_path=output_path,
|
||||
use_safetensors=False, # corrupts sdxl models for some reason
|
||||
use_safetensors=True,
|
||||
**kwargs,
|
||||
)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user