Skip to content

Commit

Permalink
Update links from Upload.io -> Bytescale (rebrand)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwagerfield committed Aug 20, 2023
1 parent c1b4403 commit a62f69f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is the previous and open source version of RoomGPT.io (a paid SaaS product)

## How it works

It uses an ML model called [ControlNet](https://github.com/lllyasviel/ControlNet) to generate variations of rooms. This application gives you the ability to upload a photo of any room, which will send it through this ML Model using a Next.js API route, and return your generated room. The ML Model is hosted on [Replicate](https://replicate.com) and [Upload](https://upload.io) is used for image storage.
It uses an ML model called [ControlNet](https://github.com/lllyasviel/ControlNet) to generate variations of rooms. This application gives you the ability to upload a photo of any room, which will send it through this ML Model using a Next.js API route, and return your generated room. The ML Model is hosted on [Replicate](https://replicate.com) and [Bytescale](https://www.bytescale.com/) is used for image storage.

## Running Locally

Expand Down
4 changes: 2 additions & 2 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ export default function Footer() {
Replicate,{" "}
</a>
<a
href="https://upload.io"
href="https://www.bytescale.com/"
target="_blank"
rel="noreferrer"
className="font-bold hover:underline hover:text-gray-300 transition underline-offset-2"
>
Upload,{" "}
Bytescale,{" "}
</a>
and{" "}
<a
Expand Down

0 comments on commit a62f69f

Please sign in to comment.