Instructions to use InstantX/SD3-Controlnet-Tile with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use InstantX/SD3-Controlnet-Tile with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("InstantX/SD3-Controlnet-Tile", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,8 +4,8 @@
|
|
| 4 |
|
| 5 |
|
| 6 |
| control image | weight=0 | weight=0.3 | weight=0.5 | weight=0.7 | weight=0.9 |
|
| 7 |
-
|:-------------------------:|:-------------------------:|:-------------------------:|:-------------------------:|:-------------------------:|
|
| 8 |
-
|<img src="./
|
| 9 |
|
| 10 |
|
| 11 |
# Install Diffusers-SD3-Controlnet
|
|
|
|
| 4 |
|
| 5 |
|
| 6 |
| control image | weight=0 | weight=0.3 | weight=0.5 | weight=0.7 | weight=0.9 |
|
| 7 |
+
|:-------------------------:|:-------------------------:|:-------------------------:|:-------------------------:|:-------------------------:|:-------------------------:|
|
| 8 |
+
|<img src="./tile.jpg" width = "400" /> | <img src="./demo_0.jpg" width = "400" /> | <img src="./demo_3.jpg" width = "400" /> | <img src="./demo_5.jpg" width = "400" /> | <img src="./demo_7.jpg" width = "400" /> | <img src="./demo_9.jpg" width = "400" /> |
|
| 9 |
|
| 10 |
|
| 11 |
# Install Diffusers-SD3-Controlnet
|