jbilcke-hf HF staff commited on
Commit
ba0236b
1 Parent(s): 1b8a1ed

let's allocate upscaling servers to AI Tube instead

Browse files
src/app/interface/bottom-bar/index.tsx CHANGED
@@ -93,14 +93,14 @@ export function BottomBar() {
93
  `scale-[0.9]`
94
  )}>
95
  <SettingsDialog />
96
- <Button
97
  onClick={handleUpscale}
98
  disabled={!prompt?.length || remainingImages > 0 || isUpscaling || !Object.values(upscaleQueue).length}
99
  >
100
  {isUpscaling
101
  ? `${allStatus.length - Object.values(upscaleQueue).length}/${allStatus.length} ⌛`
102
  : "Upscale"}
103
- </Button>
104
 
105
  {/*
106
  <div>
 
93
  `scale-[0.9]`
94
  )}>
95
  <SettingsDialog />
96
+ {/*<Button
97
  onClick={handleUpscale}
98
  disabled={!prompt?.length || remainingImages > 0 || isUpscaling || !Object.values(upscaleQueue).length}
99
  >
100
  {isUpscaling
101
  ? `${allStatus.length - Object.values(upscaleQueue).length}/${allStatus.length} ⌛`
102
  : "Upscale"}
103
+ </Button>*/}
104
 
105
  {/*
106
  <div>