mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
Update default_pipeline.py (#525)
This commit is contained in:
@@ -89,9 +89,6 @@ def refresh_refiner_model(name):
|
|||||||
xl_refiner = core.load_unet_only(filename)
|
xl_refiner = core.load_unet_only(filename)
|
||||||
xl_refiner_hash = model_hash
|
xl_refiner_hash = model_hash
|
||||||
print(f'Refiner model loaded: {model_hash}')
|
print(f'Refiner model loaded: {model_hash}')
|
||||||
|
|
||||||
# Remove VAE
|
|
||||||
xl_refiner.vae = None
|
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user