magicfixeseverything
commited on
Commit
·
638e2b5
1
Parent(s):
8d33c5c
Upload 2 files
Browse files- Instructions.txt +10 -17
- 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
|
244 |
-
|
245 |
-
|
|
|
|
|
246 |
|
247 |
-
cd C:\Diffusers && .venv\Scripts\activate.bat && pip install https://gradio-builds.s3.amazonaws.com/
|
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
|
255 |
-
|
256 |
|
257 |
-
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46ce959476b4cadaa5c0e69873d86d51da4c1ad24439926544e59b917a9438a0
|
3 |
+
size 28716
|