mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-18 22:08:13 +00:00
4 lines
114 B
Python
4 lines
114 B
Python
import torch
|
|
|
|
def FluxInfiniteYouImageProjectorStateDictConverter(state_dict):
|
|
return state_dict['image_proj'] |