Spaces:
Sleeping
Sleeping
Add images
Browse files
README.md
CHANGED
@@ -20,15 +20,16 @@ Here are the steps to take to create your own demo *in a few minutes* without an
|
|
20 |
1. You can easily create a demo using [this HF space](https://huggingface.co/spaces/anzorq/sd-space-creator). You will have to provide a token with write access to continue as shown in the image below:
|
21 |
|
22 |
<p align="center">
|
23 |
-
<img alt="gradio-demo-tutorial-1" src="https://huggingface.co/datasets/group2/tutorial-images/
|
24 |
-
<em
|
25 |
</p>
|
26 |
|
27 |
-
2. If your token is valid, a prompt will enable you to specify the URL or ID of the model on the HF Hub you would like to use in this demo. For example [darkstorm2150/Protogen_x3.4_Official_Release](https://huggingface.co/darkstorm2150/Protogen_x3.4_Official_Release), which is a diffusion model able to generate photorealistic images from a prompt.
|
28 |
|
29 |
-
|
30 |
-
|
31 |
-
|
|
|
32 |
|
33 |
3. Then, you can specify a few details about your demo, such as:
|
34 |
- Name
|
@@ -36,15 +37,18 @@ Click on "Load model".
|
|
36 |
- Description
|
37 |
- Space type
|
38 |
- Hardware (CPU? GPU?)
|
39 |
-
|
40 |
-
TODO: add pic
|
41 |
-
|
42 |
Click on "Create the space". Your space will now be getting built.
|
43 |
|
44 |
-
|
|
|
|
|
|
|
45 |
|
46 |
-
|
47 |
|
48 |
5. You can enter a prompt to generate an image with the space you just built! The demo embedded in this space was created that way without typing any code!
|
49 |
|
50 |
-
|
|
|
|
|
|
|
|
20 |
1. You can easily create a demo using [this HF space](https://huggingface.co/spaces/anzorq/sd-space-creator). You will have to provide a token with write access to continue as shown in the image below:
|
21 |
|
22 |
<p align="center">
|
23 |
+
<img alt="gradio-demo-tutorial-1" src="https://huggingface.co/datasets/group2/tutorial-images/resolve/main/screenshots/1%20-%20gotToSpaceCreationl.PNG" width="450">
|
24 |
+
<em Enter a WRITE token.</em>
|
25 |
</p>
|
26 |
|
27 |
+
2. If your token is valid, a prompt will enable you to specify the URL or ID of the model on the HF Hub you would like to use in this demo. For example [darkstorm2150/Protogen_x3.4_Official_Release](https://huggingface.co/darkstorm2150/Protogen_x3.4_Official_Release), which is a diffusion model able to generate photorealistic images from a prompt. Click on "Load model".
|
28 |
|
29 |
+
<p align="center">
|
30 |
+
<img alt="gradio-demo-tutorial-2" src="https://huggingface.co/datasets/group2/tutorial-images/resolve/main/screenshots/4-PasteTokenChooseModel.PNG" width="450">
|
31 |
+
<em Specify a model.</em>
|
32 |
+
</p>
|
33 |
|
34 |
3. Then, you can specify a few details about your demo, such as:
|
35 |
- Name
|
|
|
37 |
- Description
|
38 |
- Space type
|
39 |
- Hardware (CPU? GPU?)
|
|
|
|
|
|
|
40 |
Click on "Create the space". Your space will now be getting built.
|
41 |
|
42 |
+
<p align="center">
|
43 |
+
<img alt="gradio-demo-tutorial-3" src="https://huggingface.co/datasets/group2/tutorial-images/resolve/main/screenshots/5-SpaceCreated.PNG" width="450">
|
44 |
+
<em Specify a model.</em>
|
45 |
+
</p>
|
46 |
|
47 |
+
4. Once your space is built, you can reach it at https://huggingface.co/spaces/SPACE_NAME.
|
48 |
|
49 |
5. You can enter a prompt to generate an image with the space you just built! The demo embedded in this space was created that way without typing any code!
|
50 |
|
51 |
+
<p align="center">
|
52 |
+
<img alt="gradio-demo-tutorial-5" src="https://huggingface.co/datasets/group2/tutorial-images/resolve/main/screenshots/6-GotYourNewSpace.PNG" width="450">
|
53 |
+
<em Specify a model.</em>
|
54 |
+
</p>
|