Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -14
Dockerfile
CHANGED
@@ -1,14 +1,2 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
-i 'height=1024' \
|
4 |
-
-i $'prompt="realistic Prompt: \\"A detailed portrait of a middle-aged man with a rugged face, wearing a leather jacket. He has piercing blue eyes and a determined expression. The background is a windswept desert landscape.\\" - @Gary Makinson (fast)\\n"' \
|
5 |
-
-i 'refine="no_refiner"' \
|
6 |
-
-i 'scheduler="K_EULER"' \
|
7 |
-
-i 'lora_scale=0.6' \
|
8 |
-
-i 'num_outputs=1' \
|
9 |
-
-i 'guidance_scale=7.5' \
|
10 |
-
-i 'apply_watermark=false' \
|
11 |
-
-i 'high_noise_frac=0.8' \
|
12 |
-
-i 'negative_prompt=""' \
|
13 |
-
-i 'prompt_strength=0.8' \
|
14 |
-
-i 'num_inference_steps=50'
|
|
|
1 |
+
docker run -it -p 7860:7860 --platform=linux/amd64 \
|
2 |
+
registry.hf.space/edit-image-alaradirik-t2i-adapter-sdxl-canny:cpu-05af1ab python app.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|