Text-to-Image
Diffusers
Safetensors
English
NewbiePipeline
newbie
newbie_image
next-dit
lumina2
transformer
image-generation
Anime
Instructions to use Disty0/NewBie-image-Exp0.1-Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Disty0/NewBie-image-Exp0.1-Diffusers with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Disty0/NewBie-image-Exp0.1-Diffusers", 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
|
@@ -23,6 +23,10 @@ Diffusers version of [NewBie-image-Exp0.1](https://huggingface.co/NewBie-AI/NewB
|
|
| 23 |
|
| 24 |
Usage:
|
| 25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
```py
|
| 27 |
import torch
|
| 28 |
from diffusers import NewbiePipeline
|
|
|
|
| 23 |
|
| 24 |
Usage:
|
| 25 |
|
| 26 |
+
```
|
| 27 |
+
pip install git+https://github.com/Disty0/diffusers
|
| 28 |
+
```
|
| 29 |
+
|
| 30 |
```py
|
| 31 |
import torch
|
| 32 |
from diffusers import NewbiePipeline
|