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

|
|
|
|
| 18 |
|
| 19 |
|
| 20 |
e3t (use that on your prompt)
|
|
|