Instructions to use dataautogpt3/Proteus-RunDiffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dataautogpt3/Proteus-RunDiffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("dataautogpt3/Proteus-RunDiffusion", dtype=torch.bfloat16, device_map="cuda") prompt = "score_9, Side View of a Roman Warrior pierced By a spear, cinimatic " image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,6 +25,10 @@ widget:
|
|
| 25 |
tiger
|
| 26 |
output:
|
| 27 |
url: tiger.png
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
license: gpl-3.0
|
| 29 |
---
|
| 30 |
|
|
|
|
| 25 |
tiger
|
| 26 |
output:
|
| 27 |
url: tiger.png
|
| 28 |
+
- text: >-
|
| 29 |
+
The image features an older man, a long white beard and mustache, He has a stern expression, giving the impression of a wise and experienced individual. The mans beard and mustache are prominent, adding to his distinguished appearance. The close-up shot of the mans face emphasizes his facial features and the intensity of his gaze.
|
| 30 |
+
output:
|
| 31 |
+
url: oldman.png
|
| 32 |
license: gpl-3.0
|
| 33 |
---
|
| 34 |
|