Instructions to use duja1/collage2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use duja1/collage2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("duja1/collage2", dtype=torch.bfloat16, device_map="cuda") prompt = "c123ollage2" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,5 +26,4 @@ Sample pictures of:
|
|
| 26 |
|
| 27 |
|
| 28 |
|
| 29 |
-
c123ollage2 (use that on your prompt)
|
| 30 |
-

|
|
|
|
| 26 |
|
| 27 |
|
| 28 |
|
| 29 |
+
c123ollage2 (use that on your prompt)
|
|
|