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
Add 3 files
Browse files- fcNeg-neg.pt +3 -0
- images/00074-2419621610.jpeg +3 -0
- images/00075-1411107462.jpeg +3 -0
fcNeg-neg.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f257fca13352b7e00cd12d4d2257719c8a8944e4e8565c5eb17a5c1f673c9458
|
| 3 |
+
size 4020
|
images/00074-2419621610.jpeg
ADDED
|
Git LFS Details
|
images/00075-1411107462.jpeg
ADDED
|
Git LFS Details
|