Leeps commited on
Commit
4295765
1 Parent(s): 479b1ed

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. index.py +1 -1
index.py CHANGED
@@ -40,7 +40,7 @@ def sdxl_api(weighted_prompt, weight_amt, prompt, starter_img, prompt_strength):
40
 
41
  def img2imgstarter(prompt):
42
  input = {
43
- "prompt": "high quality 3D render of a simple" + prompt + ", front-view, minimalist and simple mockup on a white background",
44
  "output_format": "jpg",
45
  "output_quality": 75,
46
  "steps": 14
 
40
 
41
  def img2imgstarter(prompt):
42
  input = {
43
+ "prompt": "high quality 3D render of a simple " + prompt + ", front-view, minimalist and simple mockup on a white background",
44
  "output_format": "jpg",
45
  "output_quality": 75,
46
  "steps": 14