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
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ widget:
|
|
| 16 |
- text: >-
|
| 17 |
Vegeta, iconic Saiyan prince from DBZ, (powerful stance:1.3), (muscle definition:1.2), in mid-battle roar, (Super Saiyan transformation:1.5), crackling aura of energy enveloping him, dynamic background showcasing a devastated battlefield reminiscent of Namek or Earth during epic confrontations; elements of Akira Toriyama's signature art style blended seamlessly with high saturation and bold lines to capture the intensity and raw power synonymous with Dragon Ball Z; dramatic lighting casting strong shadows to enhance Vegeta's chiseled features and battle torn armor; camera angle low and looking up to emphasize his dominance and unyielding spirit.
|
| 18 |
output:
|
| 19 |
-
url:
|
| 20 |
- text: >-
|
| 21 |
tiger
|
| 22 |
output:
|
|
|
|
| 16 |
- text: >-
|
| 17 |
Vegeta, iconic Saiyan prince from DBZ, (powerful stance:1.3), (muscle definition:1.2), in mid-battle roar, (Super Saiyan transformation:1.5), crackling aura of energy enveloping him, dynamic background showcasing a devastated battlefield reminiscent of Namek or Earth during epic confrontations; elements of Akira Toriyama's signature art style blended seamlessly with high saturation and bold lines to capture the intensity and raw power synonymous with Dragon Ball Z; dramatic lighting casting strong shadows to enhance Vegeta's chiseled features and battle torn armor; camera angle low and looking up to emphasize his dominance and unyielding spirit.
|
| 18 |
output:
|
| 19 |
+
url: ComfyUI_temp_bqhxr_00052_.png
|
| 20 |
- text: >-
|
| 21 |
tiger
|
| 22 |
output:
|