LyannMinou commited on
Commit
fae2915
1 Parent(s): cc452ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -53,11 +53,11 @@ pipe = StableDiffusionPipeline.from_pretrained(
53
  torch_dtype=torch.float32
54
  ).to('cuda')
55
 
56
- prompt = "1girl, aqua eyes, baseball cap, blonde hair, closed mouth, earrings, green background, hat, hoop earrings, jewelry, looking at viewer, shirt, short hair, simple background, solo, upper body, yellow shirt"
57
  with autocast("cuda"):
58
  image = pipe(prompt, guidance_scale=6)["sample"][0]
59
 
60
- image.save("test.png")
61
  ```
62
 
63
  ## Team Members and Acknowledgements
53
  torch_dtype=torch.float32
54
  ).to('cuda')
55
 
56
+ prompt = "1girl, aqua eyes, jewled crown, black hair, closed mouth, earrings, blue background, crown, triangle earrings, jewelry, looking at viewer, shirt, short hair, simple background, solo, upper body, blue shirt"
57
  with autocast("cuda"):
58
  image = pipe(prompt, guidance_scale=6)["sample"][0]
59
 
60
+ image.save("https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/5ec70416-add2-45bb-9c3e-ebe82d9d780c/dfh37mi-f458c912-5ca1-49b3-8400-71af5cfcc1fc.png/v1/fill/w_730,h_1095,q_70,strp/matilda__open__by_koakoa2_dfh37mi-pre.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7ImhlaWdodCI6Ijw9MTE1MiIsInBhdGgiOiJcL2ZcLzVlYzcwNDE2LWFkZDItNDViYi05YzNlLWViZTgyZDlkNzgwY1wvZGZoMzdtaS1mNDU4YzkxMi01Y2ExLTQ5YjMtODQwMC03MWFmNWNmY2MxZmMucG5nIiwid2lkdGgiOiI8PTc2OCJ9XV0sImF1ZCI6WyJ1cm46c2VydmljZTppbWFnZS5vcGVyYXRpb25zIl19.-qh80mczOMK_pzZYwDJWo32VzcWkgKThW4_GySJx9z0")
61
  ```
62
 
63
  ## Team Members and Acknowledgements