Instructions to use nerijs/pastelcomic-flux with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nerijs/pastelcomic-flux 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("nerijs/pastelcomic-flux") prompt = "-" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -85,6 +85,9 @@ LoRa for FLUX1.-dev inspired by comic book covers with soft and pastel look
|
|
| 85 |
- Blends really well with other Loras
|
| 86 |
- Use natural prompting, check out the .json files included in the repo for some examples
|
| 87 |
|
|
|
|
|
|
|
|
|
|
| 88 |
|
| 89 |
## Download model
|
| 90 |
|
|
|
|
| 85 |
- Blends really well with other Loras
|
| 86 |
- Use natural prompting, check out the .json files included in the repo for some examples
|
| 87 |
|
| 88 |
+
### Limitations
|
| 89 |
+
- The model might have some issues with hands
|
| 90 |
+
- If you increase the strentgh too much (>1.3) most faces become the same
|
| 91 |
|
| 92 |
## Download model
|
| 93 |
|