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 ComfyUI_temp_dxhdq_00102_.png
Browse files- .gitattributes +1 -0
- ComfyUI_temp_dxhdq_00102_.png +3 -0
.gitattributes
CHANGED
|
@@ -52,3 +52,4 @@ ComfyUI_temp_bqhxr_00288_.png filter=lfs diff=lfs merge=lfs -text
|
|
| 52 |
ComfyUI_temp_kcmuc_00530_.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
i.png filter=lfs diff=lfs merge=lfs -text
|
| 54 |
ComfyUI_temp_bqhxr_00605_.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 52 |
ComfyUI_temp_kcmuc_00530_.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
i.png filter=lfs diff=lfs merge=lfs -text
|
| 54 |
ComfyUI_temp_bqhxr_00605_.png filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
ComfyUI_temp_dxhdq_00102_.png filter=lfs diff=lfs merge=lfs -text
|
ComfyUI_temp_dxhdq_00102_.png
ADDED
|
Git LFS Details
|