Rename spandrel models to 'Image-to-Image Model' throughout the UI.

This commit is contained in:
Ryan Dick
2024-07-05 14:04:08 -04:00
parent a405f14ea2
commit d09999736c
5 changed files with 199 additions and 245 deletions

View File

@ -135,7 +135,7 @@ class FieldDescriptions:
sdxl_main_model = "SDXL Main model (UNet, VAE, CLIP1, CLIP2) to load"
sdxl_refiner_model = "SDXL Refiner Main Modde (UNet, VAE, CLIP2) to load"
onnx_main_model = "ONNX Main model (UNet, VAE, CLIP) to load"
spandrel_image_to_image_model = "Spandrel Image-to-Image model"
spandrel_image_to_image_model = "Image-to-Image model"
lora_weight = "The weight at which the LoRA is applied to each model"
compel_prompt = "Prompt to be parsed by Compel to create a conditioning tensor"
raw_prompt = "Raw prompt text (no parsing)"