J
#4
by
Xerogo
- opened
README.md
CHANGED
@@ -24,7 +24,6 @@ widget:
|
|
24 |
url: images/ec9a40eed46e8d17d3db1560a6543c6e6be9ebe1e41ecd5d137c01e0.jpg
|
25 |
base_model: black-forest-labs/FLUX.1-dev
|
26 |
instance_prompt: null
|
27 |
-
license: other
|
28 |
license_name: flux-1-dev-non-commercial-license
|
29 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
30 |
---
|
@@ -73,7 +72,7 @@ prompt = "a young college student, walking on the street, campus background, pho
|
|
73 |
image = pipe(prompt,
|
74 |
num_inference_steps=24,
|
75 |
guidance_scale=3.5,
|
76 |
-
width=
|
77 |
).images[0]
|
78 |
image.save(f"example.png")
|
79 |
```
|
@@ -84,4 +83,4 @@ You can also run this model at [Shakker AI](https://www.shakker.ai/modelinfo/5c3
|
|
84 |
|
85 |
|
86 |
## Acknowledgements
|
87 |
-
This model is trained by our copyrighted users [Vadim_Fedenko](https://www.shakker.ai/userpage/1f90018d803d4045b8dec4d627915098/publish). We release this model under permissions. The model follows [flux-1-dev-non-commercial-license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).
|
|
|
24 |
url: images/ec9a40eed46e8d17d3db1560a6543c6e6be9ebe1e41ecd5d137c01e0.jpg
|
25 |
base_model: black-forest-labs/FLUX.1-dev
|
26 |
instance_prompt: null
|
|
|
27 |
license_name: flux-1-dev-non-commercial-license
|
28 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
29 |
---
|
|
|
72 |
image = pipe(prompt,
|
73 |
num_inference_steps=24,
|
74 |
guidance_scale=3.5,
|
75 |
+
width=1080, height=1350,
|
76 |
).images[0]
|
77 |
image.save(f"example.png")
|
78 |
```
|
|
|
83 |
|
84 |
|
85 |
## Acknowledgements
|
86 |
+
This model is trained by our copyrighted users [Vadim_Fedenko](https://www.shakker.ai/userpage/1f90018d803d4045b8dec4d627915098/publish). We release this model under permissions. The model follows [flux-1-dev-non-commercial-license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).
|