Spaces:
Paused
Paused
Update main.py
Browse files
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 = "
|
| 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")
|