Instructions to use EvilEngine/fcNeg-neg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EvilEngine/fcNeg-neg with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("EvilEngine/realcartoon3d_v17", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("EvilEngine/fcNeg-neg") prompt = "(masterpiece), futuristic cityscape, street view, (decrepit scenery), megastructures, intricate detail, (art by [Bastien Lecouffe-Deharme|Caspar David Friedrich ]:1.2), (unreal engine render, photorealistic painting, photorealistic:1.2), (mysterious)" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -39,6 +39,14 @@ These prompts are positive prompts.
|
|
| 39 |
|
| 40 |
fcPortrait now has three variations, the base one, one with a sweaty/heat effect and another that adds detail and vibrancy. You only need to use one per image generation.
|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
## Trigger words
|
| 43 |
|
| 44 |
You should use `fcNeg` to trigger the image generation.
|
|
|
|
| 39 |
|
| 40 |
fcPortrait now has three variations, the base one, one with a sweaty/heat effect and another that adds detail and vibrancy. You only need to use one per image generation.
|
| 41 |
|
| 42 |
+
## Source
|
| 43 |
+
|
| 44 |
+
https://civitai.com/models/81575/amazing-embeddings-fcnegative-fcportrait-suite?modelVersionId=97691
|
| 45 |
+
|
| 46 |
+
## Credit
|
| 47 |
+
|
| 48 |
+
https://civitai.com/user/fitCorder
|
| 49 |
+
|
| 50 |
## Trigger words
|
| 51 |
|
| 52 |
You should use `fcNeg` to trigger the image generation.
|