File tree Expand file tree Collapse file tree 1 file changed +30
-30
lines changed Expand file tree Collapse file tree 1 file changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -175,36 +175,36 @@ def test_sd3_img2img_lora(self):
175175 image_slice = image [0 , :10 , :10 ]
176176 expected_slice = np .array (
177177 [
178- 0.47827148 ,
179- 0.5 ,
180- 0.71972656 ,
181- 0.3955078 ,
182- 0.4194336 ,
183- 0.69628906 ,
184- 0.37036133 ,
185- 0.40820312 ,
186- 0.6923828 ,
187- 0.36450195 ,
188- 0.40429688 ,
189- 0.6904297 ,
190- 0.35595703 ,
191- 0.39257812 ,
192- 0.68652344 ,
193- 0.35498047 ,
194- 0.3984375 ,
195- 0.68310547 ,
196- 0.34716797 ,
197- 0.3996582 ,
198- 0.6855469 ,
199- 0.3388672 ,
200- 0.3959961 ,
201- 0.6816406 ,
202- 0.34033203 ,
203- 0.40429688 ,
204- 0.6845703 ,
205- 0.34228516 ,
206- 0.4086914 ,
207- 0.6870117 ,
178+ 0.5371094 ,
179+ 0.5439453 ,
180+ 0.67041016 ,
181+ 0.53808594 ,
182+ 0.5517578 ,
183+ 0.69921875 ,
184+ 0.49389648 ,
185+ 0.51123047 ,
186+ 0.6640625 ,
187+ 0.49291992 ,
188+ 0.5136719 ,
189+ 0.66796875 ,
190+ 0.46557617 ,
191+ 0.4873047 ,
192+ 0.65234375 ,
193+ 0.48754883 ,
194+ 0.5136719 ,
195+ 0.6665039 ,
196+ 0.48364258 ,
197+ 0.51171875 ,
198+ 0.67578125 ,
199+ 0.484375 ,
200+ 0.51464844 ,
201+ 0.67626953 ,
202+ 0.48876953 ,
203+ 0.52441406 ,
204+ 0.67871094 ,
205+ 0.4958496 ,
206+ 0.53027344 ,
207+ 0.6928711 ,
208208 ]
209209 )
210210
You can’t perform that action at this time.
0 commit comments