nightfury commited on
Commit
b1e16e0
·
1 Parent(s): bcfd455

Update app_sd.py

Browse files
Files changed (1) hide show
  1. app_sd.py +1 -1
app_sd.py CHANGED
@@ -29,7 +29,7 @@ response = requests.get(url)
29
  init_image = Image.open(BytesIO(response.content)).convert("RGB")
30
  init_image = init_image.resize((768, 512))
31
 
32
- prompt = "Lively, illustration of a [[[<king::4>]]], portrait, fantasy, intricate, Scenic, hyperdetailed, hyper realistic <king-hearthstone>, unreal engine, 4k, smooth, sharp focus, intricate, cinematic lighting, highly detailed, octane, digital painting, artstation, concept art, vibrant colors, Cinema4D, WLOP, 3d render, in the style of hearthstone::5 art by Artgerm and greg rutkowski and magali villeneuve, martina jackova, Giger"
33
 
34
  with autocast(device): #"cuda"):
35
  images = pipe(prompt=prompt, init_image=init_image, strength=0.75, guidance_scale=7.5).images
 
29
  init_image = Image.open(BytesIO(response.content)).convert("RGB")
30
  init_image = init_image.resize((768, 512))
31
 
32
+ prompt = "Lively, illustration of a king, portrait, fantasy, intricate, Scenic, hyperdetailed, hyper realistic king-hearthstone, unreal engine, 4k, smooth, sharp focus, intricate, cinematic lighting, highly detailed, octane, digital painting, artstation, concept art, vibrant colors, Cinema4D, WLOP, 3d render, in the style of hearthstone art by Artgerm and greg rutkowski and magali villeneuve, martina jackova, Giger"
33
 
34
  with autocast(device): #"cuda"):
35
  images = pipe(prompt=prompt, init_image=init_image, strength=0.75, guidance_scale=7.5).images