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
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,10 +17,6 @@ widget:
|
|
| 17 |
score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, dragon, massive crashing through the dunes
|
| 18 |
output:
|
| 19 |
url: dragon.png
|
| 20 |
-
- text: >-
|
| 21 |
-
high quality pixel art, a pixel art silhouette of an anime space-themed girl in a space-punk steampunk style, lying in her bed by the window of a spaceship, smoking, with a rustic feel. The image should embody epic portraiture and double exposure, featuring an isolated landscape visible through the window. The colors should primarily be dynamic and action-packed, with a strong use of negative space. The entire artwork should be in pixel art style, emphasizing the characters shape and set against a white background. Silhouette
|
| 22 |
-
output:
|
| 23 |
-
url: pixel.png
|
| 24 |
- text: >-
|
| 25 |
tiger
|
| 26 |
output:
|
|
|
|
| 17 |
score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, dragon, massive crashing through the dunes
|
| 18 |
output:
|
| 19 |
url: dragon.png
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
- text: >-
|
| 21 |
tiger
|
| 22 |
output:
|