Skip to content

Commit

Permalink
docs(ai): fix T2I lora example model
Browse files Browse the repository at this point in the history
This commit ensures people use the `stabilityai/stable-diffusion-xl-base-1.0` model
as the based for the Lora requests on the T2I pipeline.
  • Loading branch information
rickstaa committed Sep 23, 2024
1 parent 62695c5 commit d913f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai/pipelines/text-to-image.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ To apply LoRa filters to an image, include the `loras` field in your request:
curl -X POST "https://<GATEWAY_IP>/text-to-image" \
-H "Content-Type: application/json" \
-d '{
"model_id":"ByteDance/SDXL-Lightning",
"model_id":"stabilityai/stable-diffusion-xl-base-1.0",
"prompt":"A cool cat on the beach",
"width": 1024,
"height": 1024,
Expand Down

0 comments on commit d913f63

Please sign in to comment.