Instructions to use Keltezaa/Uncensored_Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Keltezaa/Uncensored_Base 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("Keltezaa/Uncensored_Base") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
#2
by Keltezaa - opened
- README.md +3 -0
- images/example_zg8ehat7o.png +3 -0
README.md
CHANGED
|
@@ -11,6 +11,9 @@ widget:
|
|
| 11 |
- text: Naked woman in an explicit pose
|
| 12 |
output:
|
| 13 |
url: images/example_wwvppssco.png
|
|
|
|
|
|
|
|
|
|
| 14 |
base_model: black-forest-labs/FLUX.1-dev
|
| 15 |
instance_prompt: null
|
| 16 |
license: cc-by-nc-nd-4.0
|
|
|
|
| 11 |
- text: Naked woman in an explicit pose
|
| 12 |
output:
|
| 13 |
url: images/example_wwvppssco.png
|
| 14 |
+
- text: Naked woman in an explicit pose
|
| 15 |
+
output:
|
| 16 |
+
url: images/example_zg8ehat7o.png
|
| 17 |
base_model: black-forest-labs/FLUX.1-dev
|
| 18 |
instance_prompt: null
|
| 19 |
license: cc-by-nc-nd-4.0
|
images/example_zg8ehat7o.png
ADDED
|
Git LFS Details
|