Hong Zhang
Hong Zhang
Thank you for your answer. On such a chip, is the multiplication operation between the 8bit spike value and the weight acceptable? Can I take Sew Block as the baseline...
Ok. Thanks a lot!

从原理上讲,EliGen 的LoRA是能和其他Lora共用的,比如IP-Adapter和In-Context Lora,目前我们只对这两个进行了适配,详情可以参考代码。请问您具体想用的dreambooth Lora是哪个呢?可以发一下具体的模型链接,我们会跟进适配!
@wingvortex @JoshonSmith We have supported the dreambooth lora. Please see [examples/EntityControl/styled_entity_control.py](https://github.com/modelscope/DiffSynth-Studio/blob/main/examples/EntityControl/styled_entity_control.py) for example. Here are the visualizations:  Since the parameters contained in different LoRAs are not exactly the same,...
Thank you for your attention to EliGen. EliGen is a LoRA trained based on Flux. You can refer to [entity_control.py ](https://github.com/modelscope/DiffSynth-Studio/blob/main/examples/EntityControl/entity_control.py)for usage. Maybe you can also provide the code you...
There exists a state_dict keyword mapping bewteen black-forest flux code and our code, which is defined [here](https://github.com/modelscope/DiffSynth-Studio/blob/3dc28f428f3accf1b49bcc639c4dea91e48d11d0/diffsynth/models/flux_dit.py#L662). And keywords in EliGen LoRA is got by [here](https://github.com/modelscope/DiffSynth-Studio/blob/3dc28f428f3accf1b49bcc639c4dea91e48d11d0/diffsynth/models/lora.py#L280). You may take these...
The error `TypeError: object of type 'NoneType' has no len()` is because that models/HunyuanVideoI2V/transformers/mp_rank_00_model_states.pt is not correctly downloaded. This may be caused by network errors or other reasons. You may...
You may need to update the diffsynth codebase and install it again. As the latested HunyuanVideoPipeline has supported the input_images param : https://github.com/modelscope/DiffSynth-Studio/blob/3dc28f428f3accf1b49bcc639c4dea91e48d11d0/diffsynth/pipelines/hunyuan_video.py#L133
There may esixt some difference bewteen the latested codes and your local codes. It is recommended to download the latested version of Diffsynth-Studio and install it from source. Also, it...