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 Settings
- Draw Things
- DiffusionBee
Rename ComfyUI_temp_dxhdq_00034_.png to dragon.png
Browse files
.gitattributes
CHANGED
|
@@ -37,3 +37,4 @@ Goku.png filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
manic.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
man.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
ComfyUI_temp_dxhdq_00034_.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 37 |
manic.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
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
|
ComfyUI_temp_dxhdq_00034_.png → dragon.png
RENAMED
|
File without changes
|