Instructions to use namitha24112003/abc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use namitha24112003/abc with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("namitha24112003/abc", 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
- Draw Things
- DiffusionBee
Update README.md
#1
by Aditya190803 - opened
README.md
CHANGED
|
@@ -7,7 +7,7 @@ tags:
|
|
| 7 |
---
|
| 8 |
### abc Dreambooth model trained by namitha24112003 following the "Build your own Gen AI model" session by NxtWave.
|
| 9 |
|
| 10 |
-
Project Submission Code:
|
| 11 |
|
| 12 |
Sample pictures of this concept:
|
| 13 |
|
|
|
|
| 7 |
---
|
| 8 |
### abc Dreambooth model trained by namitha24112003 following the "Build your own Gen AI model" session by NxtWave.
|
| 9 |
|
| 10 |
+
Project Submission Code: 48
|
| 11 |
|
| 12 |
Sample pictures of this concept:
|
| 13 |
|