magicfixeseverything commited on
Commit
638e2b5
·
1 Parent(s): 8d33c5c

Upload 2 files

Browse files
Files changed (2) hide show
  1. Instructions.txt +10 -17
  2. ai_image_creation.zip +2 -2
Instructions.txt CHANGED
@@ -235,35 +235,28 @@ cd C:\Diffusers && .venv\Scripts\activate.bat && pip3 install -U xformers --inde
235
  virtual environment), all you need to do is copy this line and press
236
  Enter:
237
 
238
- cd C:\Diffusers && .venv\Scripts\activate.bat && pip install diffusers transformers accelerate ftfy modin[all] invisible_watermark torchsde
239
 
240
  A whole bunch of things, what might be 100 packages or more, will
241
  download and install, including any packages needed to run these.
242
 
243
- When complete, you might need to install a later version of Gradio. A
244
- later version fixes a bug that is needed for the menus to work properly.
245
- This worked for me:
 
 
246
 
247
- cd C:\Diffusers && .venv\Scripts\activate.bat && pip install https://gradio-builds.s3.amazonaws.com/6b1401c514c2ec012b0a50c72a6ec81cb673bf1d/gradio-4.8.0-py3-none-any.whl
248
 
249
  That was found here:
250
 
251
  https://www.gradio.app/docs/blocks
252
 
253
  After selecting "main" from the version number dropdown in the left
254
- column. The link changes. If you don't want to do it that way, just do
255
- this instead to see if the dropdown menus work:
256
 
257
- cd C:\Diffusers && .venv\Scripts\activate.bat && pip install gradio
258
-
259
- The gallery feature doesn't allow images to be downloaded using the
260
- download button in the current version above. Hopefully that will work
261
- in a later version. (so eventually you will need to try another Gradio
262
- version)
263
-
264
- When a later version is eventually called, "gradio" will eventually be
265
- added to the original command rather than having to specify it
266
- separately.
267
 
268
  When complete, move on to the next step.
269
 
 
235
  virtual environment), all you need to do is copy this line and press
236
  Enter:
237
 
238
+ cd C:\Diffusers && .venv\Scripts\activate.bat && pip install diffusers transformers accelerate ftfy modin[all] invisible_watermark gradio torchsde
239
 
240
  A whole bunch of things, what might be 100 packages or more, will
241
  download and install, including any packages needed to run these.
242
 
243
+ When complete, you might need to install a different version of Gradio.
244
+ I used version 4.11.0 in testing. In some versions before that there was
245
+ a bug that made dropdown menus not work properly. Another bug was that
246
+ an image couldn't be downloaded using the download button when viewing a
247
+ gallery. This worked for me:
248
 
249
+ cd C:\Diffusers && .venv\Scripts\activate.bat && pip install https://gradio-builds.s3.amazonaws.com/d4068557953746662235d595ec435c42ceb24414/gradio-4.11.0-py3-none-any.whl
250
 
251
  That was found here:
252
 
253
  https://www.gradio.app/docs/blocks
254
 
255
  After selecting "main" from the version number dropdown in the left
256
+ column. The link changes when there is a new version. A version history
257
+ of Gradio is here:
258
 
259
+ https://www.gradio.app/changelog
 
 
 
 
 
 
 
 
 
260
 
261
  When complete, move on to the next step.
262
 
ai_image_creation.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a145e5e9d52a87741ef06bdb1b454c790b1f4cbfae953fe1fcea1b9a21ab8b1a
3
- size 28797
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46ce959476b4cadaa5c0e69873d86d51da4c1ad24439926544e59b917a9438a0
3
+ size 28716