Instructions to use strangerzonehf/333-PRO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use strangerzonehf/333-PRO with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("strangerzonehf/333-PRO") prompt = "333 Pro Sketch – A black and white drawing of a ram on a textured gray background. The ram’s head is turned to the left, showcasing its curved, pointed horns. Its face is detailed with fine lines, highlighting its white fur, black nose, and slightly open mouth. The ram’s eyes are black, giving it a strong, focused expression. Perched atop its head is a black bird, its feathers sketched with delicate strokes. The background remains minimal, allowing the intricate linework of the ram and bird to stand out, creating a striking contrast." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,9 +5,9 @@ tags:
|
|
| 5 |
- diffusers
|
| 6 |
- template:diffusion-lora
|
| 7 |
widget:
|
| 8 |
-
- text: '333 Pro Sketch, A black and white drawing of a
|
| 9 |
output:
|
| 10 |
-
url: images/
|
| 11 |
- text: '333 Pro Sketch, A black and white drawing of a man playing a trumpet. The man is wearing a striped shirt and shorts. He is holding the trumpet in his right hand. His left hand is raised in the air. His right arm is extended out to the right. The background is a light beige color. The drawing is done in black ink.'
|
| 12 |
output:
|
| 13 |
url: images/22.png
|
|
|
|
| 5 |
- diffusers
|
| 6 |
- template:diffusion-lora
|
| 7 |
widget:
|
| 8 |
+
- text: '333 Pro Sketch, A black and white drawing of a surfer riding a wave. The artwork is defined by intricate linework and expressive shading, giving it a sense of motion and energy. The surfer is depicted mid-action, crouched low on the surfboard, with one arm extended forward and the other bent backward for balance. The background features dynamic, flowing lines representing the crashing wave, adding to the intensity of the scene. The surfboard is outlined with fine details, and the surfer’s shorts have subtle patterns for texture. The overall composition captures the thrill of surfing, with the artist’s precise strokes emphasizing movement and excitement.'
|
| 9 |
output:
|
| 10 |
+
url: images/111.png
|
| 11 |
- text: '333 Pro Sketch, A black and white drawing of a man playing a trumpet. The man is wearing a striped shirt and shorts. He is holding the trumpet in his right hand. His left hand is raised in the air. His right arm is extended out to the right. The background is a light beige color. The drawing is done in black ink.'
|
| 12 |
output:
|
| 13 |
url: images/22.png
|