Instructions to use NAB1108/BITS_ClockTower with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use NAB1108/BITS_ClockTower with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("NAB1108/BITS_ClockTower", 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
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,8 @@ pipeline_tag: text-to-image
|
|
| 6 |
|
| 7 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 8 |
|
| 9 |
-
This is a Stable Diffusion model fine-tuned on the iconic BITS Pilani Clock Tower.
|
|
|
|
| 10 |
|
| 11 |
## Model Details
|
| 12 |
|
|
|
|
| 6 |
|
| 7 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 8 |
|
| 9 |
+
This is a Stable Diffusion model fine-tuned on the iconic BITS Pilani Clock Tower.
|
| 10 |
+
It can be used by modifying the instance_prompt: bitsclck tower
|
| 11 |
|
| 12 |
## Model Details
|
| 13 |
|