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_bqhxr_00022_.png
Browse files- .gitattributes +1 -0
- ComfyUI_temp_bqhxr_00022_.png +3 -0
.gitattributes
CHANGED
|
@@ -44,3 +44,4 @@ oldman.png filter=lfs diff=lfs merge=lfs -text
|
|
| 44 |
ComfyUI_temp_dxhdq_00548_.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
ComfyUI_temp_dxhdq_00573_.png filter=lfs diff=lfs merge=lfs -text
|
| 46 |
ComfyUI_temp_dxhdq_00522_.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 44 |
ComfyUI_temp_dxhdq_00548_.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
ComfyUI_temp_dxhdq_00573_.png filter=lfs diff=lfs merge=lfs -text
|
| 46 |
ComfyUI_temp_dxhdq_00522_.png filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
ComfyUI_temp_bqhxr_00022_.png filter=lfs diff=lfs merge=lfs -text
|
ComfyUI_temp_bqhxr_00022_.png
ADDED
|
Git LFS Details
|