thejagstudio commited on
Commit
b92b584
·
verified ·
1 Parent(s): dc967e3

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -295,7 +295,7 @@ def clotheChanger():
295
  seed = int(data["seed"])
296
 
297
  prompt ="A "+cameraAngle+" portrait of a "+age+" "+base+" with a "+expression+" and "+bodyType+" body, "+action+", "+boobs+" boobs, "+ass+" ass, "+clothing+", "+hairStyle+" hair, "+quality+" quality, "+clothingColor+" "+clothingType+", "+clothingMaterial+" with "+clothingPattern+", "+lighting+" in "+setting+" with "+background+" in background"
298
- modelGen = "sd_xl_base_1.0_inpainting_0.1.safetensors [5679a81a]"
299
 
300
  input_img = Image.open(requests.get(url,stream=True).raw)
301
  inputs = processor(images=input_img,return_tensors="tf")
 
295
  seed = int(data["seed"])
296
 
297
  prompt ="A "+cameraAngle+" portrait of a "+age+" "+base+" with a "+expression+" and "+bodyType+" body, "+action+", "+boobs+" boobs, "+ass+" ass, "+clothing+", "+hairStyle+" hair, "+quality+" quality, "+clothingColor+" "+clothingType+", "+clothingMaterial+" with "+clothingPattern+", "+lighting+" in "+setting+" with "+background+" in background"
298
+ modelGen = "v1-5-inpainting.safetensors [21c7ab71]"
299
 
300
  input_img = Image.open(requests.get(url,stream=True).raw)
301
  inputs = processor(images=input_img,return_tensors="tf")