Instructions to use Abhi5ingh/ControlnetDresscode with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Abhi5ingh/ControlnetDresscode with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("Abhi5ingh/ControlnetDresscode") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,4 +25,4 @@ prompt: one-shoulder textured dress one long draping sleeve one sleeved mini pur
|
|
| 25 |

|
| 26 |
|
| 27 |
Results:
|
| 28 |
-
](./images_2.png)
|
| 26 |
|
| 27 |
Results:
|
| 28 |
+

|