Instructions to use strangerzonehf/NFT-Plus-InsideOut-Perspective with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use strangerzonehf/NFT-Plus-InsideOut-Perspective 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("strangerzonehf/NFT-Plus-InsideOut-Perspective") prompt = "NFT ++, An eye-level view of a glass milk carton with the words \"prithivml\" written on it in black letters. The carton is filled with a few dark gray clouds, and there is a white barcode on the left side of the carton. The background is a light blue color." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,9 @@ tags:
|
|
| 4 |
- lora
|
| 5 |
- diffusers
|
| 6 |
- template:diffusion-lora
|
|
|
|
|
|
|
|
|
|
| 7 |
widget:
|
| 8 |
- text: '-'
|
| 9 |
output:
|
|
@@ -22,9 +25,12 @@ license: creativeml-openrail-m
|
|
| 22 |
|
| 23 |
You should use `NFT ++` to trigger the image generation.
|
| 24 |
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
## Download model
|
| 27 |
|
| 28 |
Weights for this model are available in Safetensors format.
|
| 29 |
|
| 30 |
-
[Download](/strangerzonehf/NFT-Plus-InsideOut-Perspective/tree/main) them in the Files & versions tab.
|
|
|
|
| 4 |
- lora
|
| 5 |
- diffusers
|
| 6 |
- template:diffusion-lora
|
| 7 |
+
- flux
|
| 8 |
+
- nft
|
| 9 |
+
- art
|
| 10 |
widget:
|
| 11 |
- text: '-'
|
| 12 |
output:
|
|
|
|
| 25 |
|
| 26 |
You should use `NFT ++` to trigger the image generation.
|
| 27 |
|
| 28 |
+
## Data Source
|
| 29 |
+
|
| 30 |
+
quaphadoodle
|
| 31 |
|
| 32 |
## Download model
|
| 33 |
|
| 34 |
Weights for this model are available in Safetensors format.
|
| 35 |
|
| 36 |
+
[Download](/strangerzonehf/NFT-Plus-InsideOut-Perspective/tree/main) them in the Files & versions tab.
|