radames HF staff commited on
Commit
d42561e
1 Parent(s): 96014db

remove auto height, pin pkgs

Browse files
Files changed (2) hide show
  1. img2img/index.html +1 -2
  2. requirements.txt +9 -8
img2img/index.html CHANGED
@@ -190,9 +190,8 @@
190
  Change the prompt to generate different images.
191
  </p>
192
  <div class="flex text-normal px-1 py-1 border border-gray-700 rounded-md items-center">
193
- <textarea type="text" id="prompt" class="font-light w-full px-3 py-2 mx-1 resize-none outline-none"
194
  title="Prompt, this is an example, feel free to modify"
195
- oninput="this.style.height = 0;this.style.height = this.scrollHeight + 'px'"
196
  placeholder="Add your prompt here...">Portrait of The Terminator with , glare pose, detailed, intricate, full of colour, cinematic lighting, trending on artstation, 8k, hyperrealistic, focused, extreme details, unreal engine 5, cinematic, masterpiece</textarea>
197
  </div>
198
 
 
190
  Change the prompt to generate different images.
191
  </p>
192
  <div class="flex text-normal px-1 py-1 border border-gray-700 rounded-md items-center">
193
+ <textarea type="text" id="prompt" class="font-light w-full px-3 py-2 mx-1 outline-none"
194
  title="Prompt, this is an example, feel free to modify"
 
195
  placeholder="Add your prompt here...">Portrait of The Terminator with , glare pose, detailed, intricate, full of colour, cinematic lighting, trending on artstation, 8k, hyperrealistic, focused, extreme details, unreal engine 5, cinematic, masterpiece</textarea>
196
  </div>
197
 
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- diffusers
2
- transformers
3
- gradio
4
- torch
5
- fastapi
6
- uvicorn
7
- Pillow
8
- accelerate
 
 
1
+ diffusers==0.21.4
2
+ transformers==4.34.1
3
+ gradio==3.50.2
4
+ torch==2.1.0
5
+ fastapi==0.104.0
6
+ uvicorn==0.23.2
7
+ Pillow==10.1.0
8
+ accelerate==0.24.0
9
+ compel==2.0.2