Instructions to use alimama-creative/FLUX.1-dev-Controlnet-Inpainting-Alpha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alimama-creative/FLUX.1-dev-Controlnet-Inpainting-Alpha with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("alimama-creative/FLUX.1-dev-Controlnet-Inpainting-Alpha", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Please change this female character's outfit to a white bikini.
#9
by natto0404 - opened
- .gitattributes +1 -0
- images/IMG_5238.jpeg +3 -0
.gitattributes
CHANGED
|
@@ -54,3 +54,4 @@ images/comfy_out_4.png filter=lfs diff=lfs merge=lfs -text
|
|
| 54 |
6_0.png filter=lfs diff=lfs merge=lfs -text
|
| 55 |
6_1.png filter=lfs diff=lfs merge=lfs -text
|
| 56 |
6_2.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 54 |
6_0.png filter=lfs diff=lfs merge=lfs -text
|
| 55 |
6_1.png filter=lfs diff=lfs merge=lfs -text
|
| 56 |
6_2.png filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
images/IMG_5238.jpeg filter=lfs diff=lfs merge=lfs -text
|
images/IMG_5238.jpeg
ADDED
|
Git LFS Details
|