mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-19 06:48:12 +00:00
6 lines
146 B
Python
6 lines
146 B
Python
import torch
|
|
|
|
|
|
data = torch.load("models/train/Qwen-Image_lora_cache/0/0.pth", map_location="cpu", weights_only=False)
|
|
for i in data:
|
|
print(i) |