Instructions to use dataautogpt3/ProteusV0.3-Lightning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dataautogpt3/ProteusV0.3-Lightning 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/ProteusV0.3-Lightning", torch_dtype=torch.bfloat16, device_map="cuda") prompt = "Anime Girl holding a sign that says 'Proteus Lighting'" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
pipeline_tag: text-to-image
|
| 3 |
-
widget:
|
| 4 |
- text: >-
|
| 5 |
Anime Girl holding a sign that says 'Proteus Lighting'
|
| 6 |
output:
|
|
@@ -13,6 +13,10 @@ widget:
|
|
| 13 |
Anime 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
|
| 14 |
output:
|
| 15 |
url: ComfyUI_08567_.png
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
license: gpl-3.0
|
| 17 |
---
|
| 18 |
<Gallery />
|
|
|
|
| 1 |
---
|
| 2 |
pipeline_tag: text-to-image
|
| 3 |
+
widget:
|
| 4 |
- text: >-
|
| 5 |
Anime Girl holding a sign that says 'Proteus Lighting'
|
| 6 |
output:
|
|
|
|
| 13 |
Anime 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
|
| 14 |
output:
|
| 15 |
url: ComfyUI_08567_.png
|
| 16 |
+
- text: >-
|
| 17 |
+
Super Closeup Portrait, action shot, Profoundly dark whitish meadow, glass flowers, Stains, space grunge style, Jeanne dArc wearing White Olive green used styled Cotton frock, Wielding thin silver sword, Sci-fi vibe, dirty, noisy, Vintage monk style, very detailed, hd
|
| 18 |
+
output:
|
| 19 |
+
url: ComfyUI_08571_.png
|
| 20 |
license: gpl-3.0
|
| 21 |
---
|
| 22 |
<Gallery />
|