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
|
@@ -32,7 +32,12 @@ widget:
|
|
| 32 |
- text: >-
|
| 33 |
score_9, Side View of a Roman Warrior pierced By a spear, cinimatic
|
| 34 |
output:
|
| 35 |
-
url: i.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
|
| 37 |
license: gpl-3.0
|
| 38 |
---
|
|
|
|
| 32 |
- text: >-
|
| 33 |
score_9, Side View of a Roman Warrior pierced By a spear, cinimatic
|
| 34 |
output:
|
| 35 |
+
url: i.png
|
| 36 |
+
- text: >-
|
| 37 |
+
a knight fighting a dragon, epic cinimatic
|
| 38 |
+
output:
|
| 39 |
+
url: ComfyUI_temp_bqhxr_00199_.png
|
| 40 |
+
|
| 41 |
|
| 42 |
license: gpl-3.0
|
| 43 |
---
|