Spaces:
Runtime error
Runtime error
Update app_sd.py
Browse files
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
|
| 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
|