mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: placeholder text for Add model input
This commit is contained in:
parent
e1c0ca1ab2
commit
b1e16aa3db
@ -88,11 +88,12 @@ export default function AddModels() {
|
||||
>
|
||||
<IAIMantineTextInput
|
||||
label="Model Location"
|
||||
placeholder="Provide a path to a local Diffusers model, local checkpoint / safetensors model or a HuggingFace Repo ID"
|
||||
w="100%"
|
||||
{...addModelForm.getInputProps('location')}
|
||||
/>
|
||||
<IAIMantineSelect
|
||||
label="Prediction Type (used for Stable Diffusion 2.x Models)"
|
||||
label="Prediction Type (for Stable Diffusion 2.x Models only)"
|
||||
data={predictionSelectData}
|
||||
defaultValue="none"
|
||||
{...addModelForm.getInputProps('prediction_type')}
|
||||
|
@ -12,8 +12,6 @@ export default function FoundModelsList() {
|
||||
search_path: searchFolder ? searchFolder : '',
|
||||
});
|
||||
|
||||
console.log(foundModels);
|
||||
|
||||
const renderFoundModels = () => {
|
||||
if (!searchFolder) return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user