Skip to content

Commit

Permalink
fix: center is marked as deprecated (Oneflow-Inc#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
digger-yu authored Aug 14, 2023
1 parent 4a5ba54 commit 4185118
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion projects/MagicPrompt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ with torch.autocast("cuda"):

```
- Generated prompt: `a dog in a astronaut suit and luffy, intricate, luffy, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, luffy, unreal engine 5, 8 k, art by artgerm`
<center><img src="https://user-images.githubusercontent.com/53039617/202831136-b44a37d2-a210-4eca-9fea-1a01976e92df.png" width="30%"></center>
<div style="text-align: center;">
<img src="https://user-images.githubusercontent.com/53039617/202831136-b44a37d2-a210-4eca-9fea-1a01976e92df.png" width="30%">
</div>


## How to customize the gpt2 with your own data
Expand Down

0 comments on commit 4185118

Please sign in to comment.