Move flux.py up one level
This commit is contained in:
parent
5af0763cc4
commit
65e0232cab
@ -46,10 +46,11 @@ or make a new separate script like the following
|
||||
|
||||
```python
|
||||
import sys
|
||||
|
||||
sys.path.append("/path/to/mflux/src")
|
||||
|
||||
from flux_1_schnell.config.config import Config
|
||||
from flux_1_schnell.models.flux import Flux1Schnell
|
||||
from flux_1_schnell.flux import Flux1Schnell
|
||||
|
||||
flux = Flux1Schnell("black-forest-labs/FLUX.1-schnell")
|
||||
|
||||
|
||||
2
main.py
2
main.py
@ -4,7 +4,7 @@ import sys
|
||||
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'src')))
|
||||
|
||||
from flux_1_schnell.config.config import Config
|
||||
from flux_1_schnell.models.flux import Flux1Schnell
|
||||
from flux_1_schnell.flux import Flux1Schnell
|
||||
|
||||
flux = Flux1Schnell("black-forest-labs/FLUX.1-schnell")
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user