Update README.md
Browse files
README.md
CHANGED
|
@@ -174,7 +174,7 @@ sglang serve --model-path baidu/ERNIE-Image
|
|
| 174 |
Send a generation request:
|
| 175 |
|
| 176 |
```bash
|
| 177 |
-
curl -X POST http://localhost:30000/
|
| 178 |
-H "Content-Type: application/json" \
|
| 179 |
-d '{
|
| 180 |
"prompt": "This is a photograph depicting an urban street scene. Shot at eye level, it shows a covered pedestrian or commercial street. Slightly below the center of the frame, a cyclist rides away from the camera toward the background, appearing as a dark silhouette against backlighting with indistinct details. The ground is paved with regular square tiles, bisected by a prominent tactile paving strip running through the scene, whose raised textures are clearly visible under the light. Light streams in diagonally from the right side of the frame, creating a strong backlight effect with a distinct Tyndall effect—visible light beams illuminating dust or vapor in the air and casting long shadows across the street. Several pedestrians appear on the left side and in the distance, some with their backs to the camera and others walking sideways, all rendered as silhouettes or semi-silhouettes. The overall color palette is warm, dominated by golden yellows and dark browns, evoking the atmosphere of dusk or early morning.",
|
|
|
|
| 174 |
Send a generation request:
|
| 175 |
|
| 176 |
```bash
|
| 177 |
+
curl -X POST http://localhost:30000/v1/images/generations \
|
| 178 |
-H "Content-Type: application/json" \
|
| 179 |
-d '{
|
| 180 |
"prompt": "This is a photograph depicting an urban street scene. Shot at eye level, it shows a covered pedestrian or commercial street. Slightly below the center of the frame, a cyclist rides away from the camera toward the background, appearing as a dark silhouette against backlighting with indistinct details. The ground is paved with regular square tiles, bisected by a prominent tactile paving strip running through the scene, whose raised textures are clearly visible under the light. Light streams in diagonally from the right side of the frame, creating a strong backlight effect with a distinct Tyndall effect—visible light beams illuminating dust or vapor in the air and casting long shadows across the street. Several pedestrians appear on the left side and in the distance, some with their backs to the camera and others walking sideways, all rendered as silhouettes or semi-silhouettes. The overall color palette is warm, dominated by golden yellows and dark browns, evoking the atmosphere of dusk or early morning.",
|