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
Upload tiger.png
Browse files- .gitattributes +1 -0
- tiger.png +3 -0
.gitattributes
CHANGED
|
@@ -39,3 +39,4 @@ man.png filter=lfs diff=lfs merge=lfs -text
|
|
| 39 |
ComfyUI_temp_dxhdq_00034_.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
dragon.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
pixel.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 39 |
ComfyUI_temp_dxhdq_00034_.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
dragon.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
pixel.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
tiger.png filter=lfs diff=lfs merge=lfs -text
|
tiger.png
ADDED
|
Git LFS Details
|