mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-18 22:08:13 +00:00
fix base model
This commit is contained in:
@@ -32,6 +32,7 @@ class LightningModel(LightningModelForT2ILoRA):
|
||||
|
||||
self.pipe = FluxImagePipeline.from_model_manager(model_manager)
|
||||
self.pipe.reference_embedder = FluxReferenceEmbedder()
|
||||
self.pipe.reference_embedder.init()
|
||||
|
||||
if quantize is not None:
|
||||
self.pipe.dit.quantize()
|
||||
|
||||
Reference in New Issue
Block a user