Update README.md

#9
by ISPA - opened
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -30,7 +30,8 @@ model_id = "nitrosocke/elden-ring-diffusion"
30
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
31
  pipe = pipe.to("cuda")
32
 
33
- prompt = "a magical princess with golden hair, elden ring style"
 
34
  image = pipe(prompt).images[0]
35
 
36
  image.save("./magical_princess.png")
 
30
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
31
  pipe = pipe.to("cuda")
32
 
33
+ prompt = "a magical princess with golden hair, elden ring styleA pretty girl is dancing in Indian-inspired attire, replete with feathers, mascots, and eye-catching makeup.
34
+ wide angle, The face, black suit, red room, low light key, bitcoin, backdrop Python code, AI in cyber body, dark blue, neon, and dollars are all invisible. achievement, good fortune, future, and luxurious darkness Volumetric lighting, high definition, hyperrealism, octane rendering, Arnold rendering, and 3D Tone Mapping, Post-Production, Tone Mapping, Anti-Aliasing, FKAA, TXAA, RTX, and Megapixel Cinematic Lighting wide angle Full color, volumetric lighting, HDR, realistic, and 8k CGI, VFX, and SFX Maybe add some reflective elements to the space to make some eye-catching shadows. Alternatively, there might be some background lighting from computer screens or other electronics."
35
  image = pipe(prompt).images[0]
36
 
37
  image.save("./magical_princess.png")