Instructions to use NovatasticRoScript/AtomightDepict-0.4B-Pixels with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use NovatasticRoScript/AtomightDepict-0.4B-Pixels with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("NovatasticRoScript/AtomightDepict-0.4B-Pixels", 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
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ library_name: diffusers
|
|
| 16 |
|
| 17 |
This is the model card of a 🧨 diffusers model that has been pushed on the Hub. This model card has been automatically generated.
|
| 18 |
|
| 19 |
-
- **Developed by:** [
|
| 20 |
- **Funded by [optional]:** [More Information Needed]
|
| 21 |
- **Shared by [optional]:** [More Information Needed]
|
| 22 |
- **Model type:** [More Information Needed]
|
|
|
|
| 16 |
|
| 17 |
This is the model card of a 🧨 diffusers model that has been pushed on the Hub. This model card has been automatically generated.
|
| 18 |
|
| 19 |
+
- **Developed by:** [NovatasticRoScript]
|
| 20 |
- **Funded by [optional]:** [More Information Needed]
|
| 21 |
- **Shared by [optional]:** [More Information Needed]
|
| 22 |
- **Model type:** [More Information Needed]
|