Instructions to use renderartist/sketchpaintflux with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use renderartist/sketchpaintflux 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", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("renderartist/sketchpaintflux") prompt = "sk3tchpa1nt style illustration of a psychic sitting at a red table with candles" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -56,6 +56,9 @@ widget:
|
|
| 56 |
- text: sk3tchpa1nt style illustration of a man sitting in a chair reading a book
|
| 57 |
output:
|
| 58 |
url: images/3D__00846_.png
|
|
|
|
|
|
|
|
|
|
| 59 |
base_model: black-forest-labs/FLUX.1-dev
|
| 60 |
instance_prompt: sk3tchpa1nt, illustration
|
| 61 |
license: creativeml-openrail-m
|
|
|
|
| 56 |
- text: sk3tchpa1nt style illustration of a man sitting in a chair reading a book
|
| 57 |
output:
|
| 58 |
url: images/3D__00846_.png
|
| 59 |
+
- text: sk3tchpa1nt painting of a devil with glowing eyes, sharp exposed teeth, red skin
|
| 60 |
+
output:
|
| 61 |
+
url: images/3D__01064_.png
|
| 62 |
base_model: black-forest-labs/FLUX.1-dev
|
| 63 |
instance_prompt: sk3tchpa1nt, illustration
|
| 64 |
license: creativeml-openrail-m
|