|
458 | 458 | </StackPanel> |
459 | 459 | <StackPanel Visibility="{Binding LoraModels, Converter={StaticResource NullVisibilityConverter}}"> |
460 | 460 | <TextBlock Text="Lora Strength" Style="{StaticResource FieldTextBlockStyle}" /> |
461 | | - <ItemsControl ItemsSource="{Binding Options.LoraStrength}"> |
| 461 | + <ItemsControl ItemsSource="{Binding Options.LoraOptions}"> |
462 | 462 | <ItemsControl.ItemsPanel> |
463 | 463 | <ItemsPanelTemplate> |
464 | 464 | <StackPanel IsItemsHost="True" Orientation="Horizontal" /> |
465 | 465 | </ItemsPanelTemplate> |
466 | 466 | </ItemsControl.ItemsPanel> |
467 | 467 | <ItemsControl.ItemTemplate> |
468 | 468 | <DataTemplate> |
469 | | - <TextBox Text="{Binding ., Mode=OneWay}" Style="{StaticResource TextBlockStyle}" IsReadOnly="True" Margin="0,0,4,0" /> |
| 469 | + <TextBox Text="{Binding Strength, Mode=OneWay}" Style="{StaticResource TextBlockStyle}" IsReadOnly="True" Margin="0,0,4,0" /> |
470 | 470 | </DataTemplate> |
471 | 471 | </ItemsControl.ItemTemplate> |
472 | 472 | </ItemsControl> |
|
487 | 487 | </StackPanel> |
488 | 488 | <UniformGrid Columns="3" Visibility="{Binding ExtractorType, Converter={StaticResource EnumToVisibilityConverter}, ConverterParameter=Default}"> |
489 | 489 | <StackPanel> |
490 | | - <TextBlock Text="Tile Mode" Style="{StaticResource FieldTextBlockStyle}" /> |
491 | | - <TextBlock Text="{Binding ExtractOptions.TileMode}" /> |
| 490 | + <TextBlock Text="Tiled" Style="{StaticResource FieldTextBlockStyle}" /> |
| 491 | + <TextBlock Text="{Binding ExtractOptions.IsTileEnabled}" /> |
492 | 492 | </StackPanel> |
493 | 493 | <StackPanel> |
494 | 494 | <TextBlock Text="Tile Size" Style="{StaticResource FieldTextBlockStyle}" /> |
|
543 | 543 | </StackPanel> |
544 | 544 | <UniformGrid Columns="3" Margin="0,0,0,0"> |
545 | 545 | <StackPanel> |
546 | | - <TextBlock Text="Tile Mode" Style="{StaticResource FieldTextBlockStyle}" /> |
547 | | - <TextBlock Text="{Binding UpscaleOptions.TileMode}" /> |
| 546 | + <TextBlock Text="Tiled" Style="{StaticResource FieldTextBlockStyle}" /> |
| 547 | + <TextBlock Text="{Binding UpscaleOptions.IsTileEnabled}" /> |
548 | 548 | </StackPanel> |
549 | 549 | <StackPanel> |
550 | 550 | <TextBlock Text="Tile Size" Style="{StaticResource FieldTextBlockStyle}" /> |
|
615 | 615 | <Separator Opacity=".7"/> |
616 | 616 | <UniformGrid Columns="3" Visibility="{Binding ExtractorType, Converter={StaticResource EnumToVisibilityConverter}, ConverterParameter=Default}"> |
617 | 617 | <StackPanel> |
618 | | - <TextBlock Text="Tile Mode" Style="{StaticResource FieldTextBlockStyle}" /> |
619 | | - <TextBlock Text="{Binding Options.TileMode}" /> |
| 618 | + <TextBlock Text="Tiled" Style="{StaticResource FieldTextBlockStyle}" /> |
| 619 | + <TextBlock Text="{Binding Options.IsTileEnabled}" /> |
620 | 620 | </StackPanel> |
621 | 621 | <StackPanel> |
622 | 622 | <TextBlock Text="Tile Size" Style="{StaticResource FieldTextBlockStyle}" /> |
|
731 | 731 | <Separator Opacity=".7"/> |
732 | 732 | <UniformGrid Columns="3" Margin="0,0,0,0"> |
733 | 733 | <StackPanel> |
734 | | - <TextBlock Text="Tile Mode" Style="{StaticResource FieldTextBlockStyle}" /> |
735 | | - <TextBlock Text="{Binding Options.TileMode}" /> |
| 734 | + <TextBlock Text="Tiled" Style="{StaticResource FieldTextBlockStyle}" /> |
| 735 | + <TextBlock Text="{Binding Options.IsTileEnabled}" /> |
736 | 736 | </StackPanel> |
737 | 737 | <StackPanel> |
738 | 738 | <TextBlock Text="Tile Size" Style="{StaticResource FieldTextBlockStyle}" /> |
|
0 commit comments